https://github.com/tryethernal/ethernal-cli-light
Light version of Ethernal CLI
https://github.com/tryethernal/ethernal-cli-light
Last synced: 5 months ago
JSON representation
Light version of Ethernal CLI
- Host: GitHub
- URL: https://github.com/tryethernal/ethernal-cli-light
- Owner: tryethernal
- License: mit
- Created: 2023-08-16T08:29:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T23:07:45.000Z (about 1 year ago)
- Last Synced: 2025-09-07T08:52:30.287Z (9 months ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethernal CLI Light
This is a simplified version of the [Ethernal CLI](https://github.com/tryethernal/ethernal-cli).
The goal is to have a smaller & less memory consuming package that directly connects to the queuing Redis backend, without going through the API.
It is meant to be launched through the Ethernal PM2 server.
## Installation
`npm install ethernal-cli-light -g`
`yarn add global ethernal-cli-light`
## Usage
Only two env variables are needed:
`ETHERNAL_HOST`: Your Ethernal API endpoint
`ETHERNAL_SECRET`: Your Ethernal secret, as it's using an admin endpoint
Then call the CLI with only the workspace id as a parameter:
`ETHERNAL_HOST=https://yourethernalinstance/api ETHERNAL_SECRET=yoursecret ethernal-light 1`