Juno Run Script
juno_runRun custom JavaScript or TypeScript scripts in the CLI context with access to the authenticated Juno environment.
Instructions
Run a custom JavaScript or TypeScript script in the CLI context. The script has access to the authenticated Juno environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | Path to your JavaScript or TypeScript script | |
| mode | No | Environment mode: production, staging, or development | |
| profile | No | Profile name for multi-identity management | |
| containerUrl | No | Override a custom container URL. If omitted, the Juno CLI uses production or the local container in development mode |