Skip to content

Document breaking changes to CLI alpha and beta commands in v2.3.0 #1088

@adamwg

Description

@adamwg

What's Missing?

In v2.3.0 of the CLI, we are reorganizing the command tree to be noun-centric. As part of this, we've removed the alpha and beta command trees and started marking alpha and beta commands with tags. Alpha commands are hidden from the help text by default; beta commands are shown by default, but have a marker/warning attached to them. Pre-GA commands can be enabled or disabled via a config file.

We need to document that the following commands have moved:

  • alpha render op -> operation render
  • alpha render xr -> composition render
  • render -> composition render (but still available as render since it was GA)
  • beta convert composition-environment -> composition convert composition-environment
  • beta top -> cluster top
  • beta trace -> resource trace
  • beta validate -> resource validate

There are no changes to these commands other than their location in the tree.

Code change: crossplane/cli#3

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions