bincode-cli
v1.0.13
Published
```bash npm install -g bincode-cli # or bun install -g bincode-cli ```
Readme
Bincode CLI
Installation
npm install -g bincode-cli
# or
bun install -g bincode-cliConfiguration
The CLI works out of the box with default settings. No configuration needed!
If you want to customize the API URL, you can optionally set it via:
- Environment variable:
BINERIC_API_URL - Config file:
bincode.jsonin your project root - Project .env file:
.envin your project root
Priority Order:
- Environment variable
BINERIC_API_URL(highest priority) bincode.jsonconfig file- Project
.envfile - Default production URL (no configuration needed!)
Usage
bincode login
bincode -vThis project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.
