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
Alternatively, instead of passing `--token` you can set `FLUTTERFLOW_API_TOKEN` environment variable.
17
+
* Instead of passing `--token` you can set `FLUTTERFLOW_API_TOKEN` environment variable.
18
+
* Instead of passing `--project` you can set `FLUTTERFLOW_PROJECT` environment variable.
18
19
19
20
## Flags
20
21
21
22
| Flag | Abbreviation | Usage |
22
23
| ----------- | ----------- | ----------- |
23
-
|`--project`|`-p`|[Required] Project ID |
24
-
|`--token`|`-t`|[Required or environment variable] API Token |
25
-
|`--dest`|`-d`|[Optional] Output folder |
26
-
|`--[no-]include-assets`| None |[Optional] Whether to include media assets. Defaults to `false`|
27
-
|`--branch-name`|`-b`|[Optional] Which branch to download. Defaults to `main`|
24
+
|`--project`|`-p`|[Required or environment variable] Project ID.|
25
+
|`--token`|`-t`|[Required or environment variable] API Token.|
26
+
|`--dest`|`-d`|[Optional] Output folder. Defaults to the current directory if none is specified.|
27
+
|`--[no-]include-assets`| None |[Optional] Whether to include media assets. Defaults to `false`.|
28
+
|`--branch-name`|`-b`|[Optional] Which branch to download. Defaults to `main`.|
28
29
|`--[no-]fix`| None |[Optional] Whether to run `dart fix` on the downloaded code. Defaults to `false`. |
29
30
|`--[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`. |
0 commit comments