mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
CHEF-3916 Add section on inspec license subcommand to online docs (#6583)
* Add section on inspec license, needs wordsmithing Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> * Edit CLI license content Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> --------- Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com> Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com> Co-authored-by: Ian Maddaus <ian.maddaus@progress.com>
This commit is contained in:
parent
bf17aa78f4
commit
cf39bab530
1 changed files with 26 additions and 0 deletions
|
@ -633,6 +633,32 @@ This subcommand has the following additional options:
|
|||
|
||||
</dl>
|
||||
|
||||
## license
|
||||
|
||||
Subcommands for interacting with the Chef licensing system.
|
||||
|
||||
### Syntax
|
||||
|
||||
`inspec license` supports two subcommands, `add` and `list`.
|
||||
|
||||
#### Add
|
||||
|
||||
Add a Chef license.
|
||||
|
||||
Not applicable for users running the local licensing service.
|
||||
|
||||
```bash
|
||||
inspec license add
|
||||
```
|
||||
|
||||
#### List
|
||||
|
||||
Run license diagnostics and output the details of your current Chef license configuration.
|
||||
|
||||
```bash
|
||||
inspec license list
|
||||
```
|
||||
|
||||
## run_context
|
||||
|
||||
Used to test run-context detection
|
||||
|
|
Loading…
Reference in a new issue