Versions in this module Expand all Collapse all v0 v0.0.5 Oct 31, 2022 Changes in this version + func NewCmdSecrets() *cobra.Command + func NewCmdSecretsEdit() *cobra.Command + func NewCmdSecretsPush() *cobra.Command + func NewCmdSecretsRemove() *cobra.Command + type SecretsEditOptions struct + AppName string + Config *config.Config + FilePath string + func NewSecretsEditFlags() *SecretsEditOptions + func (o *SecretsEditOptions) Complete(cmd *cobra.Command, args []string) error + func (o *SecretsEditOptions) Run() error + func (o *SecretsEditOptions) Validate() error + type SecretsPushOptions struct + AppName string + Backend string + Config *config.Config + FilePath string + Force bool + SecretsPath string + func NewSecretsPushFlags() *SecretsPushOptions + func (o *SecretsPushOptions) Complete(cmd *cobra.Command, args []string) error + func (o *SecretsPushOptions) Run() error + func (o *SecretsPushOptions) Validate() error + type SecretsRemoveOptions struct + AppName string + Backend string + Config *config.Config + SecretsPath string + func NewSecretsRemoveFlags() *SecretsRemoveOptions + func (o *SecretsRemoveOptions) Complete(cmd *cobra.Command, args []string) error + func (o *SecretsRemoveOptions) Run() error + func (o *SecretsRemoveOptions) Validate() error