@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.2").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) => {
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarout/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Tarout PaaS Command Line Interface",
5
5
  "type": "module",
6
6
  "bin": {