Documentation
¶
Index ¶
- func IsInteractive() bool
- func Run(parentCtx context.Context, runOpts RunOptions) error
- func RunConfigProfile(parentCtx context.Context, containers []config.ContainerConfig, ...) error
- func RunLogin(parentCtx context.Context, version string, platformClient api.PlatformAPI, ...) error
- func RunLogout(parentCtx context.Context, rt runtime.Runtime, platformClient api.PlatformAPI, ...) error
- func RunLogs(parentCtx context.Context, rt runtime.Runtime, ...) error
- func RunRestart(parentCtx context.Context, rt runtime.Runtime, stopOpts container.StopOptions, ...) error
- func RunStatus(parentCtx context.Context, rt runtime.Runtime, ...) error
- func RunStop(parentCtx context.Context, rt runtime.Runtime, ...) error
- func RunUpdate(parentCtx context.Context, checkOnly bool, githubToken string) error
- func RunVolumeClear(parentCtx context.Context, containers []config.ContainerConfig) error
- type App
- type AppOption
- type RunOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInteractive ¶
func IsInteractive() bool
func RunConfigProfile ¶ added in v0.5.6
func RunConfigProfile(parentCtx context.Context, containers []config.ContainerConfig, localStackHost string) error
RunConfigProfile runs the AWS profile setup flow with TUI output. It resolves the host from the AWS container config and runs the setup.
func RunRestart ¶ added in v0.5.8
func RunRestart(parentCtx context.Context, rt runtime.Runtime, stopOpts container.StopOptions, startOpts container.StartOptions) error
func RunStop ¶ added in v0.3.0
func RunStop(parentCtx context.Context, rt runtime.Runtime, containers []config.ContainerConfig, opts container.StopOptions) error
func RunVolumeClear ¶ added in v0.5.8
func RunVolumeClear(parentCtx context.Context, containers []config.ContainerConfig) error
Types ¶
type RunOptions ¶ added in v0.5.7
type RunOptions struct {
Runtime runtime.Runtime
Version string
StartOptions container.StartOptions
NotifyOptions update.NotifyOptions
ConfigPath string
EmulatorLabel string
NeedsEmulatorSelection bool
}
RunOptions groups the parameters for Run. Bundling them keeps the call site readable as the UI entry point grows new concerns.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.