Documentation
¶
Overview ¶
Package apps implements the apps command chain.
Index ¶
- func BuildContextForApp(ctx context.Context, app *flaps.App) (context.Context, error)
- func BuildContextForNetwork(ctx context.Context, orgSlug, network string) (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 RunDashboard(ctx context.Context) error
- func RunDestroy(ctx context.Context) error
- func RunMove(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildContextForApp ¶ added in v0.4.101
BuildContextForApp is BuildContext for an app fetched through Flaps.
func BuildContextForNetwork ¶ added in v0.4.101
BuildContextForNetwork establishes an agent tunnel into the given org network and stores the resulting dialer in the context. network is the name the web API uses for the network, which is empty for the org's default network.
func NewReleases ¶
TODO: make internal once the releases command has been deprecated
func RunDashboard ¶ added in v0.1.80
func RunDestroy ¶
TODO: make internal once the destroy package is removed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.