vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 15 forks source link

Malformed help string for educates create-cluster. #410

Closed GrahamDumpleton closed 3 weeks ago

GrahamDumpleton commented 3 weeks ago

Describe the bug

Help string shows:

% ./client-programs/bin/educates-darwin-amd64 create-cluster --help
Creates a local Kubernetes cluster

Examples:

        # Create local educates cluster (no configuration, uses nip.io wildcard domain and Kind as provider config defaults)
        educates admin cluster create

        # Create local educates cluster with custom configuration
  educates admin cluster create --config config.yaml

  # Create local educates cluster and sync local educates secrets
  educates admin cluster install --config config.yaml --with-local-secrets

  # Create local educates cluster with bundle from different repository
  educates admin cluster create --package-repository ghcr.io/jorgemoralespou --version installer-clean

  # Create local educates cluster with local build (for development)
  educates admin cluster create --package-repository localhost:5001 --version 0.0.1

IOW, indenting is mucked up.

Additional information

No response