Documentation
¶
Index ¶
- func Apps(argv []string, cmdr cmd.Commander) error
- func Auth(argv []string, cmdr cmd.Commander) error
- func Autoscale(argv []string, cmdr cmd.Commander) error
- func Builds(argv []string, cmdr cmd.Commander) error
- func Certs(argv []string, cmdr cmd.Commander) error
- func Config(argv []string, cmdr cmd.Commander) error
- func Domains(argv []string, cmdr cmd.Commander) error
- func Git(argv []string, cmdr cmd.Commander) error
- func Healthchecks(argv []string, cmdr cmd.Commander) error
- func Keys(argv []string, cmdr cmd.Commander) error
- func Labels(argv []string, cmdr cmd.Commander) error
- func Limits(argv []string, cmdr cmd.Commander) error
- func Maintenance(argv []string, cmdr cmd.Commander) error
- func Perms(argv []string, cmdr cmd.Commander) error
- func PrintUsage(cmdr cmd.Commander)
- func Ps(argv []string, cmdr cmd.Commander) error
- func Registry(argv []string, cmdr cmd.Commander) error
- func Releases(argv []string, cmdr cmd.Commander) error
- func Routing(argv []string, cmdr cmd.Commander) error
- func Services(argv []string, cmdr cmd.Commander) error
- func Shortcuts(argv []string, cmdr cmd.Commander) error
- func TLS(argv []string, cmdr cmd.Commander) error
- func Tags(argv []string, cmdr cmd.Commander) error
- func Timeouts(argv []string, cmdr cmd.Commander) error
- func Users(argv []string, cmdr cmd.Commander) error
- func Version(argv []string, cmdr cmd.Commander) error
- func Whitelist(argv []string, cmdr cmd.Commander) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apps ¶
Apps routes app commands to their specific function.
func Auth ¶
Auth routes auth commands to the specific function.
func Autoscale ¶
Autoscale displays all relevant commands for `deis autoscale`.
func Builds ¶
Builds routes build commands to their specific function.
func Certs ¶
Certs routes certs commands to their specific function.
func Config ¶
Config routes config commands to their specific function.
func Domains ¶
Domains routes domain commands to their specific function.
func Git ¶
Git routes git commands to their specific function.
func Healthchecks ¶
Healthchecks routes ealthcheck commands to their specific function
func Keys ¶
Keys routes key commands to the specific function.
func Labels ¶
Labels displays all relevant commands for `deis label`.
func Limits ¶
Limits routes limits commands to their specific function
func Maintenance ¶
Maintenance displays all relevant commands for `deis maintenance`.
func Perms ¶
Perms routes perms commands to their specific function.
func PrintUsage ¶
PrintUsage runs if no matching command is found.
func Ps ¶
Ps routes ps commands to their specific function.
func Registry ¶
Registry routes registry commands to their specific function
func Releases ¶
Releases routes releases commands to their specific function.
func Routing ¶
Routing displays all relevant commands for `deis routing`.
func Services ¶
Services routes service commands to their specific function.
func Shortcuts ¶
Shortcuts displays all relevant shortcuts for the CLI.
func TLS ¶
TLS routes tls commands to their specific function.
func Tags ¶
Tags routes tags commands to their specific function
func Timeouts ¶
Timeouts routes timeouts commands to their specific function
func Users ¶
Users routes user commands to the specific function.
func Version ¶
Version displays the client version
Types ¶
This section is empty.
Source Files
¶
- apps.go
- auth.go
- autoscale.go
- builds.go
- certs.go
- config.go
- domains.go
- git.go
- healthchecks.go
- keys.go
- labels.go
- limits.go
- maintenance.go
- perms.go
- ps.go
- registry.go
- releases.go
- routing.go
- services.go
- shortcuts.go
- tags.go
- timeouts.go
- tls.go
- users.go
- utils.go
- version.go
- whitelist.go