cf-operator util template-render

cf-operator util template-render

Renders a bosh manifest

Synopsis

Renders a bosh manifest.

This will render a provided manifest instance-group

cf-operator util template-render [flags]

Options

      --az-index int                 (AZ_INDEX) az index (default -1)
  -m, --bosh-manifest-path string    (BOSH_MANIFEST_PATH) path to the bosh manifest file
  -h, --help                         help for template-render
      --initial-rollout              (INITIAL_ROLLOUT) Initial rollout of bosh deployment. (default true)
  -g, --instance-group-name string   (INSTANCE_GROUP_NAME) name of the instance group for data gathering
  -j, --jobs-dir string              (JOBS_DIR) path to the jobs dir.
  -d, --output-dir string            (OUTPUT_DIR) path to output dir. (default "/var/vcap/jobs")
      --pod-ip string                (POD_IP) pod IP
      --pod-ordinal int              (POD_ORDINAL) pod ordinal (default -1)
      --replicas int                 (REPLICAS) number of replicas (default -1)
      --spec-index int               (SPEC_INDEX) index of the instance spec (default -1)

SEE ALSO

Auto generated by spf13/cobra on 25-Aug-2020
Last modified May 25, 2021: Fix code display in release docs (2bc24a5)