status

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "status <app-name>",
	Short:   "Get status of an app",
	Args:    cobra.MinimumNArgs(1),
	Example: "wego app status podinfo",
	RunE: func(cmd *cobra.Command, args []string) error {
		params.Namespace, _ = cmd.Parent().Parent().Flags().GetString("namespace")
		params.Name = args[0]
		return cmdimpl.Status(params)
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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