Documentation ¶
Overview ¶
Package cli contains the implementations of all of the subcommands that are exposed via the command line.
Index ¶
- func NewClearSubcommand() subcommands.Command
- func NewConfigSubcommand() subcommands.Command
- func NewDockerConfigSubcommand() subcommands.Command
- func NewEraseSubcommand() subcommands.Command
- func NewGCRLoginSubcommand() subcommands.Command
- func NewGCRLogoutSubcommand() subcommands.Command
- func NewGetSubcommand() subcommands.Command
- func NewListSubcommand() subcommands.Command
- func NewStoreSubcommand() subcommands.Command
- func NewVersionSubcommand() subcommands.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClearSubcommand ¶
func NewClearSubcommand() subcommands.Command
NewClearSubcommand returns a subcommands.Command which removes all stored credentials.
func NewConfigSubcommand ¶
func NewConfigSubcommand() subcommands.Command
NewConfigSubcommand returns a subcommands.Command which allows for user configuration of cred helper behavior.
func NewDockerConfigSubcommand ¶
func NewDockerConfigSubcommand() subcommands.Command
NewDockerConfigSubcommand returns a subcommands.Command which configures the docker client to use this credential helper
func NewEraseSubcommand ¶
func NewEraseSubcommand() subcommands.Command
NewEraseSubcommand returns a subcommands.Command which implements the Docker credential store 'erase' API.
func NewGCRLoginSubcommand ¶
func NewGCRLoginSubcommand() subcommands.Command
NewGCRLoginSubcommand returns a subcommands.Command which implements the GCR login operation.
func NewGCRLogoutSubcommand ¶
func NewGCRLogoutSubcommand() subcommands.Command
NewGCRLogoutSubcommand returns a subcommands.Command which implements the GCR logout operation.
func NewGetSubcommand ¶
func NewGetSubcommand() subcommands.Command
NewGetSubcommand returns a subcommands.Command which implements the Docker credential store 'get' API.
func NewListSubcommand ¶
func NewListSubcommand() subcommands.Command
NewListSubcommand returns a subcommands.Command which implements the Docker credential store 'list' API.
func NewStoreSubcommand ¶
func NewStoreSubcommand() subcommands.Command
NewStoreSubcommand returns a subcommands.Command which implements the Docker credential store 'store' API.
func NewVersionSubcommand ¶
func NewVersionSubcommand() subcommands.Command
NewVersionSubcommand returns a subcommands.Command which prints the binary version to stdout.
Types ¶
This section is empty.