From 4c0af4318cd5e15c4c3cda9fcf036e625668db5c Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 26 Aug 2025 13:46:30 +0200 Subject: [PATCH] fix: add --mode and --profile to juno functions upgrade help --- src/help/functions.upgrade.help.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/help/functions.upgrade.help.ts b/src/help/functions.upgrade.help.ts index bdf3a7ab..b4ad4317 100644 --- a/src/help/functions.upgrade.help.ts +++ b/src/help/functions.upgrade.help.ts @@ -3,6 +3,7 @@ import { FUNCTIONS_UPGRADE_DESCRIPTION, OPTION_HELP, OPTION_SRC, + OPTIONS_ENV, OPTIONS_UPGRADE } from '../constants/help.constants'; import {helpOutput} from './common.help'; @@ -13,8 +14,9 @@ const usage = `Usage: ${green('juno')} ${cyan('functions')} ${magenta('upgrade') Options: ${yellow('--cdn')} Select a previously published WASM file from the CDN (interactive). ${yellow('--cdn-path')} Use a specific published WASM file from the CDN. - ${OPTIONS_UPGRADE} ${OPTION_SRC} + ${OPTIONS_UPGRADE} + ${OPTIONS_ENV} ${OPTION_HELP} Notes: