[#51] - removing --current-context for set-context

Now that --current-context is removed for set-context, removing all
references of --current-context for set-context in test cases.

Change-Id: Ib77a8dba4a245c61d1d6c057561b0f6983d80cd3
This commit is contained in:
Yasin, Siraj (SY495P) 2020-02-20 16:59:45 +00:00
parent 5876eeaaa6
commit 70eb76e608
3 changed files with 3 additions and 3 deletions

View File

@ -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))

View File

@ -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]

View File

@ -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]