omegon 0.6.24 → 0.6.25
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/extensions/bootstrap/deps.ts +0 -14
- package/package.json +1 -1
|
@@ -347,20 +347,6 @@ export const DEPS: Dep[] = [
|
|
|
347
347
|
{ platform: "any", cmd: "brew install kubectl" },
|
|
348
348
|
],
|
|
349
349
|
},
|
|
350
|
-
{
|
|
351
|
-
id: "vault",
|
|
352
|
-
name: "Vault CLI",
|
|
353
|
-
purpose: "HashiCorp Vault authentication status checking and secret management",
|
|
354
|
-
usedBy: ["01-auth"],
|
|
355
|
-
tier: "optional",
|
|
356
|
-
check: () => hasCmd("vault"),
|
|
357
|
-
requires: ["nix"],
|
|
358
|
-
install: [
|
|
359
|
-
{ platform: "any", cmd: "nix profile install nixpkgs#vault" },
|
|
360
|
-
{ platform: "any", cmd: "brew install hashicorp/tap/vault" },
|
|
361
|
-
],
|
|
362
|
-
url: "https://developer.hashicorp.com/vault/install",
|
|
363
|
-
},
|
|
364
350
|
];
|
|
365
351
|
|
|
366
352
|
export type DepStatus = { dep: Dep; available: boolean };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omegon",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.25",
|
|
4
4
|
"description": "Omegon — an opinionated distribution of pi (by Mario Zechner) with extensions for lifecycle management, memory, orchestration, and visualization",
|
|
5
5
|
"bin": {
|
|
6
6
|
"omegon": "bin/omegon.mjs",
|