Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLIContext ¶
type CLIContext interface { VaultAddress() string VaultToken() string VaultAuthMethod() string VaultAuthPath() string VaultUsername() string VaultPassword() string VaultSSHMount() string VaultSSHRole() string SSHHost() string SSHCommand() []string SSHLogin() string SSHPort() int SSHPassword() bool SSHAgent() bool SSHInsecure() bool HTTPProxy() string PrivateKey() string VPrivateKey() string ForceTerminal() bool }
func NewCliContext ¶
func NewCliContext(ctx *cli.Context) CLIContext
type LogFormatterParams ¶
Click to show internal directories.
Click to hide internal directories.