Skip to content

Commit

Permalink
Bump version to 4.3.52 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Nov 25, 2022
1 parent 31c6955 commit 6f09593
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.51
4.3.52
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ see_also:
- maintenance - Put Chef Automate into or out of maintenance mode
- 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
- 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,22 @@
name: chef-automate node
synopsis: This command is used to add or delete HA nodes
usage: chef-automate node COMMAND [flags]
options:
- name: help
shorthand: h
default_value: "false"
usage: help for node
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
- add - Add new node in HA
- remove - remove existing node in HA
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: chef-automate node add
synopsis: Add new node in HA
usage: chef-automate node add [flags]
description: Add new node in HA
options:
- name: auto-accept
shorthand: "y"
default_value: "false"
usage: auto-accept
- name: automate
shorthand: a
usage: new automate ip addresses
- name: chef-server
shorthand: c
usage: new chef-server ip addresses
- name: help
shorthand: h
default_value: "false"
usage: help for add
- name: opensearch
shorthand: o
usage: new opensearch ip addresses
- name: postgresql
shorthand: p
usage: new postgres ip addresses
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 node - This command is used to add or delete HA nodes
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: chef-automate node remove
synopsis: remove existing node in HA
usage: chef-automate node remove [flags]
description: remove existing node in HA
options:
- name: auto-accept
shorthand: "y"
default_value: "false"
usage: auto-accept
- name: automate
shorthand: a
usage: new automate ip addresses
- name: chef-server
shorthand: c
usage: new chef-server ip addresses
- name: help
shorthand: h
default_value: "false"
usage: help for remove
- name: opensearch
shorthand: o
usage: new opensearch ip addresses
- name: postgresql
shorthand: p
usage: new postgresql ip addresses
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 node - This command is used to add or delete HA nodes

0 comments on commit 6f09593

Please sign in to comment.