An open API service indexing awesome lists of open source software.

https://github.com/strivo-dev/celeris-cli

Celeris delivers real-time visibility into build pipelines, CI/CD health, and key development metrics — built for speed, designed for devs.
https://github.com/strivo-dev/celeris-cli

celeris cicd cli development

Last synced: 11 months ago
JSON representation

Celeris delivers real-time visibility into build pipelines, CI/CD health, and key development metrics — built for speed, designed for devs.

Awesome Lists containing this project

README

          

# celeris-cli
Celeris delivers real-time visibility into build pipelines, CI/CD health, and key development metrics — built for speed, designed for devs.

# Installation
```bash
npm i celeris-cli // pnpm i celeris-cli
```

# Usage
## Code Test
```js
const { testAndPush } = require('celeris-cli');

testAndPush(() => {
// your code
}, {
project: "celeris-cli", // your project name
});
```

## CLI
```bash
celeris push --build-status success --project celeris-cli
```

# License
```
This Project under MIT License
© 2019 - 2025 Strivo. All Rights Reserved
```