Merge "[#51] - removing --current-context for set-context"
This commit is contained in:
commit
0501a3b919
@ -13,7 +13,7 @@ func NewConfigCommand(rootSettings *environment.AirshipCTLSettings) *cobra.Comma
|
||||
DisableFlagsInUseLine: true,
|
||||
Short: "Modify airshipctl config files",
|
||||
Long: `Modify airshipctl config files using subcommands
|
||||
like "airshipctl config set-context --current-context my-context" `,
|
||||
like "airshipctl config set-context my-context" `,
|
||||
}
|
||||
configRootCmd.AddCommand(NewCmdConfigSetCluster(rootSettings))
|
||||
configRootCmd.AddCommand(NewCmdConfigGetCluster(rootSettings))
|
||||
|
@ -1,5 +1,5 @@
|
||||
Modify airshipctl config files using subcommands
|
||||
like "airshipctl config set-context --current-context my-context"
|
||||
like "airshipctl config set-context my-context"
|
||||
|
||||
Usage:
|
||||
config [command]
|
||||
|
@ -1,5 +1,5 @@
|
||||
Modify airshipctl config files using subcommands
|
||||
like "airshipctl config set-context --current-context my-context"
|
||||
like "airshipctl config set-context my-context"
|
||||
|
||||
Usage:
|
||||
config [command]
|
||||
|
Loading…
Reference in New Issue
Block a user