cmd

package
v0.73.7 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StageLevel       = 1
	ServiceLevel     = 2
	StepLevel        = 3
	MessageLevel     = 4
	AllLevel     int = 5
)

Variables

This section is empty.

Functions

func DoRequestUserToAuthenticate

func DoRequestUserToAuthenticate(headless bool)

func Execute

func Execute()

func GetStageByName added in v0.49.0

func GetStageByName(stages []qovery.DeploymentStageResponse, stageName string) (*qovery.DeploymentStageResponse, error)

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"`
}

Source Files

Jump to

Keyboard shortcuts

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