Documentation
¶
Index ¶
- func AddCommand(input AddCommandInput, keyring keyring.Keyring, ...) error
- func ConfigureAddCommand(app *kingpin.Application, a *Aurl)
- func ConfigureExecCommand(app *kingpin.Application, a *Aurl)
- func ExecCommand(input ExecCommandInput, keyring keyring.Keyring, ...) (err error)
- type AddCommandInput
- type Aurl
- type ExecCommandInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommand ¶
func AddCommand(input AddCommandInput, keyring keyring.Keyring, aurlConfigFile *vault.ConfigFile) error
func ConfigureAddCommand ¶
func ConfigureAddCommand(app *kingpin.Application, a *Aurl)
func ConfigureExecCommand ¶
func ConfigureExecCommand(app *kingpin.Application, a *Aurl)
func ExecCommand ¶
func ExecCommand(input ExecCommandInput, keyring keyring.Keyring, aurlConfigFile *vault.ConfigFile) (err error)
Types ¶
type AddCommandInput ¶
type AddCommandInput struct {
ProfileName string
// contains filtered or unexported fields
}
type Aurl ¶
type Aurl struct {
Verbose bool
KeyringConfig keyring.Config
KeyringBackend string
// contains filtered or unexported fields
}
func ConfigureGlobals ¶
func ConfigureGlobals(app *kingpin.Application) *Aurl
func (*Aurl) AurlConfigFile ¶
func (a *Aurl) AurlConfigFile() (*vault.ConfigFile, error)
func (*Aurl) MustGetProfileNames ¶
Click to show internal directories.
Click to hide internal directories.