secrets

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: Apache-2.0 Imports: 14 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 NewCmdSecretsPush

func NewCmdSecretsPush() *cobra.Command

func NewCmdSecretsRemove

func NewCmdSecretsRemove() *cobra.Command

Types

type SecretsEditOptions

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

func NewSecretsEditFlags

func NewSecretsEditFlags() *SecretsEditOptions

func (*SecretsEditOptions) Complete

func (o *SecretsEditOptions) Complete(cmd *cobra.Command, args []string) error

func (*SecretsEditOptions) Run

func (o *SecretsEditOptions) Run() error

func (*SecretsEditOptions) Validate

func (o *SecretsEditOptions) Validate() error

type SecretsPushOptions

type SecretsPushOptions struct {
	Config      *config.Config
	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, args []string) error

func (*SecretsPushOptions) Run

func (o *SecretsPushOptions) Run() error

func (*SecretsPushOptions) Validate

func (o *SecretsPushOptions) Validate() error

type SecretsRemoveOptions

type SecretsRemoveOptions struct {
	Config      *config.Config
	AppName     string
	Backend     string
	SecretsPath string
}

func NewSecretsRemoveFlags

func NewSecretsRemoveFlags() *SecretsRemoveOptions

func (*SecretsRemoveOptions) Complete

func (o *SecretsRemoveOptions) Complete(cmd *cobra.Command, args []string) 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