Juno Functions Upgrade
juno_functions_upgradeUpgrade your satellite's serverless functions using a local WASM file, CDN releases, or default build output. Optionally create a snapshot before upgrading.
Instructions
Upgrade your satellite's serverless functions. Can use a local WASM file, select from CDN releases, or use the default local build output. Optionally create a snapshot before upgrading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdn | No | Select a previously published WASM file from the CDN (interactive) | |
| src | No | Path to a specific local gzipped WASM file | |
| mode | No | Environment mode: production, staging, or development | |
| reset | No | Reset to the initial state | |
| retry | No | Automatically retry on transient network failures (up to 3 attempts with exponential backoff) | |
| cdnPath | No | Use a specific published WASM file from the CDN | |
| profile | No | Profile name for multi-identity management | |
| progress | No | Stream progress updates during upgrade (shows build status and upload batch progress) | |
| consoleUrl | No | Specify a custom URL to access the developer Console | |
| noSnapshot | No | Skip creating a snapshot before upgrading | |
| streamLogs | No | Stream raw stdout/stderr log lines as MCP notifications/message events. Independent from progress. | |
| clearChunks | No | Clear previously uploaded WASM chunks | |
| containerUrl | No | Override a custom container URL. If omitted, the Juno CLI uses production or the local container in development mode |