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
4
4
5
5
## Requirements
6
6
7
- * A modern version of node (tested on 19)
7
+ * A modern version of node (tested on 19, 20 and 22 )
8
8
* A FusionAuth instance (download it here: https://fusionauth.io/download )
9
9
10
10
## Installation & usage
@@ -41,6 +41,8 @@ Currently, the CLI supports the following commands:
41
41
Instead of supplying the API key with the ` -k ` option on every command, you can set the ` FUSIONAUTH_API_KEY ` environment variable.
42
42
The same goes for the host URL option ` -h ` , which can be set with the ` FUSIONAUTH_HOST ` environment variable.
43
43
44
+ The ` download ` and ` retrieve ` commands will succeed even if there are no templates or lambdas to retrieve.
45
+
44
46
## Questions and support
45
47
46
48
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 &&
65
67
npm run build;
66
68
67
69
# now you can use it
68
- npx fusionauth --version ;
70
+ npx fusionauth -h ;
69
71
```
70
72
71
73
To 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