File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ API access is available only to users with active subscriptions. Visit https://a
1616
1717Alternatively, 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
2131Please file any issues in [ this repository] ( https://github.com/flutterflow/flutterflow-issues ) .
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments