Skip to content

Commit

Permalink
comments from review
Browse files Browse the repository at this point in the history
Signed-off-by: Sharp <[email protected]>
  • Loading branch information
tr0njavolta committed May 23, 2024
1 parent 0c5723b commit 11237c5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion content/master/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion content/v1.16/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11237c5

Please sign in to comment.