CLI Reference

The Fibre CLI lets you authenticate, deploy apps, manage running sandboxes, and handle secrets from your terminal. Install it with npm install -g @fibre-dev/cli.

Authentication

fibre setupAuthenticate with Fibre
fibre auth statusShow current auth info
fibre auth create-key --name <name>Create an API key

Deployment

fibre deploy --name <name> --gpu <type> --port <port> --image <image>Deploy an app

App Management

fibre apps listList all apps
fibre apps start <name>Start a suspended app
fibre apps stop <name>Stop a running app
fibre apps delete <name> --confirmDelete an app permanently
fibre apps status <name>Check app status

Secrets

fibre secrets set KEY=VALUECreate or update a secret
fibre secrets listList all secrets
fibre secrets delete <name>Delete a secret