Fix: remove duplicate NewImportCommand
This commit removed dulicate NewImportCommand from command defination Change-Id: Ifc73a58de37f51c484197a6036e03a1d98d51d3d Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
fbaed0b7c8
commit
39178c10b1
@ -50,7 +50,6 @@ func NewConfigCommand(rootSettings *environment.AirshipCTLSettings) *cobra.Comma
|
||||
configRootCmd.AddCommand(NewImportCommand(rootSettings))
|
||||
configRootCmd.AddCommand(NewInitCommand(rootSettings))
|
||||
configRootCmd.AddCommand(NewUseContextCommand(rootSettings))
|
||||
configRootCmd.AddCommand(NewImportCommand(rootSettings))
|
||||
|
||||
return configRootCmd
|
||||
}
|
||||
|
@ -10,7 +10,6 @@ Available Commands:
|
||||
get-management-config View a management config or all management configs defined in the airshipctl config
|
||||
help Help about any command
|
||||
import Merge information from a kubernetes config file
|
||||
import Merge information from a kubernetes config file
|
||||
init Generate initial configuration files for airshipctl
|
||||
set-cluster Manage clusters
|
||||
set-context Manage contexts
|
||||
|
Loading…
x
Reference in New Issue
Block a user