credentials

package
v0.0.57 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateCommand

func NewCreateCommand(client client.API, w io.Writer) *cobra.Command

NewCreateCommand creates a new `credentials create` command to create a credential pool

func NewCredentialsCommand

func NewCredentialsCommand(client client.API, w io.Writer) *cobra.Command

NewCredentialsCommand creates a new `credentials` command

func NewListCommand

func NewListCommand(client client.API, w io.Writer) *cobra.Command

NewListCommand creates a new `credentials list` command to list credential pools for a workspace

func NewUpdateCommand

func NewUpdateCommand(client client.API, w io.Writer) *cobra.Command

NewUpdateCommand creates a new `credentials update` command to update a credential pool

Types

type CreateOptions

type CreateOptions struct {
	FilePath    string
	Credentials string
	WorkspaceID string
}

CreateOptions are the options for creating a credential pool

type ListOptions

type ListOptions struct {
	WorkspaceID string
}

ListOptions are the options for listing credential pools

type UpdateOptions

type UpdateOptions struct {
	FilePath    string
	Credentials string
}

UpdateOptions are the options for updating a credential pool

Jump to

Keyboard shortcuts

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