Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoin-balancer/cli-lite
The cli-lite is a lightweight yet powerful command-line interface designed to make managing Balancer's infrastructure effortless, even for non-technical users.
https://github.com/bitcoin-balancer/cli-lite
automated bitcoin bitcoin-spot-market bitcoin-trading bitcoin-trading-strategy self-hosted spot-market strategy trading trading-strategy
Last synced: about 3 hours ago
JSON representation
The cli-lite is a lightweight yet powerful command-line interface designed to make managing Balancer's infrastructure effortless, even for non-technical users.
- Host: GitHub
- URL: https://github.com/bitcoin-balancer/cli-lite
- Owner: bitcoin-balancer
- License: other
- Created: 2025-01-28T19:28:56.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-02-03T13:40:15.000Z (about 5 hours ago)
- Last Synced: 2025-02-03T14:37:22.487Z (about 4 hours ago)
- Topics: automated, bitcoin, bitcoin-spot-market, bitcoin-trading, bitcoin-trading-strategy, self-hosted, spot-market, strategy, trading, trading-strategy
- Homepage: https://balancer.jesusgraterol.dev/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `cli-lite`
The `cli-lite` is a lightweight yet powerful command-line interface designed to make managing Balancer's infrastructure effortless, even for non-technical users. It enables you to:
* **Quickly set up your instance** – Scaffold your Balancer instance safely and efficiently, following best practices
* **Automate infrastructure tasks** – Seamlessly handle provisioning, scaling, and monitoring with minimal effort
* **Securely access remote servers** – Connect to your production environment via secure SSH connections on [DigitalOcean](https://www.digitalocean.com/)
* **And more!**With its intuitive syntax and comprehensive functionality, `cli-lite` streamlines complex operations, saves time, and ensures consistency in infrastructure management.
## Requirements
### Software
- UNIX-like OS
- git `^v2.43.0`
- Node.js `^v22.11.0`
- npm `^v10.9.0`
- Docker Engine `^v27.3.1`
- Docker Compose `^v2.29.7`### Hardware
- 1 CPU
- 512 GB Memory
- 10 GB Storage
## Getting Started
1. [Set up a DigitalOcean account](./docs/digital-ocean/index.md)
2. ...
## Guides
- ...
## CLI Actions
...
## Docker Images
- [postgres](https://hub.docker.com/_/postgres)
- [jesusgraterol/balancer-api](https://hub.docker.com/r/jesusgraterol/balancer-api)
- [jesusgraterol/balancer-gui](https://hub.docker.com/r/jesusgraterol/balancer-gui)
- [jesusgraterol/balancer-ct](https://hub.docker.com/r/jesusgraterol/balancer-ct)
## Tests
```bash
# run the integration tests
npm run test:integration# run the unit tests
npm run test:unit# run the benchmarks
npm run test:bench
```
## License
[Apache v2.0](https://www.apache.org/licenses/LICENSE-2.0)