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:
Sreejith Punnapuzha 2020-06-11 09:28:07 -05:00
parent fbaed0b7c8
commit 39178c10b1
2 changed files with 0 additions and 2 deletions

View File

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

View File

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