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

514 env

Use 514 env to manage environment variables for a project. Variables can be scoped to a project or a specific branch.

Usage

514 env [OPTIONS] <COMMAND>

Subcommands

List

List environment variables for a project or branch.

514 env list [OPTIONS]

See the full command reference: 514 env list.

Get

Get the value of a single environment variable.

514 env get [OPTIONS] <KEY>

See the full command reference: 514 env get.

Set

Set one or more environment variables.

514 env set [OPTIONS] <VARS>...

See the full command reference: 514 env set.

Delete

Delete an environment variable.

514 env delete [OPTIONS] <KEY>

See the full command reference: 514 env delete.

Options

  • --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

514 env list --project acme/analytics-api
514 env get DATABASE_URL --project acme/analytics-api
514 env set API_KEY=sk-123 --project acme/analytics-api
514 env set API_KEY=sk-123 BATCH_SIZE=100 --project acme/analytics-api --branch feature/new-ingest
514 env delete OLD_SECRET --project acme/analytics-api

Related

  • 514 --help
  • 514 env list
  • 514 env get
  • 514 env set
  • 514 env delete
  • 514 project
  • 514 deployment

On this page

UsageSubcommandsListGetSetDeleteOptionsExamplesRelated
Edit this page
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source545
  • Hosting Overview
CLI
  • --help
  • auth
  • org
  • project
  • deployment
  • doc
  • cli
  • env
  • 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
  • Manage Environment Variables
Integrations
  • Vercel
Troubleshooting
  • Setup Failures