Skip to content

Commit f6560be

Browse files
docs: Update CLI documentation (#501)
Co-authored-by: juno-bot <juno-bot@users.noreply.github.com>
1 parent edf0b63 commit f6560be

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/reference/cli/functions-upgrade.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ Usage: juno functions upgrade [options]
66
Options:
77
--cdn Select a previously published WASM file from the CDN (interactive).
88
--cdn-path Use a specific published WASM file from the CDN.
9+
-s, --src A path to a specific local gzipped WASM file to publish.
910
--clear-chunks Clear any previously uploaded WASM chunks (applies if the WASM size is greater than 2MB).
1011
--no-snapshot Skip creating a snapshot before upgrading.
1112
-r, --reset Reset to the initial state.
12-
-s, --src A path to a specific local gzipped WASM file to publish.
13+
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
14+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
15+
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
16+
--console-url Specify a custom URL to access the developer Console.
1317
-h, --help Output usage information.
1418
1519
Notes:

0 commit comments

Comments
 (0)