tanzu supplychain generate

This topic gives you command-specific information for the Tanzu Supply Chain CLI.

Synopsis

Generate a supplychain scaffold. Generate configuration options include:

  • Kind, component list, and the description
tanzu supplychain generate [flags]

Examples

tanzu supplychain generate --kind ServerAppV1 --description DESCRIPTION

Options

  --allow-defaults       add a section for defaults to the supplychain scaffold
  --allow-overrides      add a section for overrides to the supplychain scaffold
  -c, --component strings    add a component to the supplychain scaffold. This flag can be specified multiple times and the order on the command-line will be reflected on the generated scaffold output
  -d, --description string   description of the supplychain
  -h, --help                 help for generate
  -k, --kind string          kind to use as the developer interface

Options inherited from parent commands

      --kubeconfig file   kubeconfig file (default is $HOME/.kube/config)
      --no-color          deactivate color, bold, animations, and emoji output

See also

check-circle-line exclamation-circle-line close-line
Scroll to top icon