Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredictProfiles ¶
Types ¶
type Cmd ¶
type Cmd struct {
Current currentCmd `cmd:"" help:"Get current Upbound Profile."`
List listCmd `cmd:"" help:"List Upbound Profiles."`
Use useCmd `cmd:"" help:"Select an Upbound Profile as the default."`
View viewCmd `cmd:"" help:"View the Upbound Profile settings across profiles."`
Config config.Cmd `cmd:"" help:"Interact with the current Upbound Profile's config."`
// Deprecated
Set setCmd `cmd:"" help:"Deprecated: Set an Upbound Profile for use with a Space."`
Flags upbound.Flags `embed:""`
}
Cmd contains commands for Upbound Profiles.
Click to show internal directories.
Click to hide internal directories.