vercel 54.8.0 → 54.9.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/dist/chunks/{add-7PN3D2CB.js → add-PFVGXHF2.js} +5 -5
- package/dist/chunks/{chunk-5MRKNVDF.js → chunk-27O5ZTLD.js} +4 -4
- package/dist/chunks/{chunk-A4NNTF2R.js → chunk-2KRTC3Z6.js} +2 -2
- package/dist/chunks/{chunk-TKYXKHYP.js → chunk-2LJ4CNBS.js} +61 -3
- package/dist/chunks/{chunk-2VNVOF6Y.js → chunk-3XKN4LMN.js} +2 -2
- package/dist/chunks/{chunk-6GCPDK6C.js → chunk-4XMJHCJ5.js} +1 -1
- package/dist/chunks/{chunk-C2JLV23W.js → chunk-5QPKXSAQ.js} +1 -1
- package/dist/chunks/{chunk-MZXIRI4R.js → chunk-AW3VO6AO.js} +1 -1
- package/dist/chunks/{chunk-MZ6WX76F.js → chunk-BLSNH6GW.js} +2 -2
- package/dist/chunks/{chunk-KFVMKDQD.js → chunk-CNZVD6AY.js} +1 -1
- package/dist/chunks/{chunk-SX3T5LJW.js → chunk-FRCPMIYP.js} +1 -1
- package/dist/chunks/{chunk-3UG4R5C6.js → chunk-GHIWUCX4.js} +4 -4
- package/dist/chunks/{chunk-L6Q2EQPI.js → chunk-LJ5WXXG6.js} +2 -0
- package/dist/chunks/{chunk-BGOG7M2L.js → chunk-MHQ3YMRD.js} +1 -1
- package/dist/chunks/{chunk-I6N27CZY.js → chunk-PQ6FQ427.js} +4 -4
- package/dist/chunks/{chunk-UVSQEC2H.js → chunk-QED7VSDY.js} +1 -1
- package/dist/chunks/{chunk-6MRFETFX.js → chunk-RM5VGLCD.js} +3 -3
- package/dist/chunks/{chunk-QSUXC4XD.js → chunk-WHVOX5C7.js} +2 -2
- package/dist/chunks/{chunk-BLBP6PJV.js → chunk-XK2FJELV.js} +1 -1
- package/dist/chunks/{chunk-T5UBTKLR.js → chunk-ZBDCE356.js} +1 -1
- package/dist/chunks/{chunk-ZBFZHPN5.js → chunk-ZEG75UDS.js} +4 -4
- package/dist/chunks/{compile-vercel-config-ZRGV2HQF.js → compile-vercel-config-7U2LIW43.js} +1 -1
- package/dist/chunks/{delete-62D6RPHR.js → delete-DE3UHP2L.js} +3 -3
- package/dist/chunks/{disable-EUFCTMHU.js → disable-B6GG7O7J.js} +3 -3
- package/dist/chunks/{discard-UXWAYS5Y.js → discard-MGA5ZYKO.js} +3 -3
- package/dist/chunks/{edit-K7S5CQEI.js → edit-L4Y2YIBV.js} +4 -4
- package/dist/chunks/{enable-4C5ME3GT.js → enable-O7FEPQAF.js} +3 -3
- package/dist/chunks/{export-NPUHUUHH.js → export-UB7HUJAY.js} +3 -3
- package/dist/chunks/{inspect-ASCZ6G5V.js → inspect-IV2WSOKU.js} +4 -4
- package/dist/chunks/{list-MY22OIPS.js → list-7S77FPG6.js} +2 -2
- package/dist/chunks/{list-G7DVTQFM.js → list-IRG73TQ7.js} +4 -4
- package/dist/chunks/{ls-C5IRWH53.js → ls-FP6I5BJ4.js} +5 -5
- package/dist/chunks/{publish-645OGLRF.js → publish-ZEXEMS6A.js} +3 -3
- package/dist/chunks/{query-T5BWXYMO.js → query-F5RJNYCZ.js} +2 -2
- package/dist/chunks/{reorder-OHRSG6FC.js → reorder-JJY5X5NU.js} +3 -3
- package/dist/chunks/{restore-GZNFRZV5.js → restore-753XEXA7.js} +3 -3
- package/dist/chunks/{rm-4IHGJQWN.js → rm-5DVLPTLD.js} +5 -5
- package/dist/chunks/{rule-inspect-E5WP4XX3.js → rule-inspect-BA25TI3G.js} +5 -5
- package/dist/chunks/{rules-KFYHGFV7.js → rules-JL4NLPIC.js} +7 -7
- package/dist/chunks/{schema-DUVEFNFM.js → schema-NL2KEDWL.js} +2 -2
- package/dist/chunks/{update-W4JIJ732.js → update-3LTUTJJB.js} +5 -5
- package/dist/commands/build/index.js +17 -17
- package/dist/commands/deploy/index.js +11 -11
- package/dist/commands/dev/index.js +9 -9
- package/dist/commands/env/index.js +4 -4
- package/dist/commands/link/index.js +8 -8
- package/dist/commands/list/index.js +3 -3
- package/dist/commands-bulk.js +1270 -744
- package/dist/index.js +8 -8
- package/dist/version.mjs +1 -1
- package/package.json +16 -16
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-BLSNH6GW.js";
|
|
13
|
+
import "./chunk-RM5VGLCD.js";
|
|
14
14
|
import "./chunk-5SYDEK2N.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
} from "./chunk-NGRSQRSN.js";
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
24
|
+
import "./chunk-XK2FJELV.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
@@ -7,13 +7,13 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
AGENT_REASON,
|
|
9
9
|
AGENT_STATUS
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
11
11
|
import {
|
|
12
12
|
getLocalPathConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AW3VO6AO.js";
|
|
14
14
|
import {
|
|
15
15
|
getScope
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-XK2FJELV.js";
|
|
17
17
|
import {
|
|
18
18
|
VERCEL_DIR_PROJECT,
|
|
19
19
|
VERCEL_DIR_README,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
selectAndParseRemoteUrl,
|
|
48
48
|
selectOrg,
|
|
49
49
|
writeServicesConfig
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-CNZVD6AY.js";
|
|
51
51
|
import {
|
|
52
52
|
buildCommandWithGlobalFlags,
|
|
53
53
|
outputAgentError,
|
|
@@ -7,12 +7,12 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
printProjectNotFoundError,
|
|
9
9
|
setupAndLink
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-27O5ZTLD.js";
|
|
11
11
|
import {
|
|
12
12
|
getLinkedProject,
|
|
13
13
|
param,
|
|
14
14
|
resolveProjectCwd
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-CNZVD6AY.js";
|
|
16
16
|
import {
|
|
17
17
|
buildCommandWithYes,
|
|
18
18
|
outputActionRequired
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-QED7VSDY.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CNZVD6AY.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
forceOption,
|
|
@@ -4742,6 +4742,48 @@ var createThresholdSubcommand = {
|
|
|
4742
4742
|
}
|
|
4743
4743
|
]
|
|
4744
4744
|
};
|
|
4745
|
+
var claimSubcommand = {
|
|
4746
|
+
name: "claim",
|
|
4747
|
+
aliases: [],
|
|
4748
|
+
description: "Claim a sandbox marketplace resource (e.g. Stripe, Shopify) by opening the provider claim URL in your browser",
|
|
4749
|
+
arguments: [
|
|
4750
|
+
{
|
|
4751
|
+
name: "resource",
|
|
4752
|
+
required: false
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
options: [
|
|
4756
|
+
{
|
|
4757
|
+
...yesOption,
|
|
4758
|
+
description: "Skip the confirmation prompt when claiming a single sandbox resource"
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
name: "no-wait",
|
|
4762
|
+
description: "Print the claim URL and exit without polling for completion",
|
|
4763
|
+
shorthand: null,
|
|
4764
|
+
type: Boolean,
|
|
4765
|
+
deprecated: false
|
|
4766
|
+
},
|
|
4767
|
+
formatOption
|
|
4768
|
+
],
|
|
4769
|
+
examples: [
|
|
4770
|
+
{
|
|
4771
|
+
name: "Claim a sandbox resource by name",
|
|
4772
|
+
value: [
|
|
4773
|
+
`${packageName} integration-resource claim <resource>`,
|
|
4774
|
+
`${packageName} integration-resource claim my-stripe`
|
|
4775
|
+
]
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
name: "Pick a sandbox resource interactively (current team)",
|
|
4779
|
+
value: `${packageName} integration-resource claim`
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
name: "Print the claim URL as JSON without waiting",
|
|
4783
|
+
value: `${packageName} integration-resource claim my-stripe --format=json --no-wait`
|
|
4784
|
+
}
|
|
4785
|
+
]
|
|
4786
|
+
};
|
|
4745
4787
|
var integrationResourceCommand = {
|
|
4746
4788
|
name: "integration-resource",
|
|
4747
4789
|
aliases: ["ir"],
|
|
@@ -4752,7 +4794,8 @@ var integrationResourceCommand = {
|
|
|
4752
4794
|
connectSubcommand2,
|
|
4753
4795
|
createThresholdSubcommand,
|
|
4754
4796
|
disconnectSubcommand2,
|
|
4755
|
-
removeSubcommand9
|
|
4797
|
+
removeSubcommand9,
|
|
4798
|
+
claimSubcommand
|
|
4756
4799
|
],
|
|
4757
4800
|
examples: []
|
|
4758
4801
|
};
|
|
@@ -4831,6 +4874,20 @@ var addSubcommand7 = {
|
|
|
4831
4874
|
argument: "ID",
|
|
4832
4875
|
description: "Installation ID to use when multiple installations exist for the integration"
|
|
4833
4876
|
},
|
|
4877
|
+
{
|
|
4878
|
+
name: "claim",
|
|
4879
|
+
shorthand: null,
|
|
4880
|
+
type: Boolean,
|
|
4881
|
+
deprecated: false,
|
|
4882
|
+
description: "If the new resource is a sandbox (e.g. Stripe, Shopify), claim it immediately without prompting"
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
name: "no-claim",
|
|
4886
|
+
shorthand: null,
|
|
4887
|
+
type: Boolean,
|
|
4888
|
+
deprecated: false,
|
|
4889
|
+
description: "If the new resource is a sandbox, skip the offer to claim it (only print a hint)"
|
|
4890
|
+
},
|
|
4834
4891
|
formatOption
|
|
4835
4892
|
],
|
|
4836
4893
|
examples: [
|
|
@@ -8651,6 +8708,7 @@ export {
|
|
|
8651
8708
|
disconnectSubcommand2,
|
|
8652
8709
|
connectSubcommand2,
|
|
8653
8710
|
createThresholdSubcommand,
|
|
8711
|
+
claimSubcommand,
|
|
8654
8712
|
integrationResourceCommand,
|
|
8655
8713
|
addSubcommand7 as addSubcommand6,
|
|
8656
8714
|
acceptTermsSubcommand,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
getLocalPathConfig
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AW3VO6AO.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
15
15
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
useKeypress,
|
|
37
37
|
usePrefix,
|
|
38
38
|
useState
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-CNZVD6AY.js";
|
|
40
40
|
import {
|
|
41
41
|
require_load_json_file
|
|
42
42
|
} from "./chunk-DPXUXH7G.js";
|
|
@@ -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-RM5VGLCD.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "./chunk-5SYDEK2N.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_REASON
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
18
18
|
import {
|
|
19
19
|
buildCommandWithGlobalFlags,
|
|
20
20
|
outputAgentError
|
|
@@ -36920,7 +36920,7 @@ var require_package = __commonJS({
|
|
|
36920
36920
|
"../client/package.json"(exports, module) {
|
|
36921
36921
|
module.exports = {
|
|
36922
36922
|
name: "@vercel/client",
|
|
36923
|
-
version: "17.5.
|
|
36923
|
+
version: "17.5.9",
|
|
36924
36924
|
main: "dist/index.js",
|
|
36925
36925
|
typings: "dist/index.d.ts",
|
|
36926
36926
|
homepage: "https://vercel.com",
|
|
@@ -8,22 +8,22 @@ import {
|
|
|
8
8
|
getUpdateCommand,
|
|
9
9
|
isGlobal,
|
|
10
10
|
isNativeBinaryInstall
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MHQ3YMRD.js";
|
|
12
12
|
import {
|
|
13
13
|
getGlobalPathConfig,
|
|
14
14
|
writeToConfigFile
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-3XKN4LMN.js";
|
|
16
16
|
import {
|
|
17
17
|
apiCommand,
|
|
18
18
|
listSubcommand2 as listSubcommand,
|
|
19
19
|
loginCommand
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-2LJ4CNBS.js";
|
|
21
21
|
import {
|
|
22
22
|
help
|
|
23
23
|
} from "./chunk-5ZJHY4AC.js";
|
|
24
24
|
import {
|
|
25
25
|
login
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-CNZVD6AY.js";
|
|
27
27
|
import {
|
|
28
28
|
TelemetryClient
|
|
29
29
|
} from "./chunk-DPXUXH7G.js";
|
|
@@ -50,6 +50,8 @@ var AGENT_REASON = {
|
|
|
50
50
|
INTEGRATION_TERMS_ACCEPTANCE_REQUIRED: "integration_terms_acceptance_required",
|
|
51
51
|
/** Integration uninstall blocked because team-scoped resources still exist. */
|
|
52
52
|
HAS_RESOURCES: "has_resources",
|
|
53
|
+
/** User must claim a sandbox marketplace resource (e.g. Stripe, Shopify) in the browser. */
|
|
54
|
+
INTEGRATION_SANDBOX_CLAIM_REQUIRED: "integration_sandbox_claim_required",
|
|
53
55
|
// Tokens
|
|
54
56
|
CLASSIC_TOKEN_REQUIRED: "classic_token_required",
|
|
55
57
|
/** Classic token lacks full user/account scope (e.g. team- or product-scoped token). */
|
|
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FRCPMIYP.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-2KRTC3Z6.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QED7VSDY.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-5ZJHY4AC.js";
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
envPullCommandLogic,
|
|
24
24
|
humanizePath,
|
|
25
25
|
parseTarget
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-CNZVD6AY.js";
|
|
27
27
|
import {
|
|
28
28
|
TelemetryClient
|
|
29
29
|
} from "./chunk-DPXUXH7G.js";
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
} from "./chunk-5SYDEK2N.js";
|
|
10
10
|
import {
|
|
11
11
|
AGENT_REASON
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
13
13
|
import {
|
|
14
14
|
getScope
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-XK2FJELV.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CNZVD6AY.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|
|
@@ -7,10 +7,10 @@ const __dirname = __dirname_(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
AGENT_REASON,
|
|
9
9
|
AGENT_STATUS
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
11
11
|
import {
|
|
12
12
|
getLinkedProject
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CNZVD6AY.js";
|
|
14
14
|
import {
|
|
15
15
|
buildCommandWithYes,
|
|
16
16
|
outputAgentError
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
printIndications,
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-3XKN4LMN.js";
|
|
13
13
|
import {
|
|
14
14
|
suggestNextCommands
|
|
15
15
|
} from "./chunk-LKBI43XK.js";
|
|
@@ -19,10 +19,10 @@ import {
|
|
|
19
19
|
} from "./chunk-TCF6MGBY.js";
|
|
20
20
|
import {
|
|
21
21
|
CommandTimeout
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-2LJ4CNBS.js";
|
|
23
23
|
import {
|
|
24
24
|
getScope
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-XK2FJELV.js";
|
|
26
26
|
import {
|
|
27
27
|
getProjectByNameOrId,
|
|
28
28
|
param,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
require_pluralize,
|
|
32
32
|
showPluginTipIfNeeded,
|
|
33
33
|
ua_default
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-CNZVD6AY.js";
|
|
35
35
|
import {
|
|
36
36
|
require_ms,
|
|
37
37
|
stamp_default
|
|
@@ -15,15 +15,15 @@ import {
|
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes,
|
|
17
17
|
withGlobalFlags
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-WHVOX5C7.js";
|
|
19
19
|
import {
|
|
20
20
|
deleteSubcommand
|
|
21
21
|
} from "./chunk-TAHQ6VAS.js";
|
|
22
22
|
import {
|
|
23
23
|
AGENT_REASON,
|
|
24
24
|
AGENT_STATUS
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
26
|
+
import "./chunk-CNZVD6AY.js";
|
|
27
27
|
import "./chunk-DPXUXH7G.js";
|
|
28
28
|
import {
|
|
29
29
|
outputAgentError
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WHVOX5C7.js";
|
|
21
21
|
import {
|
|
22
22
|
disableSubcommand
|
|
23
23
|
} from "./chunk-TAHQ6VAS.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-LJ5WXXG6.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WHVOX5C7.js";
|
|
21
21
|
import {
|
|
22
22
|
discardSubcommand
|
|
23
23
|
} from "./chunk-TAHQ6VAS.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-LJ5WXXG6.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-4XMJHCJ5.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -31,12 +31,12 @@ import {
|
|
|
31
31
|
resolveRoute,
|
|
32
32
|
shellQuoteRouteIdentifierForSuggestion,
|
|
33
33
|
withGlobalFlags
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-WHVOX5C7.js";
|
|
35
35
|
import {
|
|
36
36
|
editSubcommand
|
|
37
37
|
} from "./chunk-TAHQ6VAS.js";
|
|
38
|
-
import "./chunk-
|
|
39
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-LJ5WXXG6.js";
|
|
39
|
+
import "./chunk-CNZVD6AY.js";
|
|
40
40
|
import "./chunk-DPXUXH7G.js";
|
|
41
41
|
import {
|
|
42
42
|
outputAgentError
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WHVOX5C7.js";
|
|
21
21
|
import {
|
|
22
22
|
enableSubcommand
|
|
23
23
|
} from "./chunk-TAHQ6VAS.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-LJ5WXXG6.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs,
|
|
11
11
|
withGlobalFlags
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WHVOX5C7.js";
|
|
13
13
|
import {
|
|
14
14
|
exportSubcommand
|
|
15
15
|
} from "./chunk-TAHQ6VAS.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-LJ5WXXG6.js";
|
|
17
|
+
import "./chunk-CNZVD6AY.js";
|
|
18
18
|
import "./chunk-DPXUXH7G.js";
|
|
19
19
|
import {
|
|
20
20
|
outputAgentError
|
|
@@ -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-RM5VGLCD.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
@@ -21,14 +21,14 @@ import {
|
|
|
21
21
|
import "./chunk-NGRSQRSN.js";
|
|
22
22
|
import {
|
|
23
23
|
AGENT_REASON
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
25
25
|
import {
|
|
26
26
|
getScope
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-XK2FJELV.js";
|
|
28
28
|
import {
|
|
29
29
|
getLinkedProject,
|
|
30
30
|
getProjectByNameOrId
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CNZVD6AY.js";
|
|
32
32
|
import "./chunk-DPXUXH7G.js";
|
|
33
33
|
import {
|
|
34
34
|
buildCommandWithGlobalFlags,
|
|
@@ -24,11 +24,11 @@ import {
|
|
|
24
24
|
} from "./chunk-FMN3NXRC.js";
|
|
25
25
|
import {
|
|
26
26
|
getScope
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-XK2FJELV.js";
|
|
28
28
|
import {
|
|
29
29
|
getLinkedProject,
|
|
30
30
|
getProjectByNameOrId
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-CNZVD6AY.js";
|
|
32
32
|
import "./chunk-DPXUXH7G.js";
|
|
33
33
|
import "./chunk-NHGCQRK5.js";
|
|
34
34
|
import "./chunk-CO5D46AG.js";
|
|
@@ -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-RM5VGLCD.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
normalizeRepeatableStringFilters,
|
|
@@ -25,9 +25,9 @@ import {
|
|
|
25
25
|
import "./chunk-NGRSQRSN.js";
|
|
26
26
|
import {
|
|
27
27
|
AGENT_REASON
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
29
|
+
import "./chunk-XK2FJELV.js";
|
|
30
|
+
import "./chunk-CNZVD6AY.js";
|
|
31
31
|
import "./chunk-DPXUXH7G.js";
|
|
32
32
|
import {
|
|
33
33
|
buildCommandWithGlobalFlags,
|
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-BLSNH6GW.js";
|
|
13
|
+
import "./chunk-RM5VGLCD.js";
|
|
14
14
|
import "./chunk-5SYDEK2N.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
} from "./chunk-NGRSQRSN.js";
|
|
21
21
|
import {
|
|
22
22
|
AGENT_REASON
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-LJ5WXXG6.js";
|
|
24
|
+
import "./chunk-XK2FJELV.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-WHVOX5C7.js";
|
|
21
21
|
import {
|
|
22
22
|
publishSubcommand
|
|
23
23
|
} from "./chunk-TAHQ6VAS.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-LJ5WXXG6.js";
|
|
25
|
+
import "./chunk-CNZVD6AY.js";
|
|
26
26
|
import "./chunk-DPXUXH7G.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|