cmd

package
v0.0.0-...-8ef9bac Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// The current version of the CLI, embedded at compile time.
	Version = "<not set>"
)

Functions

func Execute

func Execute()

Types

type DeleteCommandOptions

type DeleteCommandOptions struct {
	Release       string
	NoAutoUpgrade bool
}

type DraftCommandOptions

type DraftCommandOptions struct {
	Name          string
	Description   string
	Version       string
	Tag           string
	Channel       string
	Package       string
	Entitlements  []string
	NoAutoUpgrade bool
}

type GenKeyCommandOptions

type GenKeyCommandOptions struct {
	SigningKeyPath string
	VerifyKeyPath  string
	NoAutoUpgrade  bool
}

type KeyCode

type KeyCode rune
var (
	KeyCodeEnter KeyCode = 13
	KeyCodeY     KeyCode = 121
)

type PublishCommandOptions

type PublishCommandOptions struct {
	Release       string
	NoAutoUpgrade bool
}

type TagCommandOptions

type TagCommandOptions struct {
	Release       string
	NoAutoUpgrade bool
}

type UntagCommandOptions

type UntagCommandOptions struct {
	Release       string
	NoAutoUpgrade bool
}

type UpgradeCommandOptions

type UpgradeCommandOptions struct {
	Channel string
}

type UploadCommandOptions

type UploadCommandOptions struct {
	Filename         string
	Filetype         string
	Platform         string
	Arch             string
	Release          string
	Package          string
	Signature        string
	Checksum         string
	SigningAlgorithm string
	SigningKeyPath   string
	SigningKey       string
	NoAutoUpgrade    bool
}

type YankCommandOptions

type YankCommandOptions struct {
	Release       string
	NoAutoUpgrade bool
}

Jump to

Keyboard shortcuts

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