Skip to content

Commit 3a12b62

Browse files
committed
Add FAQ
1 parent ad691b5 commit 3a12b62

File tree

1 file changed

+13
-1
lines changed
  • docs/testing-deployment-publishing/exporting-code

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,16 @@ To use the CLI, you'll need to create an API token and use it in your requests.
7575

7676
## Filtered exports
7777

78-
We've developed [a solution](https://github.com/krabhishek/flutterflow-filtered-pull) that allows you to use the CLI tool without overwriting specific files or directories. This is especially useful if you're managing code outside of FlutterFlow and want to prevent it from being overwritten during a code export.
78+
We've developed [a solution](https://github.com/krabhishek/flutterflow-filtered-pull) that allows you to use the CLI tool without overwriting specific files or directories. This is especially useful if you're managing code outside of FlutterFlow and want to prevent it from being overwritten during a code export.
79+
80+
## FAQ
81+
<details>
82+
<summary>I am getting an error as FormatException: Missing argument for…</summary>
83+
<p>
84+
This error likely indicates that you haven't correctly entered the command option along with its value. Double-check that all required information has been entered. If everything is correct and you're still encountering the error, it might be due to using an outdated version of the FlutterFlow CLI. To resolve this, you can update to the latest version by running the installation command:
85+
```
86+
dart pub global activate flutterflow_cli
87+
```
88+
This should update the CLI and fix the issue.
89+
</p>
90+
</details>

0 commit comments

Comments
 (0)