https://github.com/cumulocity-iot/c8y-bpl
c8y-cli extension to handle tasks for build pipeline
https://github.com/cumulocity-iot/c8y-bpl
cumulocity-iot go-c8y-cli-extension iot-analytics
Last synced: 4 months ago
JSON representation
c8y-cli extension to handle tasks for build pipeline
- Host: GitHub
- URL: https://github.com/cumulocity-iot/c8y-bpl
- Owner: Cumulocity-IoT
- License: apache-2.0
- Created: 2023-05-11T11:48:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:56:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T01:11:45.651Z (about 1 year ago)
- Topics: cumulocity-iot, go-c8y-cli-extension, iot-analytics
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note:** :construction: work in progress
# c8y-bpl
is a go-c8y-cli extension to provide commands for the c8y build pipeline process.
Checkout the [go-c8y-cli extension docs](https://feat-extensions-manager--goc8ycli.netlify.app/docs/tutorials/extensions/creating-an-extension/) for detailed instruction about using go-c8y-cli extension.
## What is included?
| Type | Included | Notes |
|-----------|:--------:|-----------------------------------------------------|
| Aliases | 🔲 | |
| Commands | ✅ | Commands to manage and view profiles and plant data |
| Templates | 🔲 | Specific templates |
| Views | ✅ | Custom views |
## Pre-requisite
:rotating_light: Warning :rotating_light:
Checkout the installation instructions via the [online docs](https://feat-extensions-manager--goc8ycli.netlify.app/docs/tutorials/extensions/creating-an-extension/).
## Install
The extension can be installed using the following command.
```sh
c8y extension install softwareag/c8y-bpl
# List the available commands
c8y bpl
```