Skip to content

Commit

Permalink
Whitelisted config show command
Browse files Browse the repository at this point in the history
Signed-off-by: daveaugustus <pappu.kumar@progress.com>
  • Loading branch information
daveaugustus authored and Dmaddu committed Jul 24, 2024
1 parent 0450a57 commit 6986c8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/automate-cli/cmd/chef-automate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ func checkConfigGenFileExist(outFile string, fsu fileutils.FileUtils) error {
}

var ocIdShowAppCmd = &cobra.Command{
Use: "oc-id-show-app",
Short: "Get the details of the oauth applications registered with OC-ID",
Long: "Get the details of the oauth applications registered with OC-ID",
// PersistentPreRunE: checkLicenseStatusForExpiry,
RunE: runOcIdShowAppCommand,
Use: "oc-id-show-app",
Short: "Get the details of the oauth applications registered with OC-ID",
Long: "Get the details of the oauth applications registered with OC-ID",
PersistentPreRunE: checkLicenseStatusForExpiry,
RunE: runOcIdShowAppCommand,
Annotations: map[string]string{
docs.Tag: docs.BastionHost,
},
Expand Down

0 comments on commit 6986c8f

Please sign in to comment.