Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GenerateStreamPushCommand ¶
func GenerateStreamPushCommand(configFile, dirPath, filePath, password, sourceEndpoint string) []string
GenerateStreamPushCommand generates a bash command for kando stream push with given flags and arguments
Types ¶
type DataMoverType ¶
type DataMoverType string
const ( // DataMoverTypeProfile is used to specify that the DataMover is of type Profile DataMoverTypeProfile DataMoverType = "profile" // DataMoverTypeRepositoryServer is used to specify that the DataMover is of type RepositoryServer DataMoverTypeRepositoryServer DataMoverType = "repository-server" )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.