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: docs/testing-deployment-publishing/exporting-code/ff-cli.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,14 @@ To use the CLI, you'll need to create an API token and use it in your requests.
64
64
65
65
| Flag | Behavior | Default |
66
66
| --- | --- | --- |
67
-
| --dest / -d | Specifies a destination folder other than the current directory | Current directory |
68
-
| --[no]-include-assets | Option to download assets (images, GIFs). Useful for consecutive code exports if the assets folder hasn't changed | False |
69
-
| --branch-name / -b | Downloads from a specific branch | Main |
70
-
| --[no]-fix | Option to run dart fix on the code after downloading | False |
71
-
| --[no]-parent-folder | Option to download the code into a subfolder instead of directly into the directory | False |
67
+
| --dest / -d | Specifies a destination folder other than the current directory. | Current directory |
68
+
| --[no]-include-assets | Option to download assets (images, GIFs). Useful for consecutive code exports if the assets folder hasn't changed. | False |
69
+
| --branch-name / -b | Downloads from a specific branch. | Main |
70
+
| --[no]-fix | Option to run dart fix on the code after downloading. | False |
71
+
| --[no]-parent-folder | Option to download the code into a subfolder instead of directly into the directory. | False |
72
+
| --[no]-as-module | Whether to generate the project as a Flutter module. | False |
73
+
| --[no]-as-debug | Whether to generate the project with debug logging to be able to use FlutterFlow Debug Panel inside the DevTools. | False |
74
+
| --project-environment | Which [development environment](../development-environments/development-environments.md) to be used. If empty, the current environment in the project will be downloaded. | Current environment |
0 commit comments