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
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
alphaandbetacommand 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 renderalpha render xr->composition renderrender->composition render(but still available asrendersince it was GA)beta convert composition-environment->composition convert composition-environmentbeta top->cluster topbeta trace->resource tracebeta validate->resource validateThere are no changes to these commands other than their location in the tree.
Code change: crossplane/cli#3