Documentation ¶
Index ¶
- Variables
- func MustConfig() *config.Config
- func New(in io.Reader, out, err io.Writer) *cobra.Command
- func NewCmdSecret(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdSecretCreate(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdSecretDecrypt(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdSecretEncrypt(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdSecretGet(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdVersion(out io.Writer) *cobra.Command
- type CreateSecretCmdOptions
- type EncryptSecretCmdOptions
- type GetSecretCmdOptions
- type Receivers
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GlobalFlags = &globalFlags{}
)
View Source
var (
Version string
)
Functions ¶
func MustConfig ¶
Types ¶
type CreateSecretCmdOptions ¶
type EncryptSecretCmdOptions ¶
type GetSecretCmdOptions ¶
type GetSecretCmdOptions struct {
NoDecrypt bool
}
Click to show internal directories.
Click to hide internal directories.