Documentation
¶
Overview ¶
Package xpkg contains Crossplane packaging commands.
Index ¶
Constants ¶
View Source
const DefaultRegistry = "xpkg.upbound.io"
DefaultRegistry for pushing Crossplane packages.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// Keep subcommands sorted alphabetically.
Build buildCmd `cmd:"" help:"Build a new package."`
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.