Documentation ¶
Overview ¶
Package cmd contains all of the Arigato cli commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Cmds []cli.Command
Cmds is the list of all cli commands
Functions ¶
func Chain ¶
Chain allows easy sequential calling of BeforeFuncs and AfterFuncs. Chain will exit on the first error seen. XXX Chain is only public while we need it for passthrough.go
func EnsureDaemon ¶
EnsureDaemon ensures that the daemon is running, and is the correct version, before a command is exeucted. the daemon will be started/restarted once, to try and launch the latest version. XXX EnsureDaemon is only public while we need it for passthrough.go
func EnsureSession ¶
EnsureSession ensures that the user is logged in with the daemon and has a valid session. If not, it will attempt to log the user in via environment variables. If they do not exist, of the login fails, it will abort the command. XXX EnsureSession is only public while we need it for passthrough.go
Types ¶
This section is empty.