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. env
  3. env list

514 env list

Use 514 env list to list environment variables for a project. Optionally scope to a specific branch.

Usage

514 env list [OPTIONS]

Options

  • --project <PROJECT>: Project reference: <org>/<project>, project name, project ID, or 514 URL. Auto-detects from 514 project link when omitted.

  • --branch <BRANCH>: Branch name (infers branch scope).

  • --platform: Include platform-managed variables. Auto-detects the branch from git when --branch is omitted.

  • --dotenv: Output in dotenv format (KEY="value"). Mutually exclusive with --json.

  • --api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).

  • -o, --org <ORG>: Organization name or ID.

  • --json: Output as JSON.

  • -v, --verbose...: Enable verbose output (-v debug, -vv trace).

  • -h, --help: Print help.

Examples

# List user-defined env vars
514 env list --project acme/analytics-api
514 env list --project acme/analytics-api --branch feature/new-ingest
 
# Include platform-managed variables (auto-detects branch from git)
514 env list --platform
 
# Export to .env.local for use with moose cli
514 env list --platform --dotenv > .env.local
 
# JSON output
514 env list --json

Related

  • 514 env
  • 514 env get
  • 514 env set
  • 514 env delete

On this page

UsageOptionsExamplesRelated
Edit this page
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source564
  • Hosting Overview
CLI
  • --help
  • auth
  • org
  • project
  • deployment
  • doc
  • cli
  • env
    • list
    • get
    • set
    • delete
  • agent
  • clickhouse
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
  • Manage Environment Variables
  • Branch Data Seeding
Integrations
  • Vercel
Troubleshooting
  • Setup Failures