Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LocalOnlyCommands = map[string]bool{ "we link": true, "we unlink": true, "we run": true, "we stop": true, }
LocalOnlyCommands for local-only commands
View Source
var RootCmd = &cobra.Command{ Use: "we", Short: "WeDeploy CLI tool", Long: `WeDeploy Command Line Interface Version ` + defaults.Version + ` Copyright 2016 Liferay, Inc. http://wedeploy.com`, PersistentPreRunE: persistentPreRun, Run: run, SilenceErrors: true, SilenceUsage: true, }
RootCmd is the main command for the CLI
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.