cmd

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string

Version is provided at compile-time.

Functions

func CatalogCmd

func CatalogCmd(cfg *config.Config) *cobra.Command

func LoadContractFromArgs

func LoadContractFromArgs(args []string) (*contract.Contract, error)

func NewCatalogExternalsCmd

func NewCatalogExternalsCmd(cfg *config.Config) *cobra.Command

NewCatalogExternalsCmd instantiates the "externals" subcommand.

func NewCatalogGenerateCmd

func NewCatalogGenerateCmd(cfg *config.Config) *cobra.Command

NewCatalogGenerateCmd instantiates the "generate" subcommand.

func NewCatalogGenerateFromExternalCmd

func NewCatalogGenerateFromExternalCmd(cfg *config.Config) *cobra.Command

NewCatalogGenerateFromExternalCmd instantiates the "generate" subcommand.

func NewReleaseCmd

func NewReleaseCmd(cfg *config.Config) *cobra.Command

NewReleaseCmd instantiates the NewReleaseCmd subcommand and flags.

func NewRenderCmd

func NewRenderCmd(cfg *config.Config) *cobra.Command

NewRenderCmd instantiate the "render" subcommand.

func NewRootCmd

func NewRootCmd(stream *tkncli.Stream) *cobra.Command

func NewSignCmd

func NewSignCmd(cfg *config.Config) *cobra.Command

NewSignCmd instantiate the SignCmd and flags.

func NewVerifyCmd

func NewVerifyCmd(cfg *config.Config) *cobra.Command

NewVerifyCmd instantiates the "verify" subcommand.

Types

type GitHubMatrixObject

type GitHubMatrixObject struct {
	Include []GitHubRunObject `json:"include"`
}

type GitHubRunObject

type GitHubRunObject struct {
	Name                 string `json:"name"`
	URL                  string `json:"url"`
	Type                 string `json:"type"`
	IgnoreVersions       string `json:"ignoreVersions"`
	CatalogName          string `json:"catalog-name"`
	ResourcesTarballName string `json:"resources-tarball-name"`
}

Jump to

Keyboard shortcuts

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