...
Package updatemanifests
import "edge-infra.dev/pkg/edge/edgeadmin/commands/cfg/updatemanifests"
- Overview
- Index
Package updatemanifests contains the `cfg update-manifests` CLI command, which
can be used in CI pipelines to update the container images a set of existing
manifests reference and apply build metadata labels, e.g., commit, version,
etc.
The goal of this command is to allow easy integration between an existing
CI pipeline and the Edge platform CI pipeline.
func NewCmd(_ *edgecli.Config) *command.Command
NewCmd creates a new cli.Command and returns it.