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 Fibrefibre auth statusShow current auth infofibre auth create-key --name <name>Create an API keyDeployment
fibre deploy --name <name> --gpu <type> --port <port> --image <image>Deploy an appApp Management
fibre apps listList all appsfibre apps start <name>Start a suspended appfibre apps stop <name>Stop a running appfibre apps delete <name> --confirmDelete an app permanentlyfibre apps status <name>Check app statusSecrets
fibre secrets set KEY=VALUECreate or update a secretfibre secrets listList all secretsfibre secrets delete <name>Delete a secret