1. Hosting
  2. Hosting

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) 514

Verify the installation:

514 --version

Start Here

  • 514 --help - View all top-level commands and global CLI flags.
  • 514 auth - Establish the CLI control plane session for agent runs.
  • 514 orgs - List organizations and switch active org context.
  • 514 link - Attach an existing repository to a hosted project so agents can target the right workload.
  • 514 projects - List projects in an organization.
  • 514 setup - Bootstrap a local workspace from an existing cloud OLAP project.
  • 514 update - Update installed CLI binaries.

Workflow

  • Fiveonefour hosting to local setup - End-to-end flow from cloud project access to local execution.

Integrations

  • Vercel (coming soon) - Native Vercel-connected workflows and deployment interoperability.

Troubleshooting

  • Setup failures - Recovery commands and routes for common blockers.

On this page

Preview environments and branchesInstallationStart HereWorkflowIntegrationsTroubleshooting
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source527
  • Hosting Overview
CLI
  • --help
  • auth
  • orgs
  • link
  • projects
  • setup
  • update
Workflow
  • Fiveonefour to Local Setup
Troubleshooting
  • Setup Failures