Skip to content

Commit 04dee80

Browse files
committed
Change flag to av
1 parent d06d2e2 commit 04dee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function registerCommand(program: Command) {
3434
.option("-i, --api-location <path>", "the folder containing the source code of the API application", DEFAULT_CONFIG.apiLocation)
3535
.option("-O, --output-location <path>", "the folder containing the built source of the front-end application", DEFAULT_CONFIG.outputLocation)
3636
.option("-l, --api-language <apiLanguage>", "the runtime language of the function/api", DEFAULT_CONFIG.apiLanguage)
37-
.option("-f, --api-version <apiVersion>", "the version of the function runtime language", DEFAULT_CONFIG.apiVersion)
37+
.option("-av, --api-version <apiVersion>", "the version of the function runtime language", DEFAULT_CONFIG.apiVersion)
3838
.option(
3939
"-w, --swa-config-location <swaConfigLocation>",
4040
"the directory where the staticwebapp.config.json file is located",

0 commit comments

Comments
 (0)