Skip to content

Commit 4abbca2

Browse files
authored
update cli doc (#8960)
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
1 parent f1a580a commit 4abbca2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ see_also:
4141
- migrate-from-v1 - Migrate from Chef Automate v1
4242
- migrate-from-v1-status - Watch the status of the migration to Chef Automate 2
4343
- node - This command is used to add or delete HA nodes
44+
- notice - Provides notice information
4445
- post-major-upgrade - Utilities for post-major-upgrade
4546
- preflight-check - Perform preflight check
4647
- provision-infra - Provision Automate HA infra.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: chef-automate notice
2+
synopsis: Provides notice information
3+
usage: chef-automate notice [flags]
4+
description: |
5+
Creates a notice.txt file with the open source notices for all dependencies.
6+
options:
7+
- name: help
8+
shorthand: h
9+
default_value: "false"
10+
usage: help for notice
11+
inherited_options:
12+
- name: debug
13+
shorthand: d
14+
default_value: "false"
15+
usage: Enable debug output
16+
- name: no-check-version
17+
default_value: "false"
18+
usage: Disable version check
19+
- name: result-json
20+
usage: Write command result as JSON to PATH
21+
see_also:
22+
- chef-automate - Chef Automate CLI
23+
supported_on: Bastion

0 commit comments

Comments
 (0)