| name | crater-cli-approval-order |
| description | Crater CLI 用户审批工单域:提交、编辑、取消、查看当前用户的审批工单。管理员审核动作必须使用 crater-cli-admin-approval-order。 |
| version | 0.1.0 |
| metadata | {"cliHelp":"crater order --help"} |
Crater CLI Approval Order
Use this skill when the user wants to manage their own approval orders through crater order ....
Commands
crater order ls --json
crater order get <id> --json
crater order by-name <name> --json
crater order submit --name <name> --type job --reason <reason> --hours <n> --json
crater order edit <id> [--name <name>] [--type job|dataset] [--reason <reason>] [--hours <n>] --json
crater order cancel <id> --yes --json
Rules
- Do not use
--admin with user approval commands.
- Do not approve, reject, or check platform-wide orders with this skill.
order edit preserves fields that are not explicitly supplied by reading the current order first.
- Use
--yes for cancel in non-interactive or JSON workflows.
- Prefer
--json for automation and agent workflows.
Escalation
If the task requires approving, rejecting, or checking invalid pending job orders, switch to crater-cli-admin-approval-order and use crater admin order ....