Skip to content

Commit

Permalink
comments from review
Browse files Browse the repository at this point in the history
  • Loading branch information
tr0njavolta committed May 23, 2024
1 parent d76b802 commit 35e390c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
10 changes: 8 additions & 2 deletions content/master/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ The following flags are available for all commands.

## version

The `crossplane version` command returns the version of the Crossplane CLI you
are running.
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

Expand Down
4 changes: 2 additions & 2 deletions content/master/concepts/composition-revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ what managed resources Crossplane will create in response. Let's say for example
that you define a `PlatformDB` XR, which represents your organisation's common
database configuration of an Azure MySQL Server and a few firewall rules. The
`Composition` contains the 'base' configuration for the MySQL server and the
firewall rules that are extended by the configuration for the `PlatformDB`.
firewall rules that is extended by the configuration for the `PlatformDB`.

There is a one-to-many relationship between a `Composition` and the XRs that use
it. You might define a `Composition` named `big-platform-db` that is used by ten
Expand All @@ -25,7 +25,7 @@ member, while individual application teams create `PlatformDB` XRs that use said
`Composition`.

Each `Composition` is mutable - you can update it as your organisation's needs
change. However, updating a `Composition` without Composition Revisions can be a
change. However, without Composition Revisions updating can be a
risky process. Crossplane constantly uses the `Composition` to ensure that your
actual infrastructure - your MySQL Servers and firewall rules - match your
desired state. If you have 10 `PlatformDB` XRs all using the `big-platform-db`
Expand Down
11 changes: 9 additions & 2 deletions content/v1.16/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ The following flags are available for all commands.

## version

The `crossplane version` command returns the version of the Crossplane CLI you
are running.

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

Expand Down

0 comments on commit 35e390c

Please sign in to comment.