@zuplo/cli 1.19.0 → 1.20.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
  zup <command>
5
5
 
6
6
  Commands:
7
+ zup delete Deletes the zup at the URL
7
8
  zup deploy Deploys current Git branch of the current directory.
9
+ zup list Lists all deployed zups
8
10
  zup test Runs the tests under /tests against an endpoint
9
11
 
10
12
  Options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
6
  "author": "Zuplo, Inc.",