Skip to content

Commit 02c39ec

Browse files
authored
Merge pull request #18 from FusionAuth/mooreds/update-readme
Updated readme
2 parents 0677370 + 49fd379 commit 02c39ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The FusionAuth CLI is a command line tool for interacting with FusionAuth. It is
44

55
## Requirements
66

7-
* A modern version of node (tested on 19)
7+
* A modern version of node (tested on 19, 20 and 22)
88
* A FusionAuth instance (download it here: https://fusionauth.io/download)
99

1010
## Installation & usage
@@ -41,6 +41,8 @@ Currently, the CLI supports the following commands:
4141
Instead of supplying the API key with the `-k` option on every command, you can set the `FUSIONAUTH_API_KEY` environment variable.
4242
The same goes for the host URL option `-h`, which can be set with the `FUSIONAUTH_HOST` environment variable.
4343

44+
The `download` and `retrieve` commands will succeed even if there are no templates or lambdas to retrieve.
45+
4446
## Questions and support
4547

4648
If you have a question or support issue regarding this client library, we'd love to hear from you.
@@ -65,7 +67,7 @@ npm install &&
6567
npm run build;
6668

6769
# now you can use it
68-
npx fusionauth --version;
70+
npx fusionauth -h;
6971
```
7072

7173
To see examples of use look at https://fusionauth.io/docs/v1/tech/lambdas/testing.

0 commit comments

Comments
 (0)