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 d9baed5 commit a71d04cCopy full SHA for a71d04c
bin/flutterflow_cli.dart
@@ -58,7 +58,7 @@ void main(List<String> args) async {
58
fix: parsedArguments.command!['fix'],
59
exportAsModule: parsedArguments.command!['as-module'],
60
exportAsDebug: parsedArguments.command!['as-debug'],
61
- environmentName: parsedArguments.command!['environment-name'],
+ environmentName: parsedArguments.command!['project-environment'],
62
);
63
break;
64
case 'deploy-firebase':
0 commit comments