Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "miasma", Short: "Manage and deploy dockerized applications to a docker swarm", Run: func(cmd *cobra.Command, args []string) { if flags.GetVersionFlag(cmd) { fmt.Printf("Miasma CLI v%s, build %s\n", constants.VERSION, constants.BUILD_HASH) os.Exit(0) } }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.