vercel 54.17.1 → 54.17.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/chunks/{add-QQY6QOTO.js → add-PQWZCK7O.js} +5 -5
- package/dist/chunks/{chunk-MS3WAXLU.js → chunk-2CYJVSAM.js} +1 -1
- package/dist/chunks/{chunk-NRIXI6V5.js → chunk-4FG6Q2EM.js} +1 -1
- package/dist/chunks/{chunk-DDTKG4J3.js → chunk-5FAPBIX6.js} +1 -1
- package/dist/chunks/{chunk-2F6JT2OC.js → chunk-6V37RSQB.js} +1 -1
- package/dist/chunks/{chunk-YW7AYO7N.js → chunk-ATBH7KGL.js} +1 -1
- package/dist/chunks/{chunk-KTX4RQFM.js → chunk-BHMMV3HE.js} +67 -30
- package/dist/chunks/{chunk-V7JDSYIZ.js → chunk-FMBDRMTZ.js} +4 -4
- package/dist/chunks/{chunk-HJ2TEW5Y.js → chunk-G4YL2LRL.js} +2 -2
- package/dist/chunks/{chunk-A4B4JQVP.js → chunk-HCJRHKSM.js} +2 -2
- package/dist/chunks/{chunk-7B44AIGE.js → chunk-IAOBSXJ5.js} +3 -3
- package/dist/chunks/{chunk-LGR4JRFA.js → chunk-JKIM3UW3.js} +4 -4
- package/dist/chunks/{chunk-7AQDR2RX.js → chunk-MB63D7UN.js} +1 -1
- package/dist/chunks/{chunk-4D42VZRX.js → chunk-NRP6ZKXJ.js} +1 -1
- package/dist/chunks/{chunk-DWA63R5L.js → chunk-OSXRHH6W.js} +51 -44
- package/dist/chunks/{chunk-MLVCDMCS.js → chunk-OYQKUG4C.js} +4 -4
- package/dist/chunks/{chunk-WJPWCLMH.js → chunk-QM7D5H2G.js} +2 -2
- package/dist/chunks/{chunk-P5AZW6W6.js → chunk-QMMMXYOY.js} +3 -3
- package/dist/chunks/{chunk-E6FCE2XJ.js → chunk-SBYEIQ32.js} +1 -1
- package/dist/chunks/{chunk-VO7PRFFG.js → chunk-UXP2N2WD.js} +70 -4
- package/dist/chunks/{chunk-NHGCQRK5.js → chunk-X5UROEGN.js} +12 -0
- package/dist/chunks/{compile-vercel-config-D2OQCK4B.js → compile-vercel-config-45XN4U4D.js} +2 -2
- package/dist/chunks/{delete-VMW7FORM.js → delete-RQYOSBNO.js} +3 -3
- package/dist/chunks/{disable-BDFZELDL.js → disable-RRGOZIA7.js} +3 -3
- package/dist/chunks/{discard-WIN3BOXR.js → discard-X2NIGII5.js} +3 -3
- package/dist/chunks/{edit-IZQX4XAG.js → edit-QV3Y6IUT.js} +4 -4
- package/dist/chunks/{enable-RFODZ2L7.js → enable-UQAJJKCG.js} +3 -3
- package/dist/chunks/{export-5CCLXZYT.js → export-D4YNS2G5.js} +3 -3
- package/dist/chunks/{inspect-GEUUTDBY.js → inspect-FHB3H3NA.js} +4 -4
- package/dist/chunks/{list-H35AGNO2.js → list-6RAHTDT2.js} +3 -3
- package/dist/chunks/{list-JIYDXQDJ.js → list-QYUCZR26.js} +4 -4
- package/dist/chunks/{ls-WPNFJAS6.js → ls-GKWWEHQS.js} +5 -5
- package/dist/chunks/{publish-K7OPKXYC.js → publish-UTKKRA4P.js} +3 -3
- package/dist/chunks/{query-IIUJIRHR.js → query-NM7MXRFW.js} +3 -3
- package/dist/chunks/{reorder-GQ7BOQA7.js → reorder-ZLVQQBMG.js} +3 -3
- package/dist/chunks/{restore-MODYFJSP.js → restore-SDTDA4A6.js} +3 -3
- package/dist/chunks/{rm-A45OKS6U.js → rm-65PQY7XN.js} +5 -5
- package/dist/chunks/{rule-inspect-HJCERQHK.js → rule-inspect-JFKSPCDU.js} +5 -5
- package/dist/chunks/{rules-UNL3IB4P.js → rules-6672IXZE.js} +7 -7
- package/dist/chunks/{schema-EUH7PJEX.js → schema-DC2LLUHD.js} +3 -3
- package/dist/chunks/{update-MOM4T2RN.js → update-7VFELUTD.js} +5 -5
- package/dist/commands/build/index.js +10 -10
- package/dist/commands/deploy/index.js +11 -11
- package/dist/commands/dev/index.js +10 -10
- package/dist/commands/env/index.js +5 -5
- package/dist/commands/link/index.js +8 -8
- package/dist/commands/list/index.js +4 -4
- package/dist/commands-bulk.js +1536 -1116
- package/dist/index.js +9 -9
- package/dist/version.mjs +1 -1
- package/package.json +15 -15
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-ATBH7KGL.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-BHMMV3HE.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
deploymentOption,
|
|
@@ -2498,7 +2498,7 @@ var addSubcommand5 = {
|
|
|
2498
2498
|
},
|
|
2499
2499
|
{
|
|
2500
2500
|
name: "project",
|
|
2501
|
-
required:
|
|
2501
|
+
required: false
|
|
2502
2502
|
}
|
|
2503
2503
|
],
|
|
2504
2504
|
options: [
|
|
@@ -2939,6 +2939,70 @@ var tokensSubcommand = {
|
|
|
2939
2939
|
],
|
|
2940
2940
|
examples: []
|
|
2941
2941
|
};
|
|
2942
|
+
var backupsSubcommand = {
|
|
2943
|
+
name: "backups",
|
|
2944
|
+
aliases: [],
|
|
2945
|
+
description: "List, inspect, or restore Edge Config backups",
|
|
2946
|
+
arguments: [
|
|
2947
|
+
{
|
|
2948
|
+
name: "id-or-slug",
|
|
2949
|
+
required: true
|
|
2950
|
+
}
|
|
2951
|
+
],
|
|
2952
|
+
options: [
|
|
2953
|
+
formatOption,
|
|
2954
|
+
{
|
|
2955
|
+
...yesOption,
|
|
2956
|
+
description: "Skip the confirmation prompt when restoring"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
name: "backup-version",
|
|
2960
|
+
shorthand: null,
|
|
2961
|
+
type: String,
|
|
2962
|
+
argument: "VERSION_ID",
|
|
2963
|
+
deprecated: false,
|
|
2964
|
+
description: "Fetch a single backup by version id"
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
name: "restore",
|
|
2968
|
+
shorthand: null,
|
|
2969
|
+
type: String,
|
|
2970
|
+
argument: "VERSION_ID",
|
|
2971
|
+
deprecated: false,
|
|
2972
|
+
description: "Restore items from the backup version id. Requires confirmation because it updates live Edge Config items"
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
name: "limit",
|
|
2976
|
+
shorthand: null,
|
|
2977
|
+
type: Number,
|
|
2978
|
+
argument: "NUMBER",
|
|
2979
|
+
deprecated: false,
|
|
2980
|
+
description: "Maximum number of backups to list (0-50)"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
name: "next",
|
|
2984
|
+
shorthand: null,
|
|
2985
|
+
type: String,
|
|
2986
|
+
argument: "CURSOR",
|
|
2987
|
+
deprecated: false,
|
|
2988
|
+
description: "Pagination cursor from a previous backup list response"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
examples: [
|
|
2992
|
+
{
|
|
2993
|
+
name: "List backups for an Edge Config",
|
|
2994
|
+
value: `${packageName} edge-config backups my-store`
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
name: "Inspect a backup as JSON",
|
|
2998
|
+
value: `${packageName} edge-config backups my-store --backup-version <version-id> --format json`
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
name: "Restore a backup",
|
|
3002
|
+
value: `${packageName} edge-config backups my-store --restore <version-id> --yes`
|
|
3003
|
+
}
|
|
3004
|
+
]
|
|
3005
|
+
};
|
|
2942
3006
|
var edgeConfigCommand = {
|
|
2943
3007
|
name: "edge-config",
|
|
2944
3008
|
aliases: [],
|
|
@@ -2951,7 +3015,8 @@ var edgeConfigCommand = {
|
|
|
2951
3015
|
updateSubcommand2,
|
|
2952
3016
|
removeSubcommand7,
|
|
2953
3017
|
itemsSubcommand,
|
|
2954
|
-
tokensSubcommand
|
|
3018
|
+
tokensSubcommand,
|
|
3019
|
+
backupsSubcommand
|
|
2955
3020
|
],
|
|
2956
3021
|
options: [],
|
|
2957
3022
|
examples: [
|
|
@@ -9491,6 +9556,7 @@ export {
|
|
|
9491
9556
|
removeSubcommand7,
|
|
9492
9557
|
itemsSubcommand,
|
|
9493
9558
|
tokensSubcommand,
|
|
9559
|
+
backupsSubcommand,
|
|
9494
9560
|
edgeConfigCommand,
|
|
9495
9561
|
overviewSubcommand,
|
|
9496
9562
|
diffSubcommand,
|
|
@@ -289,6 +289,17 @@ function outputAgentError(client, payload, exitCode = 1) {
|
|
|
289
289
|
`);
|
|
290
290
|
process.exit(exitCode);
|
|
291
291
|
}
|
|
292
|
+
function outputAgentSuccess(client, payload, exitCode = 0) {
|
|
293
|
+
if (!shouldEmitNonInteractiveCommandError(client)) {
|
|
294
|
+
return;
|
|
295
|
+
}
|
|
296
|
+
if (!payload.hint && payload.next?.length) {
|
|
297
|
+
payload.hint = "Follow up with one of the commands in next[].";
|
|
298
|
+
}
|
|
299
|
+
client.stdout.write(`${JSON.stringify(payload, null, 2)}
|
|
300
|
+
`);
|
|
301
|
+
process.exit(exitCode);
|
|
302
|
+
}
|
|
292
303
|
function buildNextStepsForEdgeConfig(client) {
|
|
293
304
|
return [
|
|
294
305
|
{
|
|
@@ -483,6 +494,7 @@ export {
|
|
|
483
494
|
argvHasNonInteractive,
|
|
484
495
|
shouldEmitNonInteractiveCommandError,
|
|
485
496
|
outputAgentError,
|
|
497
|
+
outputAgentSuccess,
|
|
486
498
|
exitWithNonInteractiveError,
|
|
487
499
|
openUrlInBrowserCommand
|
|
488
500
|
};
|
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
findSourceVercelConfigFile,
|
|
12
12
|
getVercelConfigPath,
|
|
13
13
|
normalizeConfig
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-BHMMV3HE.js";
|
|
15
15
|
import "./chunk-Q77ALSXR.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-X5UROEGN.js";
|
|
17
17
|
import "./chunk-N2T234LO.js";
|
|
18
18
|
import "./chunk-GGP5R3FU.js";
|
|
19
19
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes,
|
|
17
17
|
withGlobalFlags
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-QM7D5H2G.js";
|
|
19
19
|
import {
|
|
20
20
|
deleteSubcommand
|
|
21
21
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -27,11 +27,11 @@ import {
|
|
|
27
27
|
AGENT_REASON,
|
|
28
28
|
AGENT_STATUS
|
|
29
29
|
} from "./chunk-QH7WYDEP.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-BHMMV3HE.js";
|
|
31
31
|
import "./chunk-Q77ALSXR.js";
|
|
32
32
|
import {
|
|
33
33
|
outputAgentError
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-X5UROEGN.js";
|
|
35
35
|
import "./chunk-N2T234LO.js";
|
|
36
36
|
import "./chunk-GGP5R3FU.js";
|
|
37
37
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QM7D5H2G.js";
|
|
21
21
|
import {
|
|
22
22
|
disableSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,11 +26,11 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-BHMMV3HE.js";
|
|
30
30
|
import "./chunk-Q77ALSXR.js";
|
|
31
31
|
import {
|
|
32
32
|
outputAgentError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-X5UROEGN.js";
|
|
34
34
|
import "./chunk-N2T234LO.js";
|
|
35
35
|
import "./chunk-GGP5R3FU.js";
|
|
36
36
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QM7D5H2G.js";
|
|
21
21
|
import {
|
|
22
22
|
discardSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,11 +26,11 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-BHMMV3HE.js";
|
|
30
30
|
import "./chunk-Q77ALSXR.js";
|
|
31
31
|
import {
|
|
32
32
|
outputAgentError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-X5UROEGN.js";
|
|
34
34
|
import "./chunk-N2T234LO.js";
|
|
35
35
|
import "./chunk-GGP5R3FU.js";
|
|
36
36
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-NRP6ZKXJ.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
resolveRoute,
|
|
32
32
|
shellQuoteRouteIdentifierForSuggestion,
|
|
33
33
|
withGlobalFlags
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-QM7D5H2G.js";
|
|
35
35
|
import {
|
|
36
36
|
editSubcommand
|
|
37
37
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -40,11 +40,11 @@ import {
|
|
|
40
40
|
} from "./chunk-64IF634X.js";
|
|
41
41
|
import "./chunk-VXYGCOKL.js";
|
|
42
42
|
import "./chunk-QH7WYDEP.js";
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-BHMMV3HE.js";
|
|
44
44
|
import "./chunk-Q77ALSXR.js";
|
|
45
45
|
import {
|
|
46
46
|
outputAgentError
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-X5UROEGN.js";
|
|
48
48
|
import "./chunk-N2T234LO.js";
|
|
49
49
|
import "./chunk-GGP5R3FU.js";
|
|
50
50
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QM7D5H2G.js";
|
|
21
21
|
import {
|
|
22
22
|
enableSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,11 +26,11 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-BHMMV3HE.js";
|
|
30
30
|
import "./chunk-Q77ALSXR.js";
|
|
31
31
|
import {
|
|
32
32
|
outputAgentError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-X5UROEGN.js";
|
|
34
34
|
import "./chunk-N2T234LO.js";
|
|
35
35
|
import "./chunk-GGP5R3FU.js";
|
|
36
36
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -9,16 +9,16 @@ import {
|
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs,
|
|
11
11
|
withGlobalFlags
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-QM7D5H2G.js";
|
|
13
13
|
import {
|
|
14
14
|
exportSubcommand
|
|
15
15
|
} from "./chunk-IB56QKCM.js";
|
|
16
16
|
import "./chunk-QH7WYDEP.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-BHMMV3HE.js";
|
|
18
18
|
import "./chunk-Q77ALSXR.js";
|
|
19
19
|
import {
|
|
20
20
|
outputAgentError
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-X5UROEGN.js";
|
|
22
22
|
import "./chunk-N2T234LO.js";
|
|
23
23
|
import "./chunk-GGP5R3FU.js";
|
|
24
24
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
emitAlertsScopeError
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-IAOBSXJ5.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
@@ -24,16 +24,16 @@ import {
|
|
|
24
24
|
} from "./chunk-QH7WYDEP.js";
|
|
25
25
|
import {
|
|
26
26
|
getScope
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-6V37RSQB.js";
|
|
28
28
|
import {
|
|
29
29
|
getLinkedProject,
|
|
30
30
|
getProjectByNameOrId
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-BHMMV3HE.js";
|
|
32
32
|
import "./chunk-Q77ALSXR.js";
|
|
33
33
|
import {
|
|
34
34
|
buildCommandWithGlobalFlags,
|
|
35
35
|
outputAgentError
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-X5UROEGN.js";
|
|
37
37
|
import "./chunk-N2T234LO.js";
|
|
38
38
|
import "./chunk-GGP5R3FU.js";
|
|
39
39
|
import {
|
|
@@ -24,13 +24,13 @@ import {
|
|
|
24
24
|
} from "./chunk-56AJHIQC.js";
|
|
25
25
|
import {
|
|
26
26
|
getScope
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-6V37RSQB.js";
|
|
28
28
|
import {
|
|
29
29
|
getLinkedProject,
|
|
30
30
|
getProjectByNameOrId
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-BHMMV3HE.js";
|
|
32
32
|
import "./chunk-Q77ALSXR.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-X5UROEGN.js";
|
|
34
34
|
import "./chunk-N2T234LO.js";
|
|
35
35
|
import "./chunk-GGP5R3FU.js";
|
|
36
36
|
import {
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
resolveAlertsScope
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-IAOBSXJ5.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
normalizeRepeatableStringFilters,
|
|
@@ -26,14 +26,14 @@ import "./chunk-SGPBULVT.js";
|
|
|
26
26
|
import {
|
|
27
27
|
AGENT_REASON
|
|
28
28
|
} from "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-6V37RSQB.js";
|
|
30
|
+
import "./chunk-BHMMV3HE.js";
|
|
31
31
|
import "./chunk-Q77ALSXR.js";
|
|
32
32
|
import {
|
|
33
33
|
buildCommandWithGlobalFlags,
|
|
34
34
|
outputAgentError,
|
|
35
35
|
shouldEmitNonInteractiveCommandError
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-X5UROEGN.js";
|
|
37
37
|
import "./chunk-N2T234LO.js";
|
|
38
38
|
import {
|
|
39
39
|
require_ms
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-G4YL2LRL.js";
|
|
13
|
+
import "./chunk-IAOBSXJ5.js";
|
|
14
14
|
import "./chunk-D7MGZH35.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -21,12 +21,12 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
23
|
} from "./chunk-QH7WYDEP.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-6V37RSQB.js";
|
|
25
|
+
import "./chunk-BHMMV3HE.js";
|
|
26
26
|
import "./chunk-Q77ALSXR.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-X5UROEGN.js";
|
|
30
30
|
import "./chunk-N2T234LO.js";
|
|
31
31
|
import "./chunk-GGP5R3FU.js";
|
|
32
32
|
import {
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QM7D5H2G.js";
|
|
21
21
|
import {
|
|
22
22
|
publishSubcommand
|
|
23
23
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -26,11 +26,11 @@ import {
|
|
|
26
26
|
} from "./chunk-64IF634X.js";
|
|
27
27
|
import "./chunk-VXYGCOKL.js";
|
|
28
28
|
import "./chunk-QH7WYDEP.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-BHMMV3HE.js";
|
|
30
30
|
import "./chunk-Q77ALSXR.js";
|
|
31
31
|
import {
|
|
32
32
|
outputAgentError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-X5UROEGN.js";
|
|
34
34
|
import "./chunk-N2T234LO.js";
|
|
35
35
|
import "./chunk-GGP5R3FU.js";
|
|
36
36
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -28,13 +28,13 @@ import {
|
|
|
28
28
|
} from "./chunk-LCNEKTLC.js";
|
|
29
29
|
import {
|
|
30
30
|
getScope
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6V37RSQB.js";
|
|
32
32
|
import {
|
|
33
33
|
getLinkedProject,
|
|
34
34
|
getProjectByNameOrId
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-BHMMV3HE.js";
|
|
36
36
|
import "./chunk-Q77ALSXR.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-X5UROEGN.js";
|
|
38
38
|
import "./chunk-N2T234LO.js";
|
|
39
39
|
import {
|
|
40
40
|
require_ms
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolveRoute,
|
|
17
17
|
shellQuoteRouteIdentifierForSuggestion,
|
|
18
18
|
withGlobalFlags
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-QM7D5H2G.js";
|
|
20
20
|
import {
|
|
21
21
|
reorderSubcommand
|
|
22
22
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -25,11 +25,11 @@ import {
|
|
|
25
25
|
} from "./chunk-64IF634X.js";
|
|
26
26
|
import "./chunk-VXYGCOKL.js";
|
|
27
27
|
import "./chunk-QH7WYDEP.js";
|
|
28
|
-
import "./chunk-
|
|
28
|
+
import "./chunk-BHMMV3HE.js";
|
|
29
29
|
import "./chunk-Q77ALSXR.js";
|
|
30
30
|
import {
|
|
31
31
|
outputAgentError
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-X5UROEGN.js";
|
|
33
33
|
import "./chunk-N2T234LO.js";
|
|
34
34
|
import "./chunk-GGP5R3FU.js";
|
|
35
35
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printDiffSummary,
|
|
20
20
|
validateRequiredArgs,
|
|
21
21
|
withGlobalFlags
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-QM7D5H2G.js";
|
|
23
23
|
import {
|
|
24
24
|
restoreSubcommand
|
|
25
25
|
} from "./chunk-IB56QKCM.js";
|
|
@@ -28,11 +28,11 @@ import {
|
|
|
28
28
|
} from "./chunk-64IF634X.js";
|
|
29
29
|
import "./chunk-VXYGCOKL.js";
|
|
30
30
|
import "./chunk-QH7WYDEP.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-BHMMV3HE.js";
|
|
32
32
|
import "./chunk-Q77ALSXR.js";
|
|
33
33
|
import {
|
|
34
34
|
outputAgentError
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-X5UROEGN.js";
|
|
36
36
|
import "./chunk-N2T234LO.js";
|
|
37
37
|
import "./chunk-GGP5R3FU.js";
|
|
38
38
|
import "./chunk-MYWLF3BZ.js";
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-G4YL2LRL.js";
|
|
13
|
+
import "./chunk-IAOBSXJ5.js";
|
|
14
14
|
import "./chunk-D7MGZH35.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -21,14 +21,14 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
23
|
} from "./chunk-QH7WYDEP.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-6V37RSQB.js";
|
|
25
|
+
import "./chunk-BHMMV3HE.js";
|
|
26
26
|
import "./chunk-Q77ALSXR.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
29
29
|
buildCommandWithYes,
|
|
30
30
|
outputAgentError
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-X5UROEGN.js";
|
|
32
32
|
import "./chunk-N2T234LO.js";
|
|
33
33
|
import "./chunk-GGP5R3FU.js";
|
|
34
34
|
import {
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-G4YL2LRL.js";
|
|
13
|
+
import "./chunk-IAOBSXJ5.js";
|
|
14
14
|
import "./chunk-D7MGZH35.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -21,13 +21,13 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
23
|
} from "./chunk-QH7WYDEP.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-6V37RSQB.js";
|
|
25
|
+
import "./chunk-BHMMV3HE.js";
|
|
26
26
|
import "./chunk-Q77ALSXR.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
29
29
|
outputAgentError
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-X5UROEGN.js";
|
|
31
31
|
import "./chunk-N2T234LO.js";
|
|
32
32
|
import "./chunk-GGP5R3FU.js";
|
|
33
33
|
import {
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
buildCommandWithGlobalFlags,
|
|
15
15
|
outputAgentError
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-X5UROEGN.js";
|
|
17
17
|
import "./chunk-LN6B7ZI3.js";
|
|
18
18
|
import "./chunk-P4QNYOFB.js";
|
|
19
19
|
import {
|
|
@@ -32,7 +32,7 @@ var RULES_CONFIG = {
|
|
|
32
32
|
};
|
|
33
33
|
async function rules(client, argv) {
|
|
34
34
|
if (argv.length === 0) {
|
|
35
|
-
const lsFn = (await import("./ls-
|
|
35
|
+
const lsFn = (await import("./ls-GKWWEHQS.js")).default;
|
|
36
36
|
return lsFn(client, []);
|
|
37
37
|
}
|
|
38
38
|
const { subcommand, args, subcommandOriginal } = getSubcommand(
|
|
@@ -65,15 +65,15 @@ async function rules(client, argv) {
|
|
|
65
65
|
}
|
|
66
66
|
switch (subcommand) {
|
|
67
67
|
case "ls":
|
|
68
|
-
return (await import("./ls-
|
|
68
|
+
return (await import("./ls-GKWWEHQS.js")).default(client, args);
|
|
69
69
|
case "add":
|
|
70
|
-
return (await import("./add-
|
|
70
|
+
return (await import("./add-PQWZCK7O.js")).default(client, args);
|
|
71
71
|
case "inspect":
|
|
72
|
-
return (await import("./rule-inspect-
|
|
72
|
+
return (await import("./rule-inspect-JFKSPCDU.js")).default(client, args);
|
|
73
73
|
case "rm":
|
|
74
|
-
return (await import("./rm-
|
|
74
|
+
return (await import("./rm-65PQY7XN.js")).default(client, args);
|
|
75
75
|
case "update":
|
|
76
|
-
return (await import("./update-
|
|
76
|
+
return (await import("./update-7VFELUTD.js")).default(client, args);
|
|
77
77
|
default:
|
|
78
78
|
output_manager_default.error(`Unhandled rules subcommand: ${String(subcommandOriginal)}`);
|
|
79
79
|
return 1;
|
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
} from "./chunk-LCNEKTLC.js";
|
|
24
24
|
import {
|
|
25
25
|
getScope
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-6V37RSQB.js";
|
|
27
27
|
import {
|
|
28
28
|
require_pluralize
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-BHMMV3HE.js";
|
|
30
30
|
import "./chunk-Q77ALSXR.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-X5UROEGN.js";
|
|
32
32
|
import "./chunk-N2T234LO.js";
|
|
33
33
|
import "./chunk-GGP5R3FU.js";
|
|
34
34
|
import "./chunk-LYCSVJIX.js";
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-G4YL2LRL.js";
|
|
13
|
+
import "./chunk-IAOBSXJ5.js";
|
|
14
14
|
import "./chunk-D7MGZH35.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -21,13 +21,13 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
23
|
} from "./chunk-QH7WYDEP.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-6V37RSQB.js";
|
|
25
|
+
import "./chunk-BHMMV3HE.js";
|
|
26
26
|
import "./chunk-Q77ALSXR.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
29
29
|
outputAgentError
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-X5UROEGN.js";
|
|
31
31
|
import "./chunk-N2T234LO.js";
|
|
32
32
|
import "./chunk-GGP5R3FU.js";
|
|
33
33
|
import {
|