mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
476c6878b3
+ 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> |
||
---|---|---|
.. | ||
lib | ||
test | ||
README.md |
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.