Documentation
¶
Index ¶
- Variables
- func NewAppsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewAuthCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewAutodeployCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewAutorollbackCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewAutoscaleCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewBuildsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewCertsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewConfigCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewDomainsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewGatewaysCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewGitCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewHealthchecksCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewKeysCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewLabelsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewLimitsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewPermsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewPsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewPtsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewRegistryCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewReleasesCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewResourcesCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewRoutesCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewRoutingCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewServicesCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewTLSCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewTagsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewTimeoutsCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewTokensCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewUpdateCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewUsersCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewVersionCommand(cmdr *commands.DryccCmd) *cobra.Command
- func NewVolumesCommand(cmdr *commands.DryccCmd) *cobra.Command
- type AppsShortcuts
- type AuthShortcuts
- type BuildsShortcuts
- type PsShortcuts
- type PtsShortcuts
- type Shortcuts
Constants ¶
This section is empty.
Variables ¶
var SupportedShortcuts = []Shortcuts{ &AuthShortcuts{}, &AppsShortcuts{}, &PsShortcuts{}, &BuildsShortcuts{}, &PtsShortcuts{}, }
Functions ¶
func NewAppsCommand ¶
NewAppsCommand creates the apps command
func NewAuthCommand ¶
NewAuthCommand creates the auth command
func NewAutodeployCommand ¶
NewAutodeployCommand creates the autodeploy command
func NewAutorollbackCommand ¶
NewAutorollbackCommand creates the autorollback command
func NewAutoscaleCommand ¶
NewAutoscaleCommand creates the autoscale command
func NewCertsCommand ¶
NewCertsCommand creates the certs command
func NewConfigCommand ¶
NewConfigCommand creates the config command
func NewDomainsCommand ¶
NewDomainsCommand creates the domains command
func NewGatewaysCommand ¶
NewGatewaysCommand creates the gateways command
func NewReleasesCommand ¶
NewReleasesCommand creates the releases command
func NewTLSCommand ¶
NewTLSCommand creates the TLS command
func NewTagsCommand ¶
NewTagsCommand creates the tags command
func NewTimeoutsCommand ¶
NewTimeoutsCommand creates the timeouts command
func NewTokensCommand ¶
NewTokensCommand creates the tokens command
func NewUsersCommand ¶
NewUsersCommand creates the users command
func NewVersionCommand ¶
Build an image from source code
Types ¶
type AppsShortcuts ¶
type AppsShortcuts struct{}
type AuthShortcuts ¶
type AuthShortcuts struct{}
type BuildsShortcuts ¶
type BuildsShortcuts struct{}
type PsShortcuts ¶
type PsShortcuts struct{}
type PtsShortcuts ¶
type PtsShortcuts struct{}
Source Files
¶
- apps.go
- auth.go
- autodeploy.go
- autorollback.go
- autoscale.go
- builds.go
- certs.go
- config.go
- domains.go
- flags.go
- gateways.go
- git.go
- healthchecks.go
- keys.go
- labels.go
- limits.go
- perms.go
- ps.go
- pts.go
- registry.go
- releases.go
- resources.go
- routes.go
- routing.go
- services.go
- shortcuts.go
- tags.go
- timeouts.go
- tls.go
- tokens.go
- update.go
- users.go
- version.go
- volumes.go