You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ API access is available only to users with active subscriptions. Visit https://a
32
32
|`--[no-]parent-folder`| None |[Optional] Whether to download code into a project-named sub-folder. If true, downloads all project files directly to the specified directory. Defaults to `true`. |
33
33
|`--[no-]as-module`| None |[Optional] Whether to generate the project as a Flutter module. Defaults to `false`. |
34
34
|`--[no-]as-debug`| None |[Optional] Whether to generate the project with debug logging to be able to use FlutterFlow Debug Panel inside the DevTools. Defaults to `false`. |
35
-
|`--environment-name`| None |[Optional] Which project environment to be used. Defaults to `Production`. |
35
+
|`--project-environment`| None |[Optional] Which project environment to be used. If empty, the current environment in the project will be used.|
0 commit comments