zeabur-service-list

📁 zeabur/zeabur-claude-plugin 📅 2 days ago
3
总安装量
1
周安装量
#57947
全站排名
安装命令
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-service-list

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
github-copilot 1
gemini-cli 1

Skill 文档

Zeabur Service List

Get Service IDs

# Set project context first
npx zeabur@latest context set project --id=<project-id> -i=false -y

# List all services
npx zeabur@latest service list -i=false

Output Example

     ID              NAME        TYPE          CREATEDAT
-----------------+-------------+-------------+------------------
 696faeb192eadb...  postgresql   PREBUILT_V2   18 minute(s) ago
 696faeb192eadb...  api          PREBUILT_V2   18 minute(s) ago
 696faeb192eadb...  web          PREBUILT_V2   18 minute(s) ago

Common Use Cases

Need Command
Check variables variable list --id <service-id>
View logs deployment log --service-id <id> --env-id <env-id>
Restart service service restart --id <id> --env-id <env-id>

Always use --id not --name — name lookup is unreliable.