Skip to content

Commit

Permalink
EVEREST-1778 Extend example for namespaces add CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkondr committed Jan 13, 2025
1 parent cbcc4e8 commit c4c9354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/namespaces/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewAddCommand(l *zap.SugaredLogger) *cobra.Command {
Use: "add [flags] namespace",
Long: "Add a new namespace",
Short: "Add a new namespace",
Example: `everestctl namespaces add --operator.mongodb=true --skip-wizard ns-1,ns-2`,
Example: `everestctl namespaces add --operator.mongodb=true --operator.postgresql=false --operator.xtradb-cluster=false --skip-wizard ns-1,ns-2`,
Args: cobra.ExactArgs(1),
Run: func(cmd *cobra.Command, args []string) {
initAddViperFlags(cmd)
Expand Down

0 comments on commit c4c9354

Please sign in to comment.