We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49aa03 commit 93ad6dcCopy full SHA for 93ad6dc
README.md
@@ -1,7 +1,7 @@
1
# StaticBackend's CLI
2
3
4
-This CLI allows you to test most of the services offered at
+This CLI allows you to test all the services offered at
5
[StaticBackend](https://staticbackend.com).
6
7
It can be used to manage your resources like your database, forms,
@@ -10,6 +10,13 @@ and your account.
10
[Here's how to get started](https://staticbackend.com/getting-started/cli/)
11
with the CLI.
12
13
+## Quick install via NPM
14
+
15
+```shell
16
+$> npm install -g @staticbackend/cli
17
+$> backend help
18
+```
19
20
## Some commands
21
22
Start the development server:
0 commit comments