@rulebricks/cli 1.9.0 → 2.0.0

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 CHANGED
@@ -6,13 +6,17 @@ You can choose how much you would like the CLI to automate for you– use it to
6
6
 
7
7
  ## Installation
8
8
 
9
- Try the quick install script (macOS/Linux):
9
+ ```bash
10
+ npm install -g @rulebricks/cli
11
+ ```
12
+
13
+ Alternatively, try the quick install script (macOS/Linux):
10
14
 
11
15
  ```bash
12
16
  curl -fsSL https://raw.githubusercontent.com/rulebricks/cli/main/install.sh | bash
13
17
  ```
14
18
 
15
- Standalone binaries are available on the [Releases page](https://github.com/rulebricks/cli/releases).
19
+ Standalone binaries are also available on the [Releases page](https://github.com/rulebricks/cli/releases).
16
20
 
17
21
  ## Prerequisites
18
22
 
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulebricks/cli",
3
- "version": "1.9.0",
3
+ "version": "2.0.0",
4
4
  "description": "CLI for deploying and managing private Rulebricks instances",
5
5
  "type": "module",
6
6
  "bin": {