Skip to content

Commit 495b35e

Browse files
authored
Merge pull request #6 from eilzo/main
2 parents ae8be23 + 3cd7a74 commit 495b35e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ API access is available only to users with active subscriptions. Visit https://a
1616

1717
Alternatively, instead of passing `--token` you can set `FLUTTERFLOW_API_TOKEN` environment variable.
1818

19+
## Flags
20+
21+
| Flag | Abbreviation | Usage |
22+
| ----------- | ----------- | ----------- |
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` |
28+
1929
## Issues
2030

2131
Please file any issues in [this repository](https://github.com/flutterflow/flutterflow-issues).

bin/flutterflow_cli.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ArgResults _parseArgs(List<String> args) {
3737
..addOption('dest',
3838
abbr: 'd', help: 'Destination directory', defaultsTo: '.')
3939
..addOption('branch-name',
40-
abbr: 'b', help: '(Optional) Specifiy a branch name')
40+
abbr: 'b', help: '(Optional) Specify a branch name')
4141
..addFlag(
4242
'include-assets',
4343
negatable: true,

0 commit comments

Comments
 (0)