@apimatic/cli 1.1.0-beta.1 → 1.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The official CLI for APIMatic.
|
|
|
14
14
|
To get started with APIMatic's CLI using a step by step wizard, run the following command:
|
|
15
15
|
|
|
16
16
|
```sh-session
|
|
17
|
-
$ apimatic
|
|
17
|
+
$ apimatic quickstart
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
# Usage
|
|
@@ -24,7 +24,7 @@ $ npm install -g @apimatic/cli
|
|
|
24
24
|
$ apimatic COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ apimatic (--version)
|
|
27
|
-
@apimatic/cli/1.0.0-beta.
|
|
27
|
+
@apimatic/cli/1.0.0-beta.1 win32-x64 node-v23.4.0
|
|
28
28
|
$ apimatic --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ apimatic COMMAND
|