Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdSecrets ¶
func NewCmdSecretsEdit ¶
func NewCmdSecretsPush ¶
func NewCmdSecretsRemove ¶
Types ¶
type SecretsEditOptions ¶
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
Click to show internal directories.
Click to hide internal directories.