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.
- Host: GitHub
- URL: https://github.com/strivo-dev/celeris-cli
- Owner: strivo-dev
- License: mit
- Created: 2025-04-23T10:06:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T05:08:19.000Z (about 1 year ago)
- Last Synced: 2025-05-28T14:24:34.471Z (about 1 year ago)
- Topics: celeris, cicd, cli, development
- Language: JavaScript
- Homepage: https://celeris.strivo.xyz
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/codeowners
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
```