Documentation ¶
Overview ¶
Package auth implements a 'devenv auth' command that allows developers to manage devenv auth state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAuth ¶
func NewCmdAuth(log logrus.FieldLogger) *cli.Command
NewCmdAuth returns a new instance of the auth command.
func NewCmdAuthRefresh ¶
func NewCmdAuthRefresh(log logrus.FieldLogger) *cli.Command
NewCmdAuthRefresh returns a new instance of the auth refresh command.
Types ¶
type RefreshOptions ¶
type RefreshOptions struct { App string // contains filtered or unexported fields }
RefreshOptions the options for the auth refresh command.
func NewRefreshOptions ¶
func NewRefreshOptions(log logrus.FieldLogger) (*RefreshOptions, error)
NewRefreshOptions creates a new instance of the auth refresh options.
Click to show internal directories.
Click to hide internal directories.