Skip to content

Commit

Permalink
docs: update feature instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 3, 2024
1 parent 92804e4 commit 2cd9c02
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,29 @@ Self updates can be done by using `container` type.
c8y software versions create \
--software tedge \
--url " " \
--version "ghcr.io/thin-edge/tedge-container-bundle:20240929.1503"
--version "ghcr.io/thin-edge/tedge-container-bundle:20241201.0920"
```

```sh
c8y software versions create \
--software tedge \
--url " " \
--version "ghcr.io/thin-edge/tedge-container-bundle:latest"
```

3. Create an operation to install software
3. Create an operation to install software (go-c8y-cli >= v2.45.0)

```sh
c8y software versions install \
--device "subdevice01" \
--action install \
--software tedge \
--version "ghcr.io/thin-edge/tedge-container-bundle:latest"
--version "ghcr.io/thin-edge/tedge-container-bundle:20241201.0920"
```

Or if you haven't created a `tedge` software repository item, then you can install software without it, by specifying all of the required fields (including a empty space for the `--url` flag.)
```sh
c8y software versions install \
--device "subdevice01" \
--action install \
--software tedge \
--data softwareType=container \
--softwareType container \
--url " " \
--version "ghcr.io/thin-edge/tedge-container-bundle:latest"
--version "ghcr.io/thin-edge/tedge-container-bundle:20241201.0920"
```
Expand Down

0 comments on commit 2cd9c02

Please sign in to comment.