inspec/lib/plugins/inspec-plugin-manager-cli
Ryan Davis 476c6878b3 Modernize use of Minitest.
+ Turn off verbosity in Rakefile by default. Use `rake V=1` to turn back on.
+ MiniTest -> Minitest everywhere.
+ MiniTest::Unit::TestCase -> Minitest::Test everywhere.
+ Updated minitest doco urls to official and up-to-date site.
+ Normalize requires. Only needs "minitest/autorun" and "minitest/pride".

Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-05-03 15:01:57 -07:00
..
lib Add debug and sort options for plugins (#3530) 2018-10-18 16:01:02 -04:00
test Modernize use of Minitest. 2019-05-03 15:01:57 -07:00
README.md CLI Plugin Manager SubCommand (#3414) 2018-09-25 10:29:18 -04:00

InSpec Plugin Manager CLI

This is a CLI plugin for InSpec. It uses the Plugins API v2 to create a series of commands to manage plugins.

It was the first plugin to be authored as a core plugin under Plugins v2.