You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able see quickly how I can source Inspec profiles from the command line. Currently there's no facility to do this.
InSpec and Platform Version
version: 0.2.9
Platform: OS/X
Replication Case
12:41:07-rlupo~/profiles$ inspec exec --help
Could not fetch inspec profile in "--help".
12:41:16-rlupo~/profiles$ inspec exec help
Could not fetch inspec profile in "help".
12:41:20-rlupo~/profiles$ inspec help
Commands:
inspec archive PATH # archive a profile to tar.gz (default) or zip
inspec check PATH # verify all tests at the specified PATH
inspec compliance SUBCOMMAND ... # Chef Compliance commands
inspec detect # detect the target OS
inspec exec PATHS # run all test files at the specified PATH.
inspec help [COMMAND] # Describe available commands or one specific...
inspec init TEMPLATE ... # Scaffolds a new project
inspec json PATH # read all tests in PATH and generate a JSON ...
inspec shell # open an interactive debugging shell
inspec supermarket SUBCOMMAND ... # Supermarket commands
inspec version # prints the version of this tool
The text was updated successfully, but these errors were encountered:
Description
As a user, I want to be able see quickly how I can source Inspec profiles from the command line. Currently there's no facility to do this.
InSpec and Platform Version
version: 0.2.9
Platform: OS/X
Replication Case
12:41:07-rlupo~/profiles$ inspec exec --help
Could not fetch inspec profile in "--help".
12:41:16-rlupo~/profiles$ inspec exec help
Could not fetch inspec profile in "help".
12:41:20-rlupo~/profiles$ inspec help
Commands:
inspec archive PATH # archive a profile to tar.gz (default) or zip
inspec check PATH # verify all tests at the specified PATH
inspec compliance SUBCOMMAND ... # Chef Compliance commands
inspec detect # detect the target OS
inspec exec PATHS # run all test files at the specified PATH.
inspec help [COMMAND] # Describe available commands or one specific...
inspec init TEMPLATE ... # Scaffolds a new project
inspec json PATH # read all tests in PATH and generate a JSON ...
inspec shell # open an interactive debugging shell
inspec supermarket SUBCOMMAND ... # Supermarket commands
inspec version # prints the version of this tool
The text was updated successfully, but these errors were encountered: