File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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:
4141Instead of supplying the API key with the ` -k ` option on every command, you can set the ` FUSIONAUTH_API_KEY ` environment variable.
4242The 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
4648If you have a question or support issue regarding this client library, we'd love to hear from you.
@@ -65,7 +67,7 @@ npm install &&
6567npm run build;
6668
6769# now you can use it
68- npx fusionauth --version ;
70+ npx fusionauth -h ;
6971```
7072
7173To see examples of use look at https://fusionauth.io/docs/v1/tech/lambdas/testing .
You can’t perform that action at this time.
0 commit comments