@xano/cli 0.0.34 → 0.0.36

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xano/cli",
3
3
  "description": "CLI for Xano's Metadata API",
4
- "version": "0.0.34",
4
+ "version": "0.0.36",
5
5
  "author": "Sean Montgomery",
6
6
  "bin": {
7
7
  "xano": "./bin/run.js"
@@ -104,6 +104,9 @@
104
104
  "tenant:backup": {
105
105
  "description": "Manage tenant backups"
106
106
  },
107
+ "unit_test": {
108
+ "description": "Manage and run unit tests"
109
+ },
107
110
  "workflow_test": {
108
111
  "description": "Manage and run workflow tests"
109
112
  },