Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Loading