From 11237c50c57f322145d767d8eb64e5837955fb38 Mon Sep 17 00:00:00 2001 From: Sharp Date: Wed, 22 May 2024 21:59:11 -0400 Subject: [PATCH] comments from review Signed-off-by: Sharp --- content/master/cli/command-reference.md | 12 +++++++++++- content/v1.16/cli/command-reference.md | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/content/master/cli/command-reference.md b/content/master/cli/command-reference.md index 7979651f6..a8b0b969e 100644 --- a/content/master/cli/command-reference.md +++ b/content/master/cli/command-reference.md @@ -18,10 +18,20 @@ The following flags are available for all commands. | Short flag | Long flag | Description | |------------|-------------|------------------------------| | `-h` | `--help` | Show context sensitive help. | -| `-v` | `--version` | Print version and exit. | | | `--verbose` | Print verbose output. | {{< /table >}} +## version + +The `crossplane version` command returns the version of Crossplane CLI +and the control plane. + +```shell +crossplane version +Client Version: v1.16.0 +Server Version: v1.16.0 +``` + ## xpkg The `crossplane xpkg` commands create, install and update Crossplane diff --git a/content/v1.16/cli/command-reference.md b/content/v1.16/cli/command-reference.md index 7979651f6..a8b0b969e 100644 --- a/content/v1.16/cli/command-reference.md +++ b/content/v1.16/cli/command-reference.md @@ -18,10 +18,20 @@ The following flags are available for all commands. | Short flag | Long flag | Description | |------------|-------------|------------------------------| | `-h` | `--help` | Show context sensitive help. | -| `-v` | `--version` | Print version and exit. | | | `--verbose` | Print verbose output. | {{< /table >}} +## version + +The `crossplane version` command returns the version of Crossplane CLI +and the control plane. + +```shell +crossplane version +Client Version: v1.16.0 +Server Version: v1.16.0 +``` + ## xpkg The `crossplane xpkg` commands create, install and update Crossplane