Class |
Description |
CliOptions
|
Main application command line options |
CmdBase
|
Implement command shared methods |
CmdClean
|
Implements cache clean up command |
CmdClone
|
CLI sub-command clone |
CmdCloud
|
Implements the `cloud` command |
CmdCloud.CreateCluster
|
Implements the cloud `launch-cluster` sub-command |
CmdCloud.JoinCluster
|
Implements the cloud `launch-nodes` sub-command |
CmdCloud.ListNodes
|
Implements the cloud `list-node` sub-command |
CmdCloud.Shutdown
|
Implements the cloud `shutdown` sub-command |
CmdCloud.SpotPrices
|
Implements the cloud `spot-prices` sub-command |
CmdConfig
|
Prints the pipeline configuration |
CmdConsole
|
Note the console command is implemented by the launcher script.
|
CmdDrop
|
CLI sub-command DROP |
CmdFs
|
Implements `fs` command |
CmdFs.CmdCat
|
|
CmdFs.CmdCopy
|
|
CmdFs.CmdList
|
|
CmdFs.CmdMove
|
|
CmdFs.CmdRemove
|
|
CmdHelp
|
CLI sub-command HELP |
CmdHelper
|
Cmd CLI helper methods |
CmdHistory
|
CLI sub-command HISTORY |
CmdInfo
|
CLI sub-command INFO |
CmdKubeRun
|
Extends `run` command to support Kubernetes deployment |
CmdList
|
CLI sub-command LIST. |
CmdLog
|
Implements the `log` command to print tasks runtime information of an execute pipeline |
CmdLs
|
@author Paolo Di Tommaso |
CmdNode
|
CLI-command NODE |
CmdPull
|
CLI sub-command PULL |
CmdRun
|
CLI sub-command RUN |
CmdRun.DurationConverter
|
|
CmdSelfUpdate
|
Self-update command |
CmdView
|
CLI sub-command VIEW -- Print a pipeline script to console |
DripMain
|
Drip bootstrap entry point |
Launcher
|
Main application entry point. |