Documentation
¶
Overview ¶
Package xpkg contains Crossplane packaging commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WellKnownTemplates ¶ added in v1.17.0
WellKnownTemplates are short aliases for template repositories.
Types ¶
type Cmd ¶
type Cmd struct {
// Keep subcommands sorted alphabetically.
Build buildCmd `cmd:"" help:"Build a new package."`
Init initCmd `cmd:"" help:"Initialize a new package from a template."`
Install installCmd `cmd:"" help:"Install a package in a control plane."`
Login loginCmd `cmd:"" help:"Login to the default package registry."`
Logout logoutCmd `cmd:"" help:"Logout of the default package registry."`
Push pushCmd `cmd:"" help:"Push a package to a registry."`
Update updateCmd `cmd:"" help:"Update a package in a control plane."`
}
Cmd contains commands for interacting with xpkgs.
Click to show internal directories.
Click to hide internal directories.