Merge "Fix: remove duplicate NewImportCommand"

This commit is contained in:
Zuul 2020-06-11 20:06:34 +00:00 committed by Gerrit Code Review
commit eb7ae187f5
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