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.
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
2737The ` 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.
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
2737The ` crossplane xpkg ` commands create, install and update Crossplane
You can’t perform that action at this time.
0 commit comments