Skip to content

Commit

Permalink
white listing the start command (#8498)
Browse files Browse the repository at this point in the history
* white listing the start command

Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com>

* Whitelisted config show command

Signed-off-by: daveaugustus <pappu.kumar@progress.com>

* Whitelisted config show command

Signed-off-by: daveaugustus <pappu.kumar@progress.com>

---------

Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com>
Signed-off-by: daveaugustus <pappu.kumar@progress.com>
Co-authored-by: daveaugustus <pappu.kumar@progress.com>
  • Loading branch information
Dmaddu and daveaugustus committed Jul 24, 2024
1 parent 7ef0675 commit d20c2c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/automate-cli/cmd/chef-automate/start_linx.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ var startCmdFlags = struct {
}{}

var startCommand = &cobra.Command{
Use: "start",
Short: "Start Chef Automate",
PersistentPreRunE: WarnLicenseStatusForExpiry,
RunE: runStartCmd,
Use: "start",
Short: "Start Chef Automate",
// PersistentPreRunE: WarnLicenseStatusForExpiry,
RunE: runStartCmd,
Annotations: map[string]string{
docs.Tag: docs.BastionHost,
},
Expand Down

0 comments on commit d20c2c0

Please sign in to comment.