Documentation
¶
Overview ¶
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
* Copyright Metaplay. Licensed under the Apache-2.0 license.
Index ¶
- func Execute()
- type CollectCpuProfileOpts
- type CollectHeapDumpOpts
- type CommandOptions
- type CreateSecretOpts
- type DeleteSecretOpts
- type ListSecretsOpts
- type LogEntry
- type LoginOpts
- type LogoutOpts
- type MachineLoginOpts
- type PositionalArgSpec
- type PositionalArgs
- func (args *PositionalArgs) AddStringArgument(valuePtr *string, name string, description string)
- func (args *PositionalArgs) AddStringArgumentOpt(valuePtr *string, name string, description string)
- func (args *PositionalArgs) GetHelpText() string
- func (args *PositionalArgs) ParseCommandLine(argv []string) error
- func (args *PositionalArgs) SetExtraArgs(extraArgsPtr *[]string, description string)
- type PushImageOptions
- type ShowSecretOpts
- type UsePositionalArgs
- type VersionOpts
- type WhoamiOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CollectCpuProfileOpts ¶
type CollectCpuProfileOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type CollectHeapDumpOpts ¶
type CollectHeapDumpOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type CommandOptions ¶
type CommandOptions interface { Prepare(cmd *cobra.Command, args []string) error Run(cmd *cobra.Command) error }
Base interface for a options-based command. Take a look at any of the structs implementing commands to see how this should be used.
type CreateSecretOpts ¶
type CreateSecretOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type DeleteSecretOpts ¶
type DeleteSecretOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type ListSecretsOpts ¶
type ListSecretsOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type LoginOpts ¶
type LoginOpts struct { UsePositionalArgs // contains filtered or unexported fields }
Sign in a natural user to Metaplay Auth using the browser.
type LogoutOpts ¶
type LogoutOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type MachineLoginOpts ¶
type MachineLoginOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type PositionalArgSpec ¶
type PositionalArgs ¶
type PositionalArgs struct { Specs []PositionalArgSpec // Array of arguments for the command ExtraArgsPtr *[]string // Pointer to extra args (if specified) ExtraArgsDescription string // Description of extra args (if any) }
func (*PositionalArgs) AddStringArgument ¶
func (args *PositionalArgs) AddStringArgument(valuePtr *string, name string, description string)
func (*PositionalArgs) AddStringArgumentOpt ¶
func (args *PositionalArgs) AddStringArgumentOpt(valuePtr *string, name string, description string)
func (*PositionalArgs) GetHelpText ¶
func (args *PositionalArgs) GetHelpText() string
func (*PositionalArgs) ParseCommandLine ¶
func (args *PositionalArgs) ParseCommandLine(argv []string) error
func (*PositionalArgs) SetExtraArgs ¶
func (args *PositionalArgs) SetExtraArgs(extraArgsPtr *[]string, description string)
type PushImageOptions ¶
type PushImageOptions struct { UsePositionalArgs // contains filtered or unexported fields }
Push the (already built) docker image to the remote docker repository.
type ShowSecretOpts ¶
type ShowSecretOpts struct { UsePositionalArgs // contains filtered or unexported fields }
type UsePositionalArgs ¶
type UsePositionalArgs struct {
// contains filtered or unexported fields
}
func (*UsePositionalArgs) Arguments ¶
func (o *UsePositionalArgs) Arguments() *PositionalArgs
type VersionOpts ¶
type VersionOpts struct {
// contains filtered or unexported fields
}
Show the version info of the application.
type WhoamiOpts ¶
type WhoamiOpts struct { UsePositionalArgs // contains filtered or unexported fields }
Display information about the logged in user.
Source Files
¶
- auth.go
- auth_login.go
- auth_logout.go
- auth_machine_login.go
- auth_show_tokens.go
- auth_whoami.go
- build.go
- build_botclient.go
- build_dashboard.go
- build_image.go
- build_server.go
- dashboard_helper.go
- debug.go
- debug_admin_request.go
- debug_collect_cpu_profile.go
- debug_collect_heap_dump.go
- debug_logs.go
- debug_server_status.go
- debug_shell.go
- deploy.go
- deploy_botclient.go
- deploy_server.go
- dev.go
- dev_botclient.go
- dev_dashboard.go
- dev_image.go
- dev_server.go
- dev_show_commands.go
- dotnet_helper.go
- get.go
- get_aws_credentials.go
- get_environment_info.go
- get_kubeconfig.go
- get_kubernetes_exec_credential.go
- help_templates.go
- image.go
- image_push.go
- init.go
- init_dashboard.go
- init_project.go
- init_project_config.go
- pod_debug_helper.go
- postional_args_helper.go
- project_ops.go
- project_util.go
- remove.go
- remove_botclient.go
- remove_server.go
- root.go
- secrets.go
- secrets_create.go
- secrets_delete.go
- secrets_list.go
- secrets_show.go
- update.go
- update_cli.go
- update_project_environments.go
- version.go