Documentation ¶
Index ¶
- func NewCmdCreate(ctx *cmd.Context, runF func(*CreateOpts) error) *cmd.Command
- func NewCmdDelete(ctx *cmd.Context, runF func(*DeleteOpts) error) *cmd.Command
- func NewCmdList(ctx *cmd.Context, runF func(*ListOpts) error) *cmd.Command
- func NewCmdOpen(ctx *cmd.Context, runF func(*OpenOpts) error) *cmd.Command
- func NewCmdRead(ctx *cmd.Context, runF func(*ReadOpts) error) *cmd.Command
- func NewCmdRotate(ctx *cmd.Context, runF func(*RotateOpts) error) *cmd.Command
- func NewCmdSecrets(ctx *cmd.Context) *cmd.Command
- func NewCmdUpdate(ctx *cmd.Context, runF func(*UpdateOpts) error) *cmd.Command
- type CreateOpts
- type DeleteOpts
- type ListOpts
- type OpenOpts
- type ReadOpts
- type RotateOpts
- type SecretConfig
- type SecretUpdateConfig
- type UpdateOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
func NewCmdDelete ¶
func NewCmdRotate ¶ added in v0.6.0
func NewCmdUpdate ¶ added in v0.6.0
Types ¶
type CreateOpts ¶
type DeleteOpts ¶
type RotateOpts ¶ added in v0.6.0
type SecretConfig ¶ added in v0.6.0
type SecretConfig struct { Type integrations.IntegrationType `hcl:"type"` Details cty.Value `hcl:"details"` }
type SecretUpdateConfig ¶ added in v0.6.0
type SecretUpdateConfig struct { Type integrations.IntegrationType `hcl:"type"` Details cty.Value `hcl:"details"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.