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
View Source
var WhitelistCmdsNoAuthentication = map[string]bool{ "autocomplete": true, "login": true, "logout": true, "build": true, "deploy": true, "update": true, "version": true, }
WhitelistCmdsNoAuthentication for cmds that doesn't require authentication
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.