https://github.com/reubenmiller/c8y-devext
Example only! go-c8y-cli extension to interact with the software management API
https://github.com/reubenmiller/c8y-devext
Last synced: 3 months ago
JSON representation
Example only! go-c8y-cli extension to interact with the software management API
- Host: GitHub
- URL: https://github.com/reubenmiller/c8y-devext
- Owner: reubenmiller
- License: mit
- Created: 2023-12-06T19:29:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T19:33:57.000Z (over 1 year ago)
- Last Synced: 2025-03-06T03:35:08.048Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c8y-devext
:warning: This is just an example project only Please fork it and modify as required
go-c8y-cli extension to managed software on a device. This uses the newer [Software Management v2 microservice](https://cumulocity.com/guides/reference/device-management-library/#adding-software-packages) API in Cumulocity IoT.
## Prerequisites
* go-c8y-cli >= 2.38.1 (due to support for json array bodies)
## What is included?
**Note**
Use ✅ or 🔲 indicates if the extension includes the given functionality or not.
|Type|Included|Notes|
|----|:-:|-----|
|Commands|✅|Commands to manage the software on a device (e.g. add/remove/set software in the c8y_SoftwareList property|## Install
The extension can be installed using the following command.
```sh
c8y extension install reubenmiller/c8y-devext
```