z8run-cli-0.1.0 is not a library.
z8run-cli
Main CLI binary for z8run. Wires together all crates to provide a single executable for running the server, managing plugins, and validating flows.
Installation
From crates.io
From source
With Docker
Commands
Configuration
| Variable | Default | Description |
|---|---|---|
Z8_PORT |
7700 |
HTTP/WebSocket port |
Z8_BIND |
0.0.0.0 |
Bind address |
Z8_DATA_DIR |
./data |
Data directory (database, plugins) |
Z8_DB_URL |
SQLite auto | Database URL (sqlite:// or postgres://) |
Z8_LOG_LEVEL |
info |
Log level (trace, debug, info, warn, error) |
Z8_JWT_SECRET |
— | JWT signing secret (required for PostgreSQL) |
Z8_VAULT_SECRET |
— | Encryption key for the credential vault |
Quick start
Open http://localhost:7700 in your browser to access the visual flow editor.
License
Apache-2.0 OR MIT