Run read-only Pinoox CLI
run_cliExecute read-only PHP Pinoox CLI commands like routes or migrate:st with extra arguments, blocking destructive operations.
Instructions
Run a safe read-only php pinoox or pinx command. Destructive commands are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | CLI subcommand, e.g. routes or migrate:st | |
| args | No | Extra arguments, e.g. ['--json'] or ['--tail', '50'] |