cli

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2021 License: MIT Imports: 14 Imported by: 0

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

func Execute

func Execute()

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL