Run any pac command
cs_pacExecute Power Platform CLI (pac) arguments directly with optional auth profile and directory. Read-only commands run without confirmation; changes require explicit confirmation.
Instructions
Escape hatch: run 'pac <args...>' directly. Read-only commands (list/who/status/help) run immediately; anything else needs confirm: true. 'profile' runs it as another pac auth profile, for example the tenant admin account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| args | Yes | Arguments after 'pac', e.g. ["env","list"] | |
| confirm | No | Required to actually perform a change in a live environment. Without it the tool returns a dry run. | |
| profile | No | pac auth profile to run as (cs_init lists them) | |
| timeoutSeconds | No |