We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06d2e2 commit 04dee80Copy full SHA for 04dee80
src/cli/commands/deploy.ts
@@ -34,7 +34,7 @@ export default function registerCommand(program: Command) {
34
.option("-i, --api-location <path>", "the folder containing the source code of the API application", DEFAULT_CONFIG.apiLocation)
35
.option("-O, --output-location <path>", "the folder containing the built source of the front-end application", DEFAULT_CONFIG.outputLocation)
36
.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)
+ .option("-av, --api-version <apiVersion>", "the version of the function runtime language", DEFAULT_CONFIG.apiVersion)
38
.option(
39
"-w, --swa-config-location <swaConfigLocation>",
40
"the directory where the staticwebapp.config.json file is located",
0 commit comments