agentuity avatar

agentuity-cli-cloud-env-push

Push environment variables from local .env file to cloud. Requires authentication. Use for Agentuity

提供方 agentuity|开源

Cloud Env Push

Push environment variables from local .env file to cloud

Prerequisites

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

Usage

agentuity cloud env push

Examples

Run push command:

bunx @agentuity/cli env push

Output

Returns JSON object:

{
  "success": "boolean",
  "pushed": "number",
  "source": "string"
}
FieldTypeDescription
successbooleanWhether push succeeded
pushednumberNumber of items pushed
sourcestringSource file path