Skip to content

Commit bfcad83

Browse files
authored
Merge pull request #780 from tr0njavolta/master
Update crossplane CLI version flag
2 parents 0c5723b + 11237c5 commit bfcad83

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)