Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CommandUse indicates the general syntax of the command CommandUse = "app-migration-cli" // CommandShort describes the command in a short list CommandShort = "A Giantswarm tool to migrate apps between MCs" // CommandLong documents the command in full length CommandLong = `Migrate apps.application.giantswarm.io between two MCs` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) CobraCommand ¶
CobraCommand returns the spf13/cobra command
type Config ¶
type Config struct { // Dependencies. Logger micrologger.Logger }
Config represents the configuration used to create a new root command.
Click to show internal directories.
Click to hide internal directories.