@zuplo/cli 1.68.0 → 1.70.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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,16 @@
1
+ <p align="center">
2
+ <a href="https://zuplo.com">
3
+ <img src="https://portal.zuplo.com/zuplo.svg" height="96">
4
+ <h3 align="center">Zuplo</h3>
5
+ </a>
6
+ </p>
7
+ <p align="center">Zuplo's API Gateway helps small and large teams get APIs to production that are
8
+ fast, secure and with game-changing Developer Experience.</p>
9
+
1
10
  # Zuplo CLI
2
11
 
12
+ The command-line interface for Zuplo.
13
+
3
14
  ```
4
15
  zup <command>
5
16
 
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "1.68.0",
3
+ "version": "1.70.0",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
+ "description": "The command-line interface for Zuplo",
6
7
  "author": "Zuplo, Inc.",
7
8
  "license": "See LICENSE in LICENSE.txt",
8
9
  "scripts": {