Versions in this module Expand all Collapse all v0 v0.1.13 Dec 4, 2021 v0.1.12 Dec 4, 2021 Changes in this version + func NewCmdDeploy(ctx *cli.Context) *cobra.Command + type DeployOptions struct + Dispatch bool + Path string + Quite bool + func NewOptions() *DeployOptions + func (o *DeployOptions) Init(ctx *cli.Context, args []string) error + func (o *DeployOptions) Run(ctx *cli.Context) error + func (o *DeployOptions) Validate() error