Skip to content

Commit

Permalink
reword examples
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Apr 25, 2024
1 parent 122e459 commit d9aefe4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/go-c8y-cli/docs/examples/ui_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ UI extensions can be installed into UI applications using the `c8y ui extensions

The follow sections detail the common use-cases.

### Adding an extension
### Installing an extension

A new extension can be added to an application. Any existing extensions already installed in the application will not be modified.
A new extension can be added to an existing UI application using the following command. The command will preserve any existing extensions, and it will only add a new one (or update the version if already installed).

```sh
c8y ui extensions install --application devicemanagement --extension myext
Expand All @@ -191,7 +191,7 @@ By default the `latest` version is chosen, but a version or tag can be provided
c8y ui extensions install --application devicemanagement --extension myext@latest
```

Or install an explicit version:
Or install an explicit extension version:

```sh
c8y ui extensions install --application devicemanagement --extension [email protected]
Expand Down Expand Up @@ -220,4 +220,3 @@ Similar to the previous example, you can also remove all extensions by also usin
```sh
c8y ui extensions install --application devicemanagement --replace
```

0 comments on commit d9aefe4

Please sign in to comment.