Skip to content

Commit

Permalink
Merge pull request #780 from tr0njavolta/master
Browse files Browse the repository at this point in the history
Update crossplane CLI version flag
  • Loading branch information
jbw976 authored May 23, 2024
2 parents 0c5723b + 11237c5 commit bfcad83
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 bfcad83

Please sign in to comment.