commands

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdminCommand

func NewAdminCommand() *cobra.Command

NewAdminCommand creates the admin command group

func NewCheckCommand

func NewCheckCommand() *cobra.Command

NewCheckCommand creates the check command

func NewConfigureCommand

func NewConfigureCommand() *cobra.Command

NewConfigureCommand creates the configure command group

func NewConsoleCommand

func NewConsoleCommand() *cobra.Command

NewConsoleCommand creates the console command group

func NewCredentialProcessCommand

func NewCredentialProcessCommand() *cobra.Command

NewCredentialProcessCommand creates the credential-process command

func NewLoginCommand

func NewLoginCommand() *cobra.Command

NewLoginCommand creates the login command

func NewLogoutCommand

func NewLogoutCommand() *cobra.Command

NewLogoutCommand creates the logout command

func NewRolesCommand

func NewRolesCommand() *cobra.Command

NewRolesCommand creates the roles command

func NewRunAsCommand

func NewRunAsCommand() *cobra.Command

NewRunAsCommand creates the run-as command

Types

type CredentialProcessOutput

type CredentialProcessOutput struct {
	Version         int    `json:"Version"`
	AccessKeyID     string `json:"AccessKeyId"`
	SecretAccessKey string `json:"SecretAccessKey"`
	SessionToken    string `json:"SessionToken,omitempty"`
	Expiration      string `json:"Expiration,omitempty"`
}

CredentialProcessOutput represents the output format for credential_process

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL