auth

package
v1.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

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.

func NewCmdAuthStatus added in v1.51.0

func NewCmdAuthStatus(log logrus.FieldLogger) *cli.Command

Types

type RefreshOptions

type RefreshOptions struct {
	// 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.

func (*RefreshOptions) Run

func (o *RefreshOptions) Run(ctx context.Context) error

Run executes the auth refresh command.

type StatusOptions added in v1.51.0

type StatusOptions struct {
	// contains filtered or unexported fields
}

StatusOptions the options for the auth status command.

func NewStatusOptions added in v1.51.0

func NewStatusOptions(log logrus.FieldLogger) (*StatusOptions, error)

NewStatusOptions creates a new instance of the auth status options.

func (*StatusOptions) Run added in v1.51.0

func (o *StatusOptions) Run(ctx context.Context) error

Run executes the auth status command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL