Juno Functions Publish
juno_functions_publishPublish serverless functions to your satellite, optionally submitting as a pending change or using a custom WASM file.
Instructions
Publish a new version of your serverless functions to the satellite. Optionally submit as a pending change without applying, or provide a custom WASM file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | No | Path to a specific local gzipped WASM file to publish | |
| mode | No | Environment mode: production, staging, or development | |
| retry | No | Automatically retry on transient network failures (up to 3 attempts with exponential backoff) | |
| noApply | No | Submit the release as a change but do not apply it yet | |
| profile | No | Profile name for multi-identity management | |
| progress | No | Stream progress updates during publish (shows build status and upload batch progress) | |
| consoleUrl | No | Specify a custom URL to access the developer Console | |
| keepStaged | No | Keep proposed staged assets in memory after applying | |
| streamLogs | No | Stream raw stdout/stderr log lines as MCP notifications/message events. Independent from progress. | |
| containerUrl | No | Override a custom container URL. If omitted, the Juno CLI uses production or the local container in development mode |