@zuplo/cli
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -6,2 +6,3 @@ import * as dotenv from "dotenv"; | ||
import yargs from "yargs/yargs"; | ||
import convert from "./cmds/convert.js"; | ||
import deleteZup from "./cmds/delete.js"; | ||
@@ -16,2 +17,3 @@ import deploy from "./cmds/deploy.js"; | ||
.env("ZUPLO") | ||
.command(convert) | ||
.command(deleteZup) | ||
@@ -18,0 +20,0 @@ .command(deploy) |
{ | ||
"name": "@zuplo/cli", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"type": "module", | ||
@@ -9,3 +9,5 @@ "repository": "https://github.com/zuplo/cli", | ||
"scripts": { | ||
"build": "tsc --build" | ||
"build": "tsc --build", | ||
"test": "mocha", | ||
"test:debug": "mocha --timeout 0" | ||
}, | ||
@@ -27,3 +29,6 @@ "engines": { | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.5", | ||
"@types/prettier": "^2.7.2", | ||
"@types/rimraf": "^3.0.2", | ||
@@ -36,2 +41,3 @@ "@types/semver": "^7.3.13", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.26.0", | ||
@@ -44,3 +50,4 @@ "eslint-config-prettier": "^8.5.0", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.4", | ||
"prettier-plugin-organize-imports": "^3.1.1", | ||
@@ -47,0 +54,0 @@ "typescript": "^4.8.4" |
@@ -7,6 +7,7 @@ # Zuplo CLI | ||
Commands: | ||
zup delete Deletes the zup at the URL | ||
zup deploy Deploys current Git branch of the current directory. | ||
zup list Lists all deployed zups | ||
zup test Runs the tests under /tests against an endpoint | ||
zup convert Converts routes.json to routes.oas.json | ||
zup delete Deletes the zup at the URL | ||
zup deploy Deploys current Git branch of the current directory | ||
zup list Lists all deployed zups | ||
zup test Runs the tests under /tests against an endpoint | ||
@@ -13,0 +14,0 @@ Options: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52303
32
1335
17
326
244
23