Hosting
514 Hosting is a branch-native control plane for cloud OLAP workloads.
The 514 CLI acts as your agent harness: authenticate, link your repository, and run local workflows that stay in sync with hosted infrastructure.
Every pushed branch automatically gets its own preview environment, and subsequent pushes update that same preview. This gives you isolated validation per branch and a clear path from iteration to merge.
Preview environments and branches
Hosting deployments are branch-aware:
- Pushing a branch triggers an automatic deployment for that branch.
- Each active branch maps to its own preview environment so you can validate changes in isolation.
- New pushes to the same branch update the same preview environment.
- Merge your branch when the preview is healthy and ready to promote.
Installation
bash -i <(curl -fsSL https://fiveonefour.com/install.sh) 514Verify the installation:
514 --versionStart Here
514 --help- View all top-level commands and global CLI flags.514 auth- Establish the CLI control plane session for agent runs.514 org- List organizations and switch active org context.514 project- List projects and run project-scoped workflows.514 project link- Attach an existing repository to a hosted project (514 project link [project_ref]).514 project setup- Bootstrap a local workspace from an existing cloud project.514 deployment list- List deployments for a project (514 deployment list --project <org>/<project>).514 doc- Browse and search docs from the CLI.514 cli update- Update installed CLI binaries.
Workflow
- Fiveonefour hosting to local setup - End-to-end flow from cloud project access to local execution.
- Manage environment variables - Choose the right scope, set the variable in the right place, and know when a deployment picks it up.
Integrations
- Vercel - Connect a Vercel frontend to a Fiveonefour project so previews, deployment timing, and shared environment setup stay aligned.
Troubleshooting
- Setup failures - Recovery commands and routes for common blockers.