We value your privacy

This site uses cookies to improve your browsing experience, analyze site traffic, and show personalized content. See our Privacy Policy.

  1. Hosting
  2. project
  3. project setup

514 project setup

Use 514 project setup <PROJECT_REF> to bootstrap a local workspace from an existing Fiveonefour project.

Syntax

514 project setup [OPTIONS] <PROJECT_REF>

Arguments

  • <PROJECT_REF>: Project reference as <org>/<project>, project name, project ID, or 514 URL.

Options

  • --api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).
  • --path <PATH>: Parent directory for clone.
  • --dir-name <DIR_NAME>: Local folder name override.
  • -o, --org <ORG>: Organization name or ID.
  • --branch <BRANCH>: Feature branch name to create.
  • --json: Output as JSON.
  • --no-branch: Skip branch creation.
  • -v, --verbose...: Enable verbose output (-v debug, -vv trace).
  • --push: Push branch after creation.
  • --run <RUN>: Local setup action (install, both, or skip).
  • --yes: Skip confirmations when safe.
  • --no-input: Disable prompts; fail fast if input is needed (implies --yes).
  • -h, --help: Print help.

Interactive example

514 project setup acme/analytics-api

Non-interactive example

514 project setup acme/analytics-api \
  --path ~/dev \
  --dir-name analytics-api \
  --branch feature/add-orders-rollup \
  --push \
  --run both \
  --yes \
  --no-input

Related

  • 514 auth
  • 514 org
  • 514 project
  • 514 project link
  • 514 cli update
  • Setup failures

On this page

SyntaxArgumentsOptionsInteractive exampleNon-interactive exampleRelated
Edit this page
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source539
  • Hosting Overview
CLI
  • --help
  • auth
  • org
  • project
    • list
    • link
    • setup
  • deployment
  • doc
  • cli
  • agent
Resource Commands
  • api-endpoint
  • stream
  • function
  • stream-to-table-sync
  • stream-to-stream-sync
  • table
  • view
  • web-app
  • workflow
  • sql-resource
  • materialized-view
Workflow
  • Fiveonefour to Local Setup
Integrations
  • Vercel
Troubleshooting
  • Setup Failures