Skip to main content

CompShare CLI

在终端管理优云智算 GPU 实例、镜像、云盘、US3 挂载、独享带宽、团队资源和 MiniMax H3 视频任务。

  • 交互式创建实例,实时查询规格、库存和价格
  • 支持批量生命周期操作、等待状态和跨地域查询
  • 支持可断线恢复的远程任务、状态查询和增量日志读取
  • 支持社区/自定义镜像、云盘、团队额度与账单
  • 支持独享带宽询价、购买、改配、退款预估及实例 EIP 切换
  • 支持创建、查询和取消 MiniMax H3 视频任务,并查看积分套餐包与余额
  • 默认中文帮助,可切换英文;所有命令支持 JSON 输出
  • 可通过 compshare ask 查询产品使用和计费知识
  • 可通过 compshare feedback 反馈 CLI 问题和建议

安装

pip install compshare-cli
pip install --upgrade compshare-cli

配置

compshare config --name default

凭证保存在 ~/.config/compshare/config.json,支持多个配置:

compshare config list
compshare config use production
compshare --profile production instance list

也可以使用环境变量:

export COMPSHARE_PUBLIC_KEY='...'
export COMPSHARE_PRIVATE_KEY='...'

# MiniMax H3 使用独立的模型 API Key
export COMPSHARE_MINIMAX_API_KEY='sk-ml-...'

CLI 使用统计和反馈与业务 API 一样,通过当前 profile 的凭证签名后发送到 https://api.compshare.cn/;开发环境可使用 COMPSHARE_INSIGHTS_URL 覆盖网关地址。

快速开始

# 查询、创建和查看实例
compshare instance search --region cn-sh2 --zone cn-sh2-02
compshare instance create
compshare instance list --all

# 连接实例
compshare instance ssh INSTANCE_ID

# MiniMax H3:先预演,再创建
compshare --json minimax create '一只猫在海边奔跑' --dry-run
compshare --json minimax create '一只猫在海边奔跑' --yes
compshare --json minimax points

# 查看帮助
compshare -h
compshare instance -h

命令概览

compshare config     API 凭证配置
compshare feedback   反馈 CLI 问题或建议
compshare doctor     配置、鉴权、网络与 SSH 环境诊断
compshare ask        产品使用和计费问答
compshare instance   GPU 实例、规格、库存、价格和生命周期
compshare image      平台、自定义、社区及共享镜像
compshare storage    云盘和 US3 挂载
compshare bandwidth  独享带宽和实例 EIP 带宽归属
compshare minimax    MiniMax H3 视频任务和积分
compshare team       团队、邀请、成员额度、账单和审计

Skill

为 Codex、Claude Code、Cursor 等 AI Agent 安装 CompShare CLI Skill:

npx skills add compshare-cn/compshare-cli --skill compshare-cli

完整说明见 CompShare CLI Skill

SDK

如需通过 SDK 集成 CompShare API,可参考独立的 CompShare Developer Examples 仓库。 其中包含 Python、Go、Java、JavaScript 和 PHP 示例,覆盖 API 鉴权、GPU 实例创建、规格配置和状态查询。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compshare_cli-0.4.0.tar.gz (128.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

compshare_cli-0.4.0-py3-none-any.whl (107.5 kB view details)

Uploaded Python 3

File details

Details for the file compshare_cli-0.4.0.tar.gz.

File metadata

  • Download URL: compshare_cli-0.4.0.tar.gz
  • Upload date:
  • Size: 128.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for compshare_cli-0.4.0.tar.gz
Algorithm Hash digest
SHA256 72f1a2ea044f1689058d71809fb9b85a427a99e737422dd94b2784de465976fb
MD5 491162add65df981d6500b14dc3ecaf3
BLAKE2b-256 5f1c54cbb3e9edca9e2e6fe322617d3c5e0cead63ba9eb0a90b8db9d41fb3a7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for compshare_cli-0.4.0.tar.gz:

Publisher: release.yml on compshare-cn/compshare-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file compshare_cli-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: compshare_cli-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 107.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for compshare_cli-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1eca020e97d2ce933fdda03c6a9fd8a7fafc32c6be1e9aa9a3e949579086f6dc
MD5 a96a603d4bdbc010ad9577f4b36d645e
BLAKE2b-256 3eddeb00e73e97589e2dc8b49b64aa239c888c8b78179e5c98f518bdb374770e

See more details on using hashes here.

Provenance

The following attestation bundles were made for compshare_cli-0.4.0-py3-none-any.whl:

Publisher: release.yml on compshare-cn/compshare-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.4.1

2 files

This release

0.4.0 This release

2 files

0.3.6

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page