quickspin-cli 0.1.2 → 0.1.3
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/dist/qspin-0.1.3-darwin-arm64.tar.gz +0 -0
- package/dist/qspin-0.1.3-darwin-x86_64.tar.gz +0 -0
- package/dist/qspin-0.1.3-linux-arm64.tar.gz +0 -0
- package/dist/{qspin-0.1.2-linux-x86_64.tar.gz → qspin-0.1.3-linux-x86_64.tar.gz} +0 -0
- package/dist/qspin-0.1.3-windows-x86_64.zip +0 -0
- package/package.json +1 -1
- package/dist/qspin-0.1.2-darwin-arm64.tar.gz +0 -0
- package/dist/qspin-0.1.2-darwin-x86_64.tar.gz +0 -0
- package/dist/qspin-0.1.2-linux-arm64.tar.gz +0 -0
- package/dist/qspin-0.1.2-windows-x86_64.zip +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# quickspin-cli
|
|
2
2
|
|
|
3
3
|
Official CLI for QuickSpin - Managed microservices platform providing Redis, RabbitMQ, Elasticsearch, PostgreSQL, and MongoDB as fully managed services.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g
|
|
8
|
+
npm install -g quickspin-cli
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quickspin-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Official CLI for QuickSpin - Managed microservices platform providing Redis, RabbitMQ, Elasticsearch, PostgreSQL, and MongoDB as fully managed services",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|