Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredictOrgs ¶
Types ¶
type Cmd ¶
type Cmd struct {
Create createCmd `cmd:"" help:"Create an organization."`
Delete deleteCmd `cmd:"" help:"Delete an organization."`
List listCmd `cmd:"" help:"List organizations."`
Get getCmd `cmd:"" help:"Get an organization."`
User user.Cmd `cmd:"" help:"Manage organization users."`
Token tokenCmd `cmd:"" help:"Generates an organization-scoped token to authenticate with a Cloud space."`
// Common Upbound API configuration
Flags upbound.Flags `embed:""`
}
Cmd contains commands for interacting with organizations.
Click to show internal directories.
Click to hide internal directories.