secrets

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdSecrets

func NewCmdSecrets() *cobra.Command

func NewCmdSecretsEdit

func NewCmdSecretsEdit() *cobra.Command

func NewCmdSecretsPull

func NewCmdSecretsPull() *cobra.Command

func NewCmdSecretsPush

func NewCmdSecretsPush() *cobra.Command

func NewCmdSecretsRemove

func NewCmdSecretsRemove() *cobra.Command

Types

type SecretsEditOptions

type SecretsEditOptions struct {
	Config   *config.Project
	AppName  string
	FilePath string
}

func NewSecretsEditFlags

func NewSecretsEditFlags() *SecretsEditOptions

func (*SecretsEditOptions) Complete

func (o *SecretsEditOptions) Complete(cmd *cobra.Command) error

func (*SecretsEditOptions) Run

func (o *SecretsEditOptions) Run() error

func (*SecretsEditOptions) Validate

func (o *SecretsEditOptions) Validate() error

type SecretsPullOptions

type SecretsPullOptions struct {
	Config      *config.Project
	AppName     string
	Backend     string
	FilePath    string
	SecretsPath string
	Force       bool
}

func NewSecretsPullFlags

func NewSecretsPullFlags() *SecretsPullOptions

func (*SecretsPullOptions) Complete

func (o *SecretsPullOptions) Complete(cmd *cobra.Command) error

func (*SecretsPullOptions) Run

func (o *SecretsPullOptions) Run() error

func (*SecretsPullOptions) Validate

func (o *SecretsPullOptions) Validate() error

type SecretsPushOptions

type SecretsPushOptions struct {
	Config      *config.Project
	AppName     string
	Backend     string
	FilePath    string
	SecretsPath string
	Force       bool
}

func NewSecretsPushFlags

func NewSecretsPushFlags() *SecretsPushOptions

func (*SecretsPushOptions) Complete

func (o *SecretsPushOptions) Complete(cmd *cobra.Command) error

func (*SecretsPushOptions) Run

func (o *SecretsPushOptions) Run() error

func (*SecretsPushOptions) Validate

func (o *SecretsPushOptions) Validate() error

type SecretsRemoveOptions

type SecretsRemoveOptions struct {
	Config      *config.Project
	AppName     string
	Backend     string
	SecretsPath string
	// contains filtered or unexported fields
}

func NewSecretsRemoveFlags

func NewSecretsRemoveFlags() *SecretsRemoveOptions

func (*SecretsRemoveOptions) Complete

func (o *SecretsRemoveOptions) Complete(cmd *cobra.Command) error

func (*SecretsRemoveOptions) Run

func (o *SecretsRemoveOptions) Run() error

func (*SecretsRemoveOptions) Validate

func (o *SecretsRemoveOptions) Validate() error

Jump to

Keyboard shortcuts

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