Skip to content

v0.1.0-alpha.1

Choose a tag to compare

@maximiliantech maximiliantech released this 11 May 11:44
3d7a027

First tagged release of ocpctl, a CLI for managing local OpenControlPlane environments.

Commands

  • ocpctl env apply <name> — create/update a kind-based OpenControlPlane environment
  • ocpctl env list — list managed environments
  • ocpctl env delete <name> — tear down an environment
  • ocpctl env validate <name> — validate environment name constraints
  • ocpctl version — print CLI version

Notes

  • Requires Docker and kind
  • Local/kind environments only — production cluster support is planned
  • --timeout flag available on apply to prevent hangs
  • --verbose flag available for detailed progress output

Known limitations

  • ServiceProviders and PlatformServices configured in the environment spec are not yet deployed (#7)