tanzu availability-target

Availability target lifecycle management

Usage

  tanzu availability-target [command]

Aliases

  availabilitytarget, avt

Commands

  create      Create an availability target with specified configuration
  delete      Delete an availability target
  get         Get details from an availability target.
  list        List the availability targets in the current workspace.

Global Flags

      --no-color       deactivate color, bold, animations, and emoji output
      --project name   name of the project to use when creating or getting resources (default is project name from current Tanzu Platform context)

Flags

  -h, --help   help for availability-target

tanzu availability-target create

Create a availability target with specified configuration.

Availability target configuration options include:

  • Packages to be included in the availability target (can be provided multiple times)

Usage

  tanzu availability-target create [name] [flags]

Examples

  tanzu availability-target create --file availability-target.yaml

Flags

      --dry-run          print kubernetes resources to stdout rather than apply them to the cluster, messages normally on stdout will be sent to stderr
  -f, --file file path   file path containing the description of a single availability target. Use value "-" to read from stdin
  -h, --help             help for create
  -y, --yes              accept all prompts

tanzu availability-target delete

Delete an availability target.

Usage

  tanzu availability-target delete [name] [flags]

Examples

  tanzu availability-target delete my-availability-target

Flags

  -f, --file file path   file path containing the description of a single availability-target to be deleted. Use value "-" to read from stdin
  -h, --help             help for delete
  -y, --yes              accept all prompts

tanzu availability-target get

Get details from a availability target in the current workspace.

Usage

  tanzu availability-target get [name] [flags]

Examples

  tanzu availability-target get my-availability-target

Flags

  -e, --export          export availability target in yaml format
  -h, --help            help for get
  -o, --output string   output the availability target formatted. Supported formats: "json", "yaml", "yml"

tanzu availability-target list

List the availability targets in the current workspace.

Usage

  tanzu availability-target list [flags]

Examples

  tanzu availability-target list
  tanzu availability-target list --output yaml

Flags

  -h, --help            help for list
  -o, --output string   output the availability targets formatted. Supported formats: "json", "yaml", "yml"
check-circle-line exclamation-circle-line close-line
Scroll to top icon