Documentation ¶
Overview ¶
Package apps implements the apps command chain.
Index ¶
- func BuildContext(ctx context.Context, app *api.AppCompact) (context.Context, error)
- func New() *cobra.Command
- func NewOpen() (cmd *cobra.Command)
- func NewReleases() (cmd *cobra.Command)
- func RunCreate(ctx context.Context) (err error)
- func RunDestroy(ctx context.Context) error
- func RunMove(ctx context.Context) error
- func RunResume(ctx context.Context) (err error)
- func RunSuspend(ctx context.Context) (err error)
- func UpdateAppPlatformVersion(ctx context.Context, appName string, platform string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContext ¶ added in v0.0.432
BuildContext is a helper that builds out commonly required context requirements
func NewReleases ¶
TODO: make internal once the releases command has been deprecated
func RunDestroy ¶
TODO: make internal once the destroy package is removed
func RunSuspend ¶
TODO: make internal once the suspend package is removed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.