stacks 0.58.71 → 0.58.72
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/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/ai/dist/index.js +47 -54
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -2
- package/core/api/src/index.ts +1 -0
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/bin/cli.ts +46 -0
- package/core/buddy/dist/{chunk-89229d657386eb70.js → chunk-94f0ae38d2d27d78.js} +1 -1
- package/core/buddy/dist/cli.js +18 -3309
- package/core/buddy/dist/index.js +1 -1
- package/core/buddy/package.json +1 -1
- package/core/buddy/src/cli.ts +16 -68
- package/core/buddy/src/commands/setup.ts +1 -0
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +1 -1
- package/core/cli/build.ts +1 -1
- package/core/cli/dist/index.js +20 -1
- package/core/cli/package.json +2 -1
- package/core/cli/src/utils.ts +20 -0
- package/core/cloud/package.json +31 -31
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
- package/core/collections/package.json +1 -1
- package/core/config/dist/index.js +9 -1
- package/core/config/package.json +1 -1
- package/core/config/src/overrides.ts +22 -22
- package/core/database/package.json +3 -3
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/development/package.json +1 -1
- package/core/dns/package.json +7 -7
- package/core/docs/package.json +1 -1
- package/core/email/package.json +2 -2
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/env/src/types.ts +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +5 -5
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +1 -1
- package/core/logging/package.json +1 -1
- package/core/notifications/package.json +1 -1
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/dist/index.js +4 -1
- package/core/path/package.json +1 -1
- package/core/path/src/index.ts +6 -1
- package/core/payments/dist/index.js +1 -1
- package/core/payments/package.json +3 -3
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +1 -1
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/build.ts +1 -1
- package/core/router/dist/index.js +106 -33
- package/core/router/package.json +2 -1
- package/core/router/src/router.ts +135 -39
- package/core/router/src/server.ts +26 -19
- package/core/scheduler/package.json +1 -1
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +2 -2
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +2 -2
- package/core/tables/package.json +2 -2
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tsconfig.json +2 -1
- package/core/tunnel/package.json +1 -1
- package/core/types/package.json +5 -5
- package/core/types/src/router.ts +1 -1
- package/core/types/src/ui.ts +16 -24
- package/core/ui/package.json +3 -3
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +1 -1
- package/core/validation/package.json +1 -1
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +3 -3
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +2 -2
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ import {projectPath} from "@stacksjs/path";
|
|
|
7
7
|
import * as storage from "@stacksjs/storage";
|
|
8
8
|
import {NpmScript} from "@stacksjs/enums";
|
|
9
9
|
// package.json
|
|
10
|
-
var version = "0.58.
|
|
10
|
+
var version = "0.58.72";
|
|
11
11
|
|
|
12
12
|
// src/upgrade.ts
|
|
13
13
|
function checkForUncommittedChanges(options) {
|
package/core/ai/dist/index.js
CHANGED
|
@@ -8530,7 +8530,7 @@ var commonParams = {
|
|
|
8530
8530
|
var package_default = {
|
|
8531
8531
|
name: "@aws-sdk/client-bedrock",
|
|
8532
8532
|
description: "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
|
|
8533
|
-
version: "3.
|
|
8533
|
+
version: "3.515.0",
|
|
8534
8534
|
scripts: {
|
|
8535
8535
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
8536
8536
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
|
|
@@ -8549,18 +8549,18 @@ var package_default = {
|
|
|
8549
8549
|
dependencies: {
|
|
8550
8550
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
8551
8551
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
8552
|
-
"@aws-sdk/client-sts": "3.
|
|
8552
|
+
"@aws-sdk/client-sts": "3.515.0",
|
|
8553
8553
|
"@aws-sdk/core": "3.513.0",
|
|
8554
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
8555
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
8556
|
-
"@aws-sdk/middleware-logger": "3.
|
|
8557
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
8558
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
8559
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
8560
|
-
"@aws-sdk/types": "3.
|
|
8561
|
-
"@aws-sdk/util-endpoints": "3.
|
|
8562
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
8563
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
8554
|
+
"@aws-sdk/credential-provider-node": "3.515.0",
|
|
8555
|
+
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
8556
|
+
"@aws-sdk/middleware-logger": "3.515.0",
|
|
8557
|
+
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
8558
|
+
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
8559
|
+
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
8560
|
+
"@aws-sdk/types": "3.515.0",
|
|
8561
|
+
"@aws-sdk/util-endpoints": "3.515.0",
|
|
8562
|
+
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
8563
|
+
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
8564
8564
|
"@smithy/config-resolver": "^2.1.1",
|
|
8565
8565
|
"@smithy/core": "^1.3.2",
|
|
8566
8566
|
"@smithy/fetch-http-handler": "^2.4.1",
|
|
@@ -8587,13 +8587,13 @@ var package_default = {
|
|
|
8587
8587
|
"@smithy/util-retry": "^2.1.1",
|
|
8588
8588
|
"@smithy/util-utf8": "^2.1.1",
|
|
8589
8589
|
tslib: "^2.5.0",
|
|
8590
|
-
uuid: "^
|
|
8590
|
+
uuid: "^9.0.1"
|
|
8591
8591
|
},
|
|
8592
8592
|
devDependencies: {
|
|
8593
8593
|
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
8594
8594
|
"@tsconfig/node14": "1.0.3",
|
|
8595
8595
|
"@types/node": "^14.14.31",
|
|
8596
|
-
"@types/uuid": "^
|
|
8596
|
+
"@types/uuid": "^9.0.4",
|
|
8597
8597
|
concurrently: "7.0.0",
|
|
8598
8598
|
"downlevel-dts": "0.10.1",
|
|
8599
8599
|
rimraf: "3.0.2",
|
|
@@ -8956,12 +8956,12 @@ class BedrockClient extends Client {
|
|
|
8956
8956
|
}
|
|
8957
8957
|
}
|
|
8958
8958
|
|
|
8959
|
-
// /home/runner/work/stacks/stacks/node_modules
|
|
8959
|
+
// /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/rng.js
|
|
8960
8960
|
var getRandomValues2;
|
|
8961
8961
|
var rnds82 = new Uint8Array(16);
|
|
8962
8962
|
function rng3() {
|
|
8963
8963
|
if (!getRandomValues2) {
|
|
8964
|
-
getRandomValues2 = typeof crypto !== "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)
|
|
8964
|
+
getRandomValues2 = typeof crypto !== "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto);
|
|
8965
8965
|
if (!getRandomValues2) {
|
|
8966
8966
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
8967
8967
|
}
|
|
@@ -8969,45 +8969,38 @@ function rng3() {
|
|
|
8969
8969
|
return getRandomValues2(rnds82);
|
|
8970
8970
|
}
|
|
8971
8971
|
|
|
8972
|
-
// /home/runner/work/stacks/stacks/node_modules
|
|
8973
|
-
|
|
8974
|
-
|
|
8975
|
-
|
|
8976
|
-
var validate3 = function(uuid) {
|
|
8977
|
-
return typeof uuid === "string" && regex_default2.test(uuid);
|
|
8978
|
-
};
|
|
8979
|
-
var validate_default2 = validate3;
|
|
8980
|
-
|
|
8981
|
-
// /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/node_modules/uuid/dist/esm-browser/stringify.js
|
|
8982
|
-
var stringify3 = function(arr) {
|
|
8983
|
-
var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
|
|
8984
|
-
var uuid = (byteToHex2[arr[offset + 0]] + byteToHex2[arr[offset + 1]] + byteToHex2[arr[offset + 2]] + byteToHex2[arr[offset + 3]] + "-" + byteToHex2[arr[offset + 4]] + byteToHex2[arr[offset + 5]] + "-" + byteToHex2[arr[offset + 6]] + byteToHex2[arr[offset + 7]] + "-" + byteToHex2[arr[offset + 8]] + byteToHex2[arr[offset + 9]] + "-" + byteToHex2[arr[offset + 10]] + byteToHex2[arr[offset + 11]] + byteToHex2[arr[offset + 12]] + byteToHex2[arr[offset + 13]] + byteToHex2[arr[offset + 14]] + byteToHex2[arr[offset + 15]]).toLowerCase();
|
|
8985
|
-
if (!validate_default2(uuid)) {
|
|
8986
|
-
throw TypeError("Stringified UUID is invalid");
|
|
8987
|
-
}
|
|
8988
|
-
return uuid;
|
|
8989
|
-
};
|
|
8972
|
+
// /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/stringify.js
|
|
8973
|
+
function unsafeStringify(arr, offset = 0) {
|
|
8974
|
+
return byteToHex2[arr[offset + 0]] + byteToHex2[arr[offset + 1]] + byteToHex2[arr[offset + 2]] + byteToHex2[arr[offset + 3]] + "-" + byteToHex2[arr[offset + 4]] + byteToHex2[arr[offset + 5]] + "-" + byteToHex2[arr[offset + 6]] + byteToHex2[arr[offset + 7]] + "-" + byteToHex2[arr[offset + 8]] + byteToHex2[arr[offset + 9]] + "-" + byteToHex2[arr[offset + 10]] + byteToHex2[arr[offset + 11]] + byteToHex2[arr[offset + 12]] + byteToHex2[arr[offset + 13]] + byteToHex2[arr[offset + 14]] + byteToHex2[arr[offset + 15]];
|
|
8975
|
+
}
|
|
8990
8976
|
var byteToHex2 = [];
|
|
8991
|
-
for (i2 = 0;i2 < 256; ++i2) {
|
|
8992
|
-
byteToHex2.push((i2 + 256).toString(16).
|
|
8977
|
+
for (let i2 = 0;i2 < 256; ++i2) {
|
|
8978
|
+
byteToHex2.push((i2 + 256).toString(16).slice(1));
|
|
8993
8979
|
}
|
|
8994
|
-
var i2;
|
|
8995
|
-
var stringify_default2 = stringify3;
|
|
8996
8980
|
|
|
8997
|
-
// /home/runner/work/stacks/stacks/node_modules
|
|
8981
|
+
// /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/native.js
|
|
8982
|
+
var randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
8983
|
+
var native_default = {
|
|
8984
|
+
randomUUID
|
|
8985
|
+
};
|
|
8986
|
+
|
|
8987
|
+
// /home/runner/work/stacks/stacks/node_modules/uuid/dist/esm-browser/v4.js
|
|
8998
8988
|
var v42 = function(options, buf, offset) {
|
|
8989
|
+
if (native_default.randomUUID && !buf && !options) {
|
|
8990
|
+
return native_default.randomUUID();
|
|
8991
|
+
}
|
|
8999
8992
|
options = options || {};
|
|
9000
|
-
|
|
8993
|
+
const rnds = options.random || (options.rng || rng3)();
|
|
9001
8994
|
rnds[6] = rnds[6] & 15 | 64;
|
|
9002
8995
|
rnds[8] = rnds[8] & 63 | 128;
|
|
9003
8996
|
if (buf) {
|
|
9004
8997
|
offset = offset || 0;
|
|
9005
|
-
for (
|
|
8998
|
+
for (let i2 = 0;i2 < 16; ++i2) {
|
|
9006
8999
|
buf[offset + i2] = rnds[i2];
|
|
9007
9000
|
}
|
|
9008
9001
|
return buf;
|
|
9009
9002
|
}
|
|
9010
|
-
return
|
|
9003
|
+
return unsafeStringify(rnds);
|
|
9011
9004
|
};
|
|
9012
9005
|
var v4_default2 = v42;
|
|
9013
9006
|
// /home/runner/work/stacks/stacks/node_modules/@aws-sdk/client-bedrock/dist-es/models/BedrockServiceException.js
|
|
@@ -9573,7 +9566,7 @@ var commonParams2 = {
|
|
|
9573
9566
|
var package_default2 = {
|
|
9574
9567
|
name: "@aws-sdk/client-bedrock-runtime",
|
|
9575
9568
|
description: "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
|
|
9576
|
-
version: "3.
|
|
9569
|
+
version: "3.515.0",
|
|
9577
9570
|
scripts: {
|
|
9578
9571
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
9579
9572
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
|
|
@@ -9592,18 +9585,18 @@ var package_default2 = {
|
|
|
9592
9585
|
dependencies: {
|
|
9593
9586
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
9594
9587
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
9595
|
-
"@aws-sdk/client-sts": "3.
|
|
9588
|
+
"@aws-sdk/client-sts": "3.515.0",
|
|
9596
9589
|
"@aws-sdk/core": "3.513.0",
|
|
9597
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
9598
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
9599
|
-
"@aws-sdk/middleware-logger": "3.
|
|
9600
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
9601
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
9602
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
9603
|
-
"@aws-sdk/types": "3.
|
|
9604
|
-
"@aws-sdk/util-endpoints": "3.
|
|
9605
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
9606
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
9590
|
+
"@aws-sdk/credential-provider-node": "3.515.0",
|
|
9591
|
+
"@aws-sdk/middleware-host-header": "3.515.0",
|
|
9592
|
+
"@aws-sdk/middleware-logger": "3.515.0",
|
|
9593
|
+
"@aws-sdk/middleware-recursion-detection": "3.515.0",
|
|
9594
|
+
"@aws-sdk/middleware-user-agent": "3.515.0",
|
|
9595
|
+
"@aws-sdk/region-config-resolver": "3.515.0",
|
|
9596
|
+
"@aws-sdk/types": "3.515.0",
|
|
9597
|
+
"@aws-sdk/util-endpoints": "3.515.0",
|
|
9598
|
+
"@aws-sdk/util-user-agent-browser": "3.515.0",
|
|
9599
|
+
"@aws-sdk/util-user-agent-node": "3.515.0",
|
|
9607
9600
|
"@smithy/config-resolver": "^2.1.1",
|
|
9608
9601
|
"@smithy/core": "^1.3.2",
|
|
9609
9602
|
"@smithy/eventstream-serde-browser": "^2.1.1",
|
package/core/ai/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.72",
|
|
5
5
|
"description": "Stacks Artificial Intelligence.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"prepublishOnly": "bun --bun run build"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
52
|
+
"@aws-sdk/client-bedrock-runtime": "^3.515.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
55
|
+
"@aws-sdk/client-bedrock-runtime": "^3.515.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@stacksjs/development": "workspace:*"
|
package/core/alias/package.json
CHANGED
package/core/api/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.72",
|
|
5
5
|
"description": "The Stacks array utilities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"@stacksjs/utils": "workspace:*"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@flareapp/flare-client": "^3.0.5",
|
|
56
55
|
"@stacksjs/utils": "workspace:*",
|
|
57
56
|
"ofetch": "^1.3.3"
|
|
58
57
|
},
|
package/core/api/src/index.ts
CHANGED
package/core/arrays/package.json
CHANGED
package/core/auth/package.json
CHANGED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// 1. need to check if in stacks project scope by checking whether the file `buddy` exists or a storage/framework/core/buddy exists
|
|
2
|
+
// 2. if it does, then we proxy the command to the buddy cli via `./buddy <command> <args>`
|
|
3
|
+
// 3. if it doesn't, we go up the directory tree and check again until we reach the root
|
|
4
|
+
// 4. if we reach the root and still don't find the buddy cli, we throw an error asking the user if they want to set up a new stacks project
|
|
5
|
+
// 5. if the user says yes, we create a new stacks project and proxy the command via `bunx stacks new <project-name>`
|
|
6
|
+
// 6. if the user says no, we throw an error and exit
|
|
7
|
+
|
|
8
|
+
import process from 'node:process'
|
|
9
|
+
import { execSync } from 'node:child_process'
|
|
10
|
+
import { existsSync } from 'node:fs'
|
|
11
|
+
import { cac } from 'cac'
|
|
12
|
+
|
|
13
|
+
const cli = cac()
|
|
14
|
+
|
|
15
|
+
cli
|
|
16
|
+
.command('new', 'Create a new stacks project')
|
|
17
|
+
.alias('add')
|
|
18
|
+
.action(() => {
|
|
19
|
+
const buddyCli = 'buddy'
|
|
20
|
+
|
|
21
|
+
if (existsSync(buddyCli))
|
|
22
|
+
execSync(`${buddyCli} ${process.argv.slice(2).join(' ')}`, { stdio: 'inherit' })
|
|
23
|
+
|
|
24
|
+
let currentDir = process.cwd()
|
|
25
|
+
let found = false
|
|
26
|
+
|
|
27
|
+
while (currentDir !== '/') {
|
|
28
|
+
if (existsSync(`${currentDir}/storage/framework/core/buddy`)) {
|
|
29
|
+
found = true
|
|
30
|
+
break
|
|
31
|
+
}
|
|
32
|
+
currentDir = currentDir.split('/').slice(0, -1).join('/')
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (!found) {
|
|
36
|
+
console.error('No stacks project found. Do you want to create a new stacks project?')
|
|
37
|
+
// TODO: add prompt for user input
|
|
38
|
+
process.exit(1)
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
execSync(`bunx stacks new ${process.argv.slice(2).join(' ')}`, { stdio: 'inherit' })
|
|
42
|
+
})
|
|
43
|
+
|
|
44
|
+
cli.parse()
|
|
45
|
+
|
|
46
|
+
// Path: storage/framework/core/buddy/bin/cli.ts
|
|
@@ -1594,7 +1594,7 @@ function setup(buddy) {
|
|
|
1594
1594
|
await optimizePkgxDeps();
|
|
1595
1595
|
await initializeProject(options);
|
|
1596
1596
|
});
|
|
1597
|
-
buddy.command("setup:oh-my-zsh", descriptions2.ohMyZsh).option("--verbose", descriptions2.verbose, { default: false }).action(async (_options) => {
|
|
1597
|
+
buddy.command("setup:oh-my-zsh", descriptions2.ohMyZsh).alias("upgrade:oh-my-zsh").option("--verbose", descriptions2.verbose, { default: false }).action(async (_options) => {
|
|
1598
1598
|
log22.debug("Running `buddy setup:oh-my-zsh` ...", _options);
|
|
1599
1599
|
const homePath = (await $2`echo $HOME`.text()).trim();
|
|
1600
1600
|
const zshrcPath = p4.join(homePath, ".zshrc");
|