Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppAdd ¶ added in v0.1.7
type AppAdd struct {
// contains filtered or unexported fields
}
type AppAddOptions ¶ added in v0.1.7
type AppAddOptions struct { Overwrite bool OutputDir string Name string Dir string Type string URL string RunCommand string RunPlugin string DeployPlugin string // Static App Options. StaticBuildCommand string StaticBuildDir string StaticRouting string }
func (*AppAddOptions) Validate ¶ added in v0.1.7
func (o *AppAddOptions) Validate() error
type AppList ¶ added in v0.1.7
type AppList struct {
// contains filtered or unexported fields
}
func NewAppList ¶ added in v0.1.7
type AppListOptions ¶ added in v0.1.7
type AppListOptions struct{}
type Command ¶ added in v0.1.56
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶ added in v0.1.56
type CommandOptions ¶ added in v0.1.56
type CommandOptions struct { Name string Plugin *plugins.Plugin InputTypes []plugins.CommandInputType Args *apiv1.CommandArgs }
type DeployOptions ¶
type ForceUnlock ¶
type ForceUnlock struct {
// contains filtered or unexported fields
}
func NewForceUnlock ¶
func NewForceUnlock(log logger.Logger, cfg *config.Project) *ForceUnlock
type Init ¶ added in v0.1.5
type Init struct {
// contains filtered or unexported fields
}
type InitOptions ¶ added in v0.1.5
type InitOptions struct { Overwrite bool Path string Name string DeployPlugin string RunPlugin string DNSDomain string Template string TemplateValueOpts *values.Options GCP struct { Project string Region string } // contains filtered or unexported fields }
func (*InitOptions) Validate ¶ added in v0.1.7
func (o *InitOptions) Validate() error
type Logs ¶ added in v0.1.105
type Logs struct {
// contains filtered or unexported fields
}
type LogsOptions ¶ added in v0.1.105
type PluginList ¶ added in v0.1.2
type PluginList struct {
// contains filtered or unexported fields
}
func NewPluginList ¶ added in v0.1.2
type PluginUpdate ¶ added in v0.1.2
type PluginUpdate struct {
// contains filtered or unexported fields
}
func NewPluginUpdate ¶ added in v0.1.2
Source Files
¶
Click to show internal directories.
Click to hide internal directories.