Push environment variables and secrets from local .env file to cloud. Requires authentication. Use for Agentuity cloud platform operations
Push environment variables and secrets from local .env file to cloud
agentuity auth loginagentuity cloud env push [options]
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| --org | optionalString | Yes | - | push to organization level (use --org for default org) |
Push all variables to cloud (project):
bunx @agentuity/cli env push
Push all variables to organization:
bunx @agentuity/cli env push --org
Returns JSON object:
{
"success": "boolean",
"pushed": "number",
"envCount": "number",
"secretCount": "number",
"source": "string",
"scope": "string"
}
| Field | Type | Description |
|-------|------|-------------|
| success | boolean | Whether push succeeded |
| pushed | number | Number of items pushed |
| envCount | number | Number of env vars pushed |
| secretCount | number | Number of secrets pushed |
| source | string | Source file path |
| scope | string | The scope where variables were pushed |
npx skills add agentuity/agentuity-cli-cloud-env-push下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer