@tarout/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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2303,7 +2303,7 @@ function findEnv(envs, identifier) {
|
|
|
2303
2303
|
|
|
2304
2304
|
// src/index.ts
|
|
2305
2305
|
var program = new Command();
|
|
2306
|
-
program.name("tarout").description("Tarout PaaS Command Line Interface").version("0.1.
|
|
2306
|
+
program.name("tarout").description("Tarout PaaS Command Line Interface").version("0.1.3").option("--json", "Output as JSON (machine-readable)").option("-y, --yes", "Skip all confirmation prompts").option("-q, --quiet", "Minimal output").option("-v, --verbose", "Extra debug information").option("--no-color", "Disable colored output").hook("preAction", (thisCommand) => {
|
|
2307
2307
|
const opts = thisCommand.opts();
|
|
2308
2308
|
setGlobalOptions({
|
|
2309
2309
|
json: opts.json || false,
|