cmd

package
v0.48.5 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoRequestUserToAuthenticate

func DoRequestUserToAuthenticate(headless bool)

func Execute

func Execute()

func ListCronjobs added in v0.48.0

func ListCronjobs(envId string, client *qovery.APIClient) ([]qovery.JobResponse, error)

func ListLifecycleJobs added in v0.48.0

func ListLifecycleJobs(envId string, client *qovery.APIClient) ([]qovery.JobResponse, error)

Types

type DeviceFlowParameters

type DeviceFlowParameters struct {
	DeviceCode              string `json:"device_code"`
	UserCode                string `json:"user_code"`
	VerificationUri         string `json:"verification_uri"`
	VerificationUriComplete string `json:"verification_uri_complete"`
	ExpiresIn               int64  `json:"expires_in"`
	Interval                int64  `json:"interval"`
}

type TokenCreationResponseDto added in v0.41.2

type TokenCreationResponseDto struct {
	Token string
}

type TokensResponse

type TokensResponse struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

Jump to

Keyboard shortcuts

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