File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,20 @@ The following flags are available for all commands.
18
18
| Short flag | Long flag | Description |
19
19
| ------------| -------------| ------------------------------|
20
20
| ` -h ` | ` --help ` | Show context sensitive help. |
21
- | ` -v ` | ` --version ` | Print version and exit. |
22
21
| | ` --verbose ` | Print verbose output. |
23
22
{{< /table >}}
24
23
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
+
25
35
## xpkg
26
36
27
37
The ` crossplane xpkg ` commands create, install and update Crossplane
Original file line number Diff line number Diff line change @@ -18,10 +18,20 @@ The following flags are available for all commands.
18
18
| Short flag | Long flag | Description |
19
19
| ------------| -------------| ------------------------------|
20
20
| ` -h ` | ` --help ` | Show context sensitive help. |
21
- | ` -v ` | ` --version ` | Print version and exit. |
22
21
| | ` --verbose ` | Print verbose output. |
23
22
{{< /table >}}
24
23
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
+
25
35
## xpkg
26
36
27
37
The ` crossplane xpkg ` commands create, install and update Crossplane
You can’t perform that action at this time.
0 commit comments