Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListNoRemoteFlags = map[string]bool{ "link": true, "unlink": true, "run": true, "stop": true, "remote": true, "update": true, "version": true, }
ListNoRemoteFlags hides the globals non used --remote
View Source
var LocalOnlyCommands = map[string]bool{ "link": true, "unlink": true, "run": true, "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`, PersistentPreRun: persistentPreRun, Run: run, }
RootCmd is the main command for the CLI
View Source
var WhitelistCmdsNoAuthentication = map[string]bool{ "login": true, "logout": true, "build": true, "deploy": true, "update": true, "version": true, }
WhitelistCmdsNoAuthentication for cmds that doesn't require authentication
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.