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