huaweicloud_run_approved_command
Run a write-capable hcloud command only after the exact command has been shown and explicitly approved by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory for the hcloud process. | |
| args | Yes | hcloud arguments, excluding the hcloud executable. | |
| timeoutMs | No | Optional timeout in milliseconds. Defaults to 60000. | |
| maxRetries | No | Optional retry count for transient network errors. Defaults to 1. | |
| approvalToken | Yes | The approvalToken returned by huaweicloud_plan_cli_command. | |
| approvedByUser | Yes | Must be true only after the user explicitly approves this exact command. |