arkcli profile list | 列出所有 profile(含 type/region/project 切面) | 替代 config list |
arkcli profile show [name] | 显示当前/指定 profile 详细信息 | 替代 config show |
arkcli profile use [name] | 切换默认 profile(无参时交互选择) | 替代 config switch |
arkcli profile create --type ... | 新建 profile(interactive 或 inline) | 替代 config init(type 改为必选) |
arkcli profile delete <name> | 删除 profile(必须 --yes 才能跳确认) | 替代 config delete |
arkcli profile rename <old> --to <new> | 重命名 profile(校验格式 + 唯一性) | 0.1.16 新增 |
arkcli profile project [<name>] | 重选 active project(无参拉真实 ListProjects 交互选,列表置顶「账号全部资源」=不传 ProjectName/account-wide);把 platform profile 重派生到新 project,个人版 plan profile 原样保留;不重登 | 0.1.17 新增 |
arkcli profile keys list | 列 default + available API Keys(masked) | 0.1.16 新增 |
arkcli profile keys use <key> | 切 default API Key(key 必须 ∈ available list) | 0.1.16 新增 |
arkcli profile keys refresh | 重拉控制面 ListApiKeys,更新 available list | 0.1.16 新增 |
arkcli profile models list | plan 类 profile 的 PlanTier + Resources defaults | 0.1.16 新增 |
arkcli profile models refresh | 重拉 ListAgentPlanLatestModel,更新 Text.Default | 0.1.16 新增 |
arkcli profile set-default --modality <m> <id> | 设某 modality 的 default 资源 ID | 0.1.16 新增 |