status

package
v0.34.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(factory framework.Factory) (*cobra.Command, framework.Runner)

NewCommand creates an instance of the `rad app status` command and runner.

Types

type Runner

type Runner struct {
	ConfigHolder      *framework.ConfigHolder
	ConnectionFactory connections.Factory
	Workspace         *workspaces.Workspace
	Output            output.Interface

	ApplicationName string
	Format          string
}

Runner is the Runner implementation for the `rad app status` command.

func NewRunner

func NewRunner(factory framework.Factory) *Runner

NewRunner creates an instance of the runner for the `rad app status` command.

func (*Runner) Run

func (r *Runner) Run(ctx context.Context) error

Run() retrieves the application status and its associated gateways from the given workspace and returns it in the specified format. It returns an error if the application is not found or if there is an error while retrieving the application status.

func (*Runner) Validate

func (r *Runner) Validate(cmd *cobra.Command, args []string) error

Runner.Validate checks the workspace, scope, application name and output format from the command line arguments and request object, and returns an error if any of these are invalid.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL