Agentuity CLI Cloud Env Pull

Pull environment variables from cloud to local .env file. Requires authentication. Use for Agentuity cloud platform operations

agentuity Updated

File contents

Cloud Env Pull

Pull environment variables from cloud to local .env file

Prerequisites

  • Authenticated with agentuity auth login
  • Project context required (run from project directory or use --project-id)
  • cloud deploy

Usage

agentuity cloud env pull [options]

Options

Option Type Required Default Description
--force boolean No false overwrite local values with cloud values

Examples

Run pull command:

bunx @agentuity/cli env pull

Use force option:

bunx @agentuity/cli env pull --force

Output

Returns JSON object:

{
  "success": "boolean",
  "pulled": "number",
  "path": "string",
  "force": "boolean"
}
Field Type Description
success boolean Whether pull succeeded
pulled number Number of items pulled
path string Local file path where variables were saved
force boolean Whether force mode was used

agentuity/discord-help-agent/tree/main/.agents/skills/agentuity-cli-cloud-env-pull commit 054b12e359

Frequently asked questions

npx skillmds@latest add agentuity/agentuity-cli-cloud-env-pull