diff --git a/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate.yaml b/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate.yaml index bd48239a6b..14affab04e 100644 --- a/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate.yaml +++ b/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate.yaml @@ -41,6 +41,7 @@ see_also: - migrate-from-v1 - Migrate from Chef Automate v1 - migrate-from-v1-status - Watch the status of the migration to Chef Automate 2 - node - This command is used to add or delete HA nodes + - notice - Provides notice information - post-major-upgrade - Utilities for post-major-upgrade - preflight-check - Perform preflight check - provision-infra - Provision Automate HA infra. diff --git a/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_notice.yaml b/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_notice.yaml new file mode 100644 index 0000000000..9c1f66c537 --- /dev/null +++ b/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_notice.yaml @@ -0,0 +1,23 @@ +name: chef-automate notice +synopsis: Provides notice information +usage: chef-automate notice [flags] +description: | + Creates a notice.txt file with the open source notices for all dependencies. +options: + - name: help + shorthand: h + default_value: "false" + usage: help for notice +inherited_options: + - name: debug + shorthand: d + default_value: "false" + usage: Enable debug output + - name: no-check-version + default_value: "false" + usage: Disable version check + - name: result-json + usage: Write command result as JSON to PATH +see_also: + - chef-automate - Chef Automate CLI +supported_on: Bastion