Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CompletionCmd = &cobra.Command{
Use: "completion",
Short: "Generate completion files for the flow cli",
Run: completionFunc,
}
CompletionCmd represents the command for generating completion files for the flow cli.
View Source
var RootCmd = &cobra.Command{
Use: "flow",
Short: "A CLI for deploying services",
Long: `Flow is a CLI tool for a continuous deploy pipeline to use for
deploying to cloud providers. Easily auth and roll services.`,
}
RootCmd represents the base command without any params on it.
View Source
var ( // Version is the current version of flow, made available for use through // out the application. Version string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.