Skip to content

Commit ad691b5

Browse files
committed
Added environment command option
1 parent 0b797e0 commit ad691b5

File tree

1 file changed

+8
-5
lines changed
  • docs/testing-deployment-publishing/exporting-code

1 file changed

+8
-5
lines changed

docs/testing-deployment-publishing/exporting-code/ff-cli.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,14 @@ To use the CLI, you'll need to create an API token and use it in your requests.
6464

6565
| Flag | Behavior | Default |
6666
| --- | --- | --- |
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 |
7275

7376
## Filtered exports
7477

0 commit comments

Comments
 (0)