Skip to content

Commit 11237c5

Browse files
committed
comments from review
Signed-off-by: Sharp <[email protected]>
1 parent 0c5723b commit 11237c5

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

content/master/cli/command-reference.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ The following flags are available for all commands.
1818
| Short flag | Long flag | Description |
1919
|------------|-------------|------------------------------|
2020
| `-h` | `--help` | Show context sensitive help. |
21-
| `-v` | `--version` | Print version and exit. |
2221
| | `--verbose` | Print verbose output. |
2322
{{< /table >}}
2423

24+
## version
25+
26+
The `crossplane version` command returns the version of Crossplane CLI
27+
and the control plane.
28+
29+
```shell
30+
crossplane version
31+
Client Version: v1.16.0
32+
Server Version: v1.16.0
33+
```
34+
2535
## xpkg
2636

2737
The `crossplane xpkg` commands create, install and update Crossplane

content/v1.16/cli/command-reference.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ The following flags are available for all commands.
1818
| Short flag | Long flag | Description |
1919
|------------|-------------|------------------------------|
2020
| `-h` | `--help` | Show context sensitive help. |
21-
| `-v` | `--version` | Print version and exit. |
2221
| | `--verbose` | Print verbose output. |
2322
{{< /table >}}
2423

24+
## version
25+
26+
The `crossplane version` command returns the version of Crossplane CLI
27+
and the control plane.
28+
29+
```shell
30+
crossplane version
31+
Client Version: v1.16.0
32+
Server Version: v1.16.0
33+
```
34+
2535
## xpkg
2636

2737
The `crossplane xpkg` commands create, install and update Crossplane

0 commit comments

Comments
 (0)