We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b45ac commit da52e47Copy full SHA for da52e47
src/commands/deploy/index.ts
@@ -7,7 +7,7 @@ export const deploy: CommandModule<{}, DeployCommandArgs> = {
7
describe: "Deploy a faable app",
8
builder: (yargs) => {
9
return yargs
10
- .positional("app_name", {
+ .positional("app_slug", {
11
type: "string",
12
description: "App name to build for",
13
default: (s) => {
0 commit comments