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,
|
DisableFlagsInUseLine: true,
|
||||||
Short: "Modify airshipctl config files",
|
Short: "Modify airshipctl config files",
|
||||||
Long: `Modify airshipctl config files using subcommands
|
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(NewCmdConfigSetCluster(rootSettings))
|
||||||
configRootCmd.AddCommand(NewCmdConfigGetCluster(rootSettings))
|
configRootCmd.AddCommand(NewCmdConfigGetCluster(rootSettings))
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Modify airshipctl config files using subcommands
|
Modify airshipctl config files using subcommands
|
||||||
like "airshipctl config set-context --current-context my-context"
|
like "airshipctl config set-context my-context"
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
config [command]
|
config [command]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Modify airshipctl config files using subcommands
|
Modify airshipctl config files using subcommands
|
||||||
like "airshipctl config set-context --current-context my-context"
|
like "airshipctl config set-context my-context"
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
config [command]
|
config [command]
|
||||||
|
Loading…
Reference in New Issue
Block a user