@mesh-tech/mesh-cli 0.20.1 → 0.20.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.
Files changed (436) hide show
  1. package/README.md +6 -5
  2. package/dist/bin/mesh.d.ts +0 -12
  3. package/dist/bin/mesh.js +99 -50
  4. package/dist/bin/mesh.js.map +2 -3
  5. package/dist/build-info.json +2 -2
  6. package/dist/src/commands/agent-api-client.d.ts +0 -70
  7. package/dist/src/commands/agent-api-client.js +0 -80
  8. package/dist/src/commands/app-check.d.ts +0 -56
  9. package/dist/src/commands/app-check.js +0 -72
  10. package/dist/src/commands/artifacts.d.ts +0 -11
  11. package/dist/src/commands/artifacts.js +0 -33
  12. package/dist/src/commands/cluster.d.ts +0 -39
  13. package/dist/src/commands/cluster.js +0 -73
  14. package/dist/src/commands/conversations.d.ts +0 -36
  15. package/dist/src/commands/conversations.js +0 -59
  16. package/dist/src/commands/create-app.d.ts +4 -88
  17. package/dist/src/commands/create-app.js +16 -155
  18. package/dist/src/commands/db/connect.d.ts +0 -7
  19. package/dist/src/commands/db/connect.js +0 -9
  20. package/dist/src/commands/db/credentials.d.ts +0 -7
  21. package/dist/src/commands/db/credentials.js +0 -10
  22. package/dist/src/commands/db/env.d.ts +0 -6
  23. package/dist/src/commands/db/env.js +0 -14
  24. package/dist/src/commands/db/exec.d.ts +0 -43
  25. package/dist/src/commands/db/exec.js +0 -69
  26. package/dist/src/commands/db/index.d.ts +0 -10
  27. package/dist/src/commands/db/index.js +0 -10
  28. package/dist/src/commands/db/psql.d.ts +0 -7
  29. package/dist/src/commands/db/psql.js +0 -18
  30. package/dist/src/commands/deploy.d.ts +0 -38
  31. package/dist/src/commands/deploy.js +1 -76
  32. package/dist/src/commands/dev-doctor.d.ts +0 -82
  33. package/dist/src/commands/dev-doctor.js +3 -132
  34. package/dist/src/commands/dev-launch.d.ts +0 -52
  35. package/dist/src/commands/dev-launch.js +0 -56
  36. package/dist/src/commands/dev-token-server.d.ts +0 -18
  37. package/dist/src/commands/dev-token-server.js +1 -24
  38. package/dist/src/commands/dev.d.ts +0 -246
  39. package/dist/src/commands/dev.js +5 -963
  40. package/dist/src/commands/docs.d.ts +0 -1
  41. package/dist/src/commands/docs.js +0 -12
  42. package/dist/src/commands/hub/index.d.ts +0 -60
  43. package/dist/src/commands/hub/index.js +2 -139
  44. package/dist/src/commands/init/wizard.d.ts +5 -116
  45. package/dist/src/commands/init/wizard.js +42 -110
  46. package/dist/src/commands/init.d.ts +0 -55
  47. package/dist/src/commands/init.js +0 -70
  48. package/dist/src/commands/install-shim.d.ts +0 -23
  49. package/dist/src/commands/install-shim.js +2 -29
  50. package/dist/src/commands/local/auth-provision.d.ts +0 -80
  51. package/dist/src/commands/local/auth-provision.js +0 -109
  52. package/dist/src/commands/local/dev-local.d.ts +0 -91
  53. package/dist/src/commands/local/dev-local.js +0 -147
  54. package/dist/src/commands/local/docker-runner.d.ts +0 -22
  55. package/dist/src/commands/local/docker-runner.js +2 -35
  56. package/dist/src/commands/local/helpers.d.ts +0 -14
  57. package/dist/src/commands/local/helpers.js +0 -13
  58. package/dist/src/commands/local/hub-local.d.ts +0 -96
  59. package/dist/src/commands/local/hub-local.js +0 -111
  60. package/dist/src/commands/local/index.d.ts +0 -14
  61. package/dist/src/commands/local/index.js +0 -86
  62. package/dist/src/commands/local/mocks.d.ts +0 -269
  63. package/dist/src/commands/local/mocks.js +1 -274
  64. package/dist/src/commands/local/seed-hub-catalog.d.ts +0 -25
  65. package/dist/src/commands/local/seed-hub-catalog.js +0 -41
  66. package/dist/src/commands/local/seed-zitadel.d.ts +0 -82
  67. package/dist/src/commands/local/seed-zitadel.js +0 -158
  68. package/dist/src/commands/local/seed.d.ts +0 -64
  69. package/dist/src/commands/local/seed.js +0 -78
  70. package/dist/src/commands/local/stack.d.ts +0 -141
  71. package/dist/src/commands/local/stack.js +0 -153
  72. package/dist/src/commands/login.d.ts +0 -265
  73. package/dist/src/commands/login.js +4 -418
  74. package/dist/src/commands/peer-addressing.d.ts +0 -39
  75. package/dist/src/commands/peer-addressing.js +0 -37
  76. package/dist/src/commands/port-ownership.d.ts +0 -44
  77. package/dist/src/commands/port-ownership.js +0 -47
  78. package/dist/src/commands/registry-publish.d.ts +0 -1
  79. package/dist/src/commands/registry-publish.js +0 -46
  80. package/dist/src/commands/registry.d.ts +4 -237
  81. package/dist/src/commands/registry.js +2 -316
  82. package/dist/src/commands/secrets/exec.d.ts +0 -16
  83. package/dist/src/commands/secrets/exec.js +0 -24
  84. package/dist/src/commands/secrets/index.d.ts +0 -9
  85. package/dist/src/commands/secrets/index.js +0 -10
  86. package/dist/src/commands/secrets/migrate-config.d.ts +0 -17
  87. package/dist/src/commands/secrets/migrate-config.js +0 -40
  88. package/dist/src/commands/secrets/reindex.d.ts +0 -38
  89. package/dist/src/commands/secrets/reindex.js +0 -39
  90. package/dist/src/commands/secrets/set.d.ts +0 -47
  91. package/dist/src/commands/secrets/set.js +0 -107
  92. package/dist/src/commands/site.d.ts +0 -1
  93. package/dist/src/commands/site.js +0 -61
  94. package/dist/src/commands/skills.d.ts +0 -61
  95. package/dist/src/commands/skills.js +0 -83
  96. package/dist/src/commands/stack.d.ts +0 -15
  97. package/dist/src/commands/stack.js +1 -128
  98. package/dist/src/commands/temporal.d.ts +0 -30
  99. package/dist/src/commands/temporal.js.map +0 -1
  100. package/dist/src/commands/tenant.d.ts +0 -31
  101. package/dist/src/commands/tenant.js +0 -55
  102. package/dist/src/commands/tunnel/index.d.ts +0 -40
  103. package/dist/src/commands/tunnel/index.js +0 -141
  104. package/dist/src/commands/vcs/clone.d.ts +0 -1
  105. package/dist/src/commands/vcs/clone.js +0 -4
  106. package/dist/src/commands/vcs/common.d.ts +0 -32
  107. package/dist/src/commands/vcs/common.js +0 -41
  108. package/dist/src/commands/vcs/drafts.d.ts +0 -1
  109. package/dist/src/commands/vcs/drafts.js +0 -1
  110. package/dist/src/commands/vcs/get.d.ts +0 -1
  111. package/dist/src/commands/vcs/get.js +0 -11
  112. package/dist/src/commands/vcs/index.d.ts +0 -1
  113. package/dist/src/commands/vcs/index.js +0 -1
  114. package/dist/src/commands/vcs/propose.d.ts +0 -26
  115. package/dist/src/commands/vcs/propose.js +3 -34
  116. package/dist/src/commands/vcs/review.d.ts +0 -1
  117. package/dist/src/commands/vcs/review.js +0 -1
  118. package/dist/src/commands/vcs/rm.d.ts +0 -11
  119. package/dist/src/commands/vcs/rm.js +0 -14
  120. package/dist/src/commands/vcs-enrich.d.ts +0 -12
  121. package/dist/src/commands/vcs-enrich.js +0 -12
  122. package/dist/src/commands/vpn/index.d.ts +0 -17
  123. package/dist/src/commands/vpn/index.js +0 -102
  124. package/dist/src/commands/vpn/tunnel.d.ts +0 -9
  125. package/dist/src/commands/vpn/tunnel.js +0 -37
  126. package/dist/src/commands/workflow.d.ts +0 -22
  127. package/dist/src/commands/workflow.js +0 -80
  128. package/dist/src/docs/assemble.d.ts +0 -117
  129. package/dist/src/docs/assemble.js +0 -142
  130. package/dist/src/docs/cli-reference.d.ts +0 -58
  131. package/dist/src/docs/cli-reference.js +0 -77
  132. package/dist/src/docs/discover.d.ts +0 -40
  133. package/dist/src/docs/discover.js +2 -60
  134. package/dist/src/docs/portal.d.ts +0 -44
  135. package/dist/src/docs/portal.js +0 -49
  136. package/dist/src/docs/registry-docs.d.ts +0 -29
  137. package/dist/src/docs/registry-docs.js +0 -40
  138. package/dist/src/docs/schema.d.ts +0 -36
  139. package/dist/src/docs/schema.js +0 -52
  140. package/dist/src/docs/serve.d.ts +0 -18
  141. package/dist/src/docs/serve.js +2 -30
  142. package/dist/src/docs/start.d.ts +0 -42
  143. package/dist/src/docs/start.js +0 -70
  144. package/dist/src/eval/agent-eval.d.mts +0 -12
  145. package/dist/src/eval/agent-eval.mjs +0 -22
  146. package/dist/src/index.d.ts +0 -6
  147. package/dist/src/index.js.map +0 -1
  148. package/dist/src/program.d.ts +0 -20
  149. package/dist/src/program.js +0 -24
  150. package/dist/src/utils/auth-preflight.d.ts +0 -137
  151. package/dist/src/utils/auth-preflight.js +0 -149
  152. package/dist/src/utils/aws-auth.d.ts +0 -163
  153. package/dist/src/utils/aws-auth.js +3 -232
  154. package/dist/src/utils/bastion.d.ts +0 -27
  155. package/dist/src/utils/bastion.js +0 -28
  156. package/dist/src/utils/build-info.d.ts +0 -22
  157. package/dist/src/utils/build-info.js +0 -27
  158. package/dist/src/utils/cache-home.d.ts +0 -23
  159. package/dist/src/utils/cache-home.js +0 -25
  160. package/dist/src/utils/capture-history.d.ts +0 -54
  161. package/dist/src/utils/capture-history.js +1 -55
  162. package/dist/src/utils/context.d.ts +0 -23
  163. package/dist/src/utils/context.js +0 -43
  164. package/dist/src/utils/credentials.d.ts +0 -38
  165. package/dist/src/utils/credentials.js +0 -39
  166. package/dist/src/utils/deploy-preflight.d.ts +0 -38
  167. package/dist/src/utils/deploy-preflight.js +1 -71
  168. package/dist/src/utils/errors.d.ts +0 -53
  169. package/dist/src/utils/errors.js +0 -49
  170. package/dist/src/utils/first-party-contexts.d.ts +0 -38
  171. package/dist/src/utils/first-party-contexts.js +0 -44
  172. package/dist/src/utils/index.d.ts +0 -4
  173. package/dist/src/utils/index.js +0 -4
  174. package/dist/src/utils/kubeconfig.d.ts +0 -40
  175. package/dist/src/utils/kubeconfig.js +0 -44
  176. package/dist/src/utils/log.d.ts +0 -20
  177. package/dist/src/utils/log.js +0 -20
  178. package/dist/src/utils/mesh-json.d.ts +0 -46
  179. package/dist/src/utils/mesh-json.js +0 -39
  180. package/dist/src/utils/pid.d.ts +0 -42
  181. package/dist/src/utils/pid.js +0 -48
  182. package/dist/src/utils/pulumi-run.d.ts +0 -14
  183. package/dist/src/utils/pulumi-run.js +0 -42
  184. package/dist/src/utils/pulumi.d.ts +0 -34
  185. package/dist/src/utils/pulumi.js +0 -38
  186. package/dist/src/utils/reachability.d.ts +0 -27
  187. package/dist/src/utils/reachability.js +0 -40
  188. package/dist/src/utils/recover-conversation.d.ts +0 -110
  189. package/dist/src/utils/recover-conversation.js +0 -108
  190. package/dist/src/utils/registry-broker.d.ts +5 -84
  191. package/dist/src/utils/registry-broker.js +0 -62
  192. package/dist/src/utils/registry-identity.d.ts +0 -149
  193. package/dist/src/utils/registry-identity.js +0 -143
  194. package/dist/src/utils/scaffold-versions.d.ts +0 -41
  195. package/dist/src/utils/scaffold-versions.js +0 -42
  196. package/dist/src/utils/socks-forward.d.ts +0 -24
  197. package/dist/src/utils/socks-forward.js +2 -25
  198. package/dist/src/utils/stack-flag.d.ts +0 -13
  199. package/dist/src/utils/stack-flag.js +0 -21
  200. package/dist/src/utils/tailscale-targets.d.ts +0 -37
  201. package/dist/src/utils/tailscale-targets.js +0 -33
  202. package/dist/src/utils/tailscale.d.ts +0 -177
  203. package/dist/src/utils/tailscale.js +6 -337
  204. package/dist/src/utils/temporal-auth.d.ts +0 -41
  205. package/dist/src/utils/temporal-auth.js +0 -52
  206. package/dist/src/utils/temporal-codec.d.ts +0 -89
  207. package/dist/src/utils/temporal-codec.js.map +0 -1
  208. package/dist/src/utils/tunnel-ownership.d.ts +0 -79
  209. package/dist/src/utils/tunnel-ownership.js +0 -74
  210. package/dist/src/utils/vpn-join.d.ts +0 -16
  211. package/dist/src/utils/vpn-join.js +0 -17
  212. package/dist/src/utils/vpn.d.ts +0 -42
  213. package/dist/src/utils/vpn.js +0 -52
  214. package/dist/src/utils/workflow-fingerprint.d.ts +0 -39
  215. package/dist/src/utils/workflow-fingerprint.js +1 -63
  216. package/dist/src/utils/worktree-identity.d.ts +0 -62
  217. package/dist/src/utils/worktree-identity.js +0 -88
  218. package/package.json +1 -1
  219. package/skills/core/SKILL.md +10 -11
  220. package/templates/api-auth/api/src/index.ts.hbs +1 -1
  221. package/templates/api-auth/api/src/spicedb-http-provider.ts.hbs +2 -2
  222. package/templates/api-role-gating/api/src/authn.ts.hbs +2 -2
  223. package/templates/api-role-gating/index.ts.hbs +1 -1
  224. package/templates/api-role-gating/skills/develop/SKILL.md.hbs +1 -1
  225. package/templates/platform-repo/core/Pulumi.{{tenant}}-{{env}}.yaml.hbs +2 -2
  226. package/templates/platform-repo/platform/index.ts +1 -1
  227. package/dist/bin/mesh.d.ts.map +0 -1
  228. package/dist/src/commands/agent-api-client.d.ts.map +0 -1
  229. package/dist/src/commands/agent-api-client.js.map +0 -1
  230. package/dist/src/commands/app-check.d.ts.map +0 -1
  231. package/dist/src/commands/app-check.js.map +0 -1
  232. package/dist/src/commands/artifacts.d.ts.map +0 -1
  233. package/dist/src/commands/artifacts.js.map +0 -1
  234. package/dist/src/commands/cluster.d.ts.map +0 -1
  235. package/dist/src/commands/cluster.js.map +0 -1
  236. package/dist/src/commands/conversations.d.ts.map +0 -1
  237. package/dist/src/commands/conversations.js.map +0 -1
  238. package/dist/src/commands/create-app.d.ts.map +0 -1
  239. package/dist/src/commands/create-app.js.map +0 -1
  240. package/dist/src/commands/db/connect.d.ts.map +0 -1
  241. package/dist/src/commands/db/connect.js.map +0 -1
  242. package/dist/src/commands/db/credentials.d.ts.map +0 -1
  243. package/dist/src/commands/db/credentials.js.map +0 -1
  244. package/dist/src/commands/db/env.d.ts.map +0 -1
  245. package/dist/src/commands/db/env.js.map +0 -1
  246. package/dist/src/commands/db/exec.d.ts.map +0 -1
  247. package/dist/src/commands/db/exec.js.map +0 -1
  248. package/dist/src/commands/db/index.d.ts.map +0 -1
  249. package/dist/src/commands/db/index.js.map +0 -1
  250. package/dist/src/commands/db/psql.d.ts.map +0 -1
  251. package/dist/src/commands/db/psql.js.map +0 -1
  252. package/dist/src/commands/deploy.d.ts.map +0 -1
  253. package/dist/src/commands/deploy.js.map +0 -1
  254. package/dist/src/commands/dev-doctor.d.ts.map +0 -1
  255. package/dist/src/commands/dev-doctor.js.map +0 -1
  256. package/dist/src/commands/dev-launch.d.ts.map +0 -1
  257. package/dist/src/commands/dev-launch.js.map +0 -1
  258. package/dist/src/commands/dev-token-server.d.ts.map +0 -1
  259. package/dist/src/commands/dev-token-server.js.map +0 -1
  260. package/dist/src/commands/dev.d.ts.map +0 -1
  261. package/dist/src/commands/dev.js.map +0 -1
  262. package/dist/src/commands/docs.d.ts.map +0 -1
  263. package/dist/src/commands/docs.js.map +0 -1
  264. package/dist/src/commands/hub/index.d.ts.map +0 -1
  265. package/dist/src/commands/hub/index.js.map +0 -1
  266. package/dist/src/commands/init/wizard.d.ts.map +0 -1
  267. package/dist/src/commands/init/wizard.js.map +0 -1
  268. package/dist/src/commands/init.d.ts.map +0 -1
  269. package/dist/src/commands/init.js.map +0 -1
  270. package/dist/src/commands/install-shim.d.ts.map +0 -1
  271. package/dist/src/commands/install-shim.js.map +0 -1
  272. package/dist/src/commands/local/auth-provision.d.ts.map +0 -1
  273. package/dist/src/commands/local/auth-provision.js.map +0 -1
  274. package/dist/src/commands/local/dev-local.d.ts.map +0 -1
  275. package/dist/src/commands/local/dev-local.js.map +0 -1
  276. package/dist/src/commands/local/docker-runner.d.ts.map +0 -1
  277. package/dist/src/commands/local/docker-runner.js.map +0 -1
  278. package/dist/src/commands/local/helpers.d.ts.map +0 -1
  279. package/dist/src/commands/local/helpers.js.map +0 -1
  280. package/dist/src/commands/local/hub-local.d.ts.map +0 -1
  281. package/dist/src/commands/local/hub-local.js.map +0 -1
  282. package/dist/src/commands/local/index.d.ts.map +0 -1
  283. package/dist/src/commands/local/index.js.map +0 -1
  284. package/dist/src/commands/local/mocks.d.ts.map +0 -1
  285. package/dist/src/commands/local/mocks.js.map +0 -1
  286. package/dist/src/commands/local/seed-hub-catalog.d.ts.map +0 -1
  287. package/dist/src/commands/local/seed-hub-catalog.js.map +0 -1
  288. package/dist/src/commands/local/seed-zitadel.d.ts.map +0 -1
  289. package/dist/src/commands/local/seed-zitadel.js.map +0 -1
  290. package/dist/src/commands/local/seed.d.ts.map +0 -1
  291. package/dist/src/commands/local/seed.js.map +0 -1
  292. package/dist/src/commands/local/stack.d.ts.map +0 -1
  293. package/dist/src/commands/local/stack.js.map +0 -1
  294. package/dist/src/commands/login.d.ts.map +0 -1
  295. package/dist/src/commands/login.js.map +0 -1
  296. package/dist/src/commands/peer-addressing.d.ts.map +0 -1
  297. package/dist/src/commands/peer-addressing.js.map +0 -1
  298. package/dist/src/commands/port-ownership.d.ts.map +0 -1
  299. package/dist/src/commands/port-ownership.js.map +0 -1
  300. package/dist/src/commands/registry-publish.d.ts.map +0 -1
  301. package/dist/src/commands/registry-publish.js.map +0 -1
  302. package/dist/src/commands/registry.d.ts.map +0 -1
  303. package/dist/src/commands/registry.js.map +0 -1
  304. package/dist/src/commands/secrets/exec.d.ts.map +0 -1
  305. package/dist/src/commands/secrets/exec.js.map +0 -1
  306. package/dist/src/commands/secrets/index.d.ts.map +0 -1
  307. package/dist/src/commands/secrets/index.js.map +0 -1
  308. package/dist/src/commands/secrets/migrate-config.d.ts.map +0 -1
  309. package/dist/src/commands/secrets/migrate-config.js.map +0 -1
  310. package/dist/src/commands/secrets/reindex.d.ts.map +0 -1
  311. package/dist/src/commands/secrets/reindex.js.map +0 -1
  312. package/dist/src/commands/secrets/set.d.ts.map +0 -1
  313. package/dist/src/commands/secrets/set.js.map +0 -1
  314. package/dist/src/commands/site.d.ts.map +0 -1
  315. package/dist/src/commands/site.js.map +0 -1
  316. package/dist/src/commands/skills.d.ts.map +0 -1
  317. package/dist/src/commands/skills.js.map +0 -1
  318. package/dist/src/commands/stack.d.ts.map +0 -1
  319. package/dist/src/commands/stack.js.map +0 -1
  320. package/dist/src/commands/temporal.d.ts.map +0 -1
  321. package/dist/src/commands/tenant.d.ts.map +0 -1
  322. package/dist/src/commands/tenant.js.map +0 -1
  323. package/dist/src/commands/tunnel/index.d.ts.map +0 -1
  324. package/dist/src/commands/tunnel/index.js.map +0 -1
  325. package/dist/src/commands/vcs/clone.d.ts.map +0 -1
  326. package/dist/src/commands/vcs/clone.js.map +0 -1
  327. package/dist/src/commands/vcs/common.d.ts.map +0 -1
  328. package/dist/src/commands/vcs/common.js.map +0 -1
  329. package/dist/src/commands/vcs/drafts.d.ts.map +0 -1
  330. package/dist/src/commands/vcs/drafts.js.map +0 -1
  331. package/dist/src/commands/vcs/get.d.ts.map +0 -1
  332. package/dist/src/commands/vcs/get.js.map +0 -1
  333. package/dist/src/commands/vcs/index.d.ts.map +0 -1
  334. package/dist/src/commands/vcs/index.js.map +0 -1
  335. package/dist/src/commands/vcs/propose.d.ts.map +0 -1
  336. package/dist/src/commands/vcs/propose.js.map +0 -1
  337. package/dist/src/commands/vcs/review.d.ts.map +0 -1
  338. package/dist/src/commands/vcs/review.js.map +0 -1
  339. package/dist/src/commands/vcs/rm.d.ts.map +0 -1
  340. package/dist/src/commands/vcs/rm.js.map +0 -1
  341. package/dist/src/commands/vcs-enrich.d.ts.map +0 -1
  342. package/dist/src/commands/vcs-enrich.js.map +0 -1
  343. package/dist/src/commands/vpn/index.d.ts.map +0 -1
  344. package/dist/src/commands/vpn/index.js.map +0 -1
  345. package/dist/src/commands/vpn/tunnel.d.ts.map +0 -1
  346. package/dist/src/commands/vpn/tunnel.js.map +0 -1
  347. package/dist/src/commands/workflow.d.ts.map +0 -1
  348. package/dist/src/commands/workflow.js.map +0 -1
  349. package/dist/src/docs/assemble.d.ts.map +0 -1
  350. package/dist/src/docs/assemble.js.map +0 -1
  351. package/dist/src/docs/cli-reference.d.ts.map +0 -1
  352. package/dist/src/docs/cli-reference.js.map +0 -1
  353. package/dist/src/docs/discover.d.ts.map +0 -1
  354. package/dist/src/docs/discover.js.map +0 -1
  355. package/dist/src/docs/portal.d.ts.map +0 -1
  356. package/dist/src/docs/portal.js.map +0 -1
  357. package/dist/src/docs/registry-docs.d.ts.map +0 -1
  358. package/dist/src/docs/registry-docs.js.map +0 -1
  359. package/dist/src/docs/schema.d.ts.map +0 -1
  360. package/dist/src/docs/schema.js.map +0 -1
  361. package/dist/src/docs/serve.d.ts.map +0 -1
  362. package/dist/src/docs/serve.js.map +0 -1
  363. package/dist/src/docs/start.d.ts.map +0 -1
  364. package/dist/src/docs/start.js.map +0 -1
  365. package/dist/src/eval/agent-eval.d.mts.map +0 -1
  366. package/dist/src/eval/agent-eval.mjs.map +0 -1
  367. package/dist/src/index.d.ts.map +0 -1
  368. package/dist/src/program.d.ts.map +0 -1
  369. package/dist/src/program.js.map +0 -1
  370. package/dist/src/utils/auth-preflight.d.ts.map +0 -1
  371. package/dist/src/utils/auth-preflight.js.map +0 -1
  372. package/dist/src/utils/aws-auth.d.ts.map +0 -1
  373. package/dist/src/utils/aws-auth.js.map +0 -1
  374. package/dist/src/utils/bastion.d.ts.map +0 -1
  375. package/dist/src/utils/bastion.js.map +0 -1
  376. package/dist/src/utils/build-info.d.ts.map +0 -1
  377. package/dist/src/utils/build-info.js.map +0 -1
  378. package/dist/src/utils/cache-home.d.ts.map +0 -1
  379. package/dist/src/utils/cache-home.js.map +0 -1
  380. package/dist/src/utils/capture-history.d.ts.map +0 -1
  381. package/dist/src/utils/capture-history.js.map +0 -1
  382. package/dist/src/utils/context.d.ts.map +0 -1
  383. package/dist/src/utils/context.js.map +0 -1
  384. package/dist/src/utils/credentials.d.ts.map +0 -1
  385. package/dist/src/utils/credentials.js.map +0 -1
  386. package/dist/src/utils/deploy-preflight.d.ts.map +0 -1
  387. package/dist/src/utils/deploy-preflight.js.map +0 -1
  388. package/dist/src/utils/errors.d.ts.map +0 -1
  389. package/dist/src/utils/errors.js.map +0 -1
  390. package/dist/src/utils/first-party-contexts.d.ts.map +0 -1
  391. package/dist/src/utils/first-party-contexts.js.map +0 -1
  392. package/dist/src/utils/index.d.ts.map +0 -1
  393. package/dist/src/utils/index.js.map +0 -1
  394. package/dist/src/utils/kubeconfig.d.ts.map +0 -1
  395. package/dist/src/utils/kubeconfig.js.map +0 -1
  396. package/dist/src/utils/log.d.ts.map +0 -1
  397. package/dist/src/utils/log.js.map +0 -1
  398. package/dist/src/utils/mesh-json.d.ts.map +0 -1
  399. package/dist/src/utils/mesh-json.js.map +0 -1
  400. package/dist/src/utils/pid.d.ts.map +0 -1
  401. package/dist/src/utils/pid.js.map +0 -1
  402. package/dist/src/utils/pulumi-run.d.ts.map +0 -1
  403. package/dist/src/utils/pulumi-run.js.map +0 -1
  404. package/dist/src/utils/pulumi.d.ts.map +0 -1
  405. package/dist/src/utils/pulumi.js.map +0 -1
  406. package/dist/src/utils/reachability.d.ts.map +0 -1
  407. package/dist/src/utils/reachability.js.map +0 -1
  408. package/dist/src/utils/recover-conversation.d.ts.map +0 -1
  409. package/dist/src/utils/recover-conversation.js.map +0 -1
  410. package/dist/src/utils/registry-broker.d.ts.map +0 -1
  411. package/dist/src/utils/registry-broker.js.map +0 -1
  412. package/dist/src/utils/registry-identity.d.ts.map +0 -1
  413. package/dist/src/utils/registry-identity.js.map +0 -1
  414. package/dist/src/utils/scaffold-versions.d.ts.map +0 -1
  415. package/dist/src/utils/scaffold-versions.js.map +0 -1
  416. package/dist/src/utils/socks-forward.d.ts.map +0 -1
  417. package/dist/src/utils/socks-forward.js.map +0 -1
  418. package/dist/src/utils/stack-flag.d.ts.map +0 -1
  419. package/dist/src/utils/stack-flag.js.map +0 -1
  420. package/dist/src/utils/tailscale-targets.d.ts.map +0 -1
  421. package/dist/src/utils/tailscale-targets.js.map +0 -1
  422. package/dist/src/utils/tailscale.d.ts.map +0 -1
  423. package/dist/src/utils/tailscale.js.map +0 -1
  424. package/dist/src/utils/temporal-auth.d.ts.map +0 -1
  425. package/dist/src/utils/temporal-auth.js.map +0 -1
  426. package/dist/src/utils/temporal-codec.d.ts.map +0 -1
  427. package/dist/src/utils/tunnel-ownership.d.ts.map +0 -1
  428. package/dist/src/utils/tunnel-ownership.js.map +0 -1
  429. package/dist/src/utils/vpn-join.d.ts.map +0 -1
  430. package/dist/src/utils/vpn-join.js.map +0 -1
  431. package/dist/src/utils/vpn.d.ts.map +0 -1
  432. package/dist/src/utils/vpn.js.map +0 -1
  433. package/dist/src/utils/workflow-fingerprint.d.ts.map +0 -1
  434. package/dist/src/utils/workflow-fingerprint.js.map +0 -1
  435. package/dist/src/utils/worktree-identity.d.ts.map +0 -1
  436. package/dist/src/utils/worktree-identity.js.map +0 -1
@@ -1,231 +1,50 @@
1
- /**
2
- * `mesh dev --externals` (alias `--mock`) — external-service realizations
3
- * for a local dev session (MESH-1885, design C4).
4
- *
5
- * Apps DECLARE how each external dependency is realized locally in the root
6
- * package.json under `mesh.externals` (legacy key `mesh.mocks` still read).
7
- * Every declaration runs in exactly one of three MODES:
8
- *
9
- * mock — the service is MIMICKED: no real instance exists locally or
10
- * remotely. Realized from an OpenAPI spec (`openapi` → Prism
11
- * mock server) or a hand-written mock process (`src`).
12
- * local — a LOCAL VERSION of the real service runs on this machine,
13
- * e.g. a vendor-shaped database replica. Realized from a docker
14
- * compose file (`compose` + published `port`).
15
- * remote — the session connects to the ACTUAL external service: either
16
- * the vendor's real endpoint with inline `credentials` (e.g. a
17
- * sandbox), or the external service as configured in the app's
18
- * tenant environment (`remote.env`, e.g. dev — credentials are
19
- * pulled from that environment's secret).
20
- *
21
- * "mesh": {
22
- * "externals": {
23
- * "plaid-db": { // ── local (default) ──
24
- * "mode": "local",
25
- * "compose": "libs/plaid-db/docker/docker-compose.yml",
26
- * "port": 1433, // REQUIRED: the published port
27
- * "probe": "tcp", // non-HTTP uptime probe
28
- * "external": "plaid-db",
29
- * "credentials": { // {{host}}/{{port}} → localhost:1433
30
- * "host": "{{host}}", "port": "{{port}}",
31
- * "name": "Plaid_Clean", "username": "sa",
32
- * "password": "{{env:PLAID_DB_PASSWORD}}"
33
- * },
34
- * "remote": { "env": "dev" } // `--externals plaid-db=remote`
35
- * }, // pulls the dev-configured secret
36
- * "plaid": { // ── remote ──
37
- * "mode": "remote",
38
- * "external": "plaid", // the vendor's REAL sandbox
39
- * "displayName": "Plaid", // the Hub shows the real name…
40
- * "type": "api", // …and the integration type
41
- * "docs": "https://plaid.com/docs/api/", // vendor reference docs
42
- * "credentials": {
43
- * "endpoint": "https://sandbox.plaid.com",
44
- * "client_id": "{{env:PLAID_CLIENT_ID}}",
45
- * "secret": "{{env:PLAID_SECRET}}"
46
- * }
47
- * },
48
- * "vendorpay": { // ── mock ──
49
- * "mode": "mock",
50
- * "openapi": "api/docs/spec/openapi.json", // spec → Prism emulation
51
- * "external": "vendorpay",
52
- * "credentials": { "baseUrl": "{{url}}", "apiKey": "mock" }
53
- * }
54
- * }
55
- * }
56
- *
57
- * `mode` picks the DEFAULT; a declaration may carry more than one
58
- * realization (e.g. compose + remote.env) and the CLI overrides per
59
- * external at run time: `mesh dev --externals plaid-db=remote,plaid`.
60
- * Declarations without `mode` infer it from their fields (compose → local,
61
- * openapi/src → mock, sandbox/credentials-only → remote), so pre-mode
62
- * declarations keep working (`sandbox: true` is a deprecated alias for
63
- * mode remote).
64
- *
65
- * All credential values support `{{env:VAR}}` interpolation from the
66
- * developer's environment, so real secrets (sandbox keys, DB passwords)
67
- * never land in package.json.
68
- *
69
- * Realization: mock externals join the SAME orchestration as services named
70
- * mock-{name} (ports, env files, tmux windows, Loki log pipeline); local
71
- * externals come up via `docker compose up -d --wait` before the app's
72
- * services and are torn down on `mesh dev --kill`; remote externals spawn
73
- * nothing. In every mode the ExternalService credential secret is seeded at
74
- * mesh/{tenant}/{env}/external/{name} so the app's resolveCredentials()
75
- * path runs UNCHANGED, the vendor is registered in the local Hub's
76
- * external-services view, and a blackbox uptime probe watches the
77
- * realization — remote endpoints included.
78
- */
79
1
  export interface LocalMockDecl {
80
- /** Default mode for this external: "mock" (emulate via openapi/src),
81
- * "local" (docker compose local version), "remote" (the actual service).
82
- * Inferred from the realization fields when omitted; overridable per run
83
- * with `mesh dev --externals name=mode`. */
84
2
  mode?: ExternalMode;
85
- /** Mock mode: directory (relative to app root) with a package.json `dev`
86
- * script — a hand-written mock process. */
87
3
  src?: string;
88
- /** Local mode: docker compose file (relative to app root) running a local
89
- * version of the external service — e.g. a vendor-shaped database
90
- * replica. `mesh dev` runs `docker compose up -d --wait` before the
91
- * app's services and `docker compose down` on `--kill`. Requires `port`. */
92
4
  compose?: string;
93
- /** Mock mode: OpenAPI spec file (relative to app root); the CLI emulates
94
- * the service with a Prism mock server (`npx @stoplight/prism-cli mock`)
95
- * as mock-{name}. */
96
5
  openapi?: string;
97
- /** @deprecated alias for `mode: "remote"` (with inline credentials). */
98
6
  sandbox?: boolean;
99
- /** Remote-mode credential source. When the external runs in remote mode,
100
- * its credentials come from (first match): `remote.credentials` (inline,
101
- * env-interpolated), the top-level `credentials` if this declaration has
102
- * no local/mock realization (a pure-remote declaration), or the external
103
- * service configured in the app's tenant environment `remote.env`
104
- * (default "dev") — secret mesh/{tenant}/{env}/external/{name}, read
105
- * with the developer's ambient AWS credentials. `remote.profile` names
106
- * the AWS profile for that pull when the shell carries no AWS identity
107
- * (no AWS_ACCESS_KEY_ID / AWS_PROFILE); the MESH_AWS_PROFILE env var
108
- * overrides it — the same convention repo pull scripts use. */
109
7
  remote?: {
110
8
  env?: string;
111
9
  credentials?: Record<string, string>;
112
10
  profile?: string;
113
11
  };
114
- /** Human-facing integration name shown in the Hub (e.g. "Plaid",
115
- * "Unit21"). @default the external name title-cased ("plaid-db" →
116
- * "Plaid Db"). */
117
12
  displayName?: string;
118
- /** Vendor reference documentation for the integration, linked from the
119
- * Hub — a URL string or `{ url, provider }`.
120
- * @example "https://plaid.com/docs/api/" */
121
13
  docs?: string | {
122
14
  url: string;
123
15
  provider?: string;
124
16
  };
125
- /** Fixed port; omitted = auto-allocated after the app's services.
126
- * REQUIRED in local (compose) mode — the compose file's published port. */
127
17
  port?: number;
128
- /** Launch command (default: ["pnpm", "dev"]; openapi mocks synthesize a
129
- * Prism command) */
130
18
  command?: string[];
131
- /** Extra env for the mock process */
132
19
  env?: Record<string, string>;
133
- /** ExternalService name this declaration realizes */
134
20
  external?: string;
135
- /** Credential JSON seeded into the external secret (the local/mock
136
- * realization's template; also the remote source for pure-remote
137
- * declarations). Tokens: "{{url}}" → the stand-in's URL, "{{host}}"/
138
- * "{{port}}" → its host/port, and "{{env:VAR}}" → the developer's
139
- * environment (all modes). */
140
21
  credentials?: Record<string, string>;
141
- /** Integration type shown in the Hub — api, database, object_storage,
142
- * sftp, banking_core, … (@default "other"). Display only; derived
143
- * reachability probes key off the credential fields themselves (a
144
- * `bucket` credential probes TCP to the bucket endpoint regardless of
145
- * the declared type). */
146
22
  type?: string;
147
- /** Health endpoint path probed by the platform's blackbox exporter
148
- * (uptime in the Hub). @default "/health" for local/mock realizations;
149
- * remote endpoints default to probing the endpoint root ("") since
150
- * vendors rarely expose /health. */
151
23
  healthPath?: string;
152
- /** Blackbox probe module. "http" (default) GETs the health URL and
153
- * expects 2xx; "tcp" only checks the port accepts connections — REQUIRED
154
- * for non-HTTP externals (databases, SFTP, …) whose uptime would
155
- * otherwise always read down. */
156
24
  probe?: "http" | "tcp";
157
25
  }
158
- /** The three ways an external service exists in a local dev session. */
159
26
  export type ExternalMode = "mock" | "local" | "remote";
160
- /**
161
- * Resolve + validate an external's mode: explicit `mode` (or the one
162
- * inferred from the realization fields), checked against the fields that
163
- * mode needs. Pre-mode declarations infer: compose → local, openapi/src →
164
- * mock, sandbox/credentials-only → remote.
165
- */
166
27
  export declare function externalMode(name: string, decl: LocalMockDecl): ExternalMode;
167
- /** A parsed `--externals` selection: the externals named, and the per-run
168
- * mode overrides typed alongside them (`plaid-db=remote`). */
169
28
  export interface ExternalsSelection {
170
29
  names: string[];
171
30
  overrides: Map<string, ExternalMode>;
172
31
  }
173
- /**
174
- * Parse a `--externals` value — a comma-separated list of `name` or
175
- * `name=mode` entries. An explicit mode overrides that declaration's
176
- * default FOR THIS RUN; a bare name keeps the declared default.
177
- *
178
- * Names are returned in the order typed, de-duplicated (the last mode
179
- * given for a name wins, so `--externals plaid,plaid=remote` is remote).
180
- */
181
32
  export declare function parseExternalsSelection(input: string): ExternalsSelection;
182
- /**
183
- * The inline credential template a remote-mode run should use, if any:
184
- * `remote.credentials` always wins; top-level `credentials` count only when
185
- * the declaration has no local/mock realization (otherwise they are that
186
- * realization's template, full of {{host}}/{{port}} tokens that only mean
187
- * something against a local endpoint).
188
- */
189
33
  export declare function remoteInlineCredentials(decl: LocalMockDecl): Record<string, string> | undefined;
190
- /** Whether this declaration runs as a mock-{name} service in the dev
191
- * orchestration (mock mode) vs outside it (local compose / remote). */
192
34
  export declare function isServiceMode(name: string, decl: LocalMockDecl): boolean;
193
- /** Endpoint tokens available to credential interpolation. */
194
35
  export interface MockEndpoint {
195
36
  url: string;
196
37
  host: string;
197
38
  port: number;
198
39
  }
199
- /**
200
- * Interpolate one credential value: {{url}}/{{host}}/{{port}} from the
201
- * stand-in's endpoint, {{env:VAR}} from the developer's environment
202
- * (missing env vars are a hard error — a half-seeded secret is worse).
203
- */
204
40
  export declare function interpolateCredentialValue(raw: string, endpoint: MockEndpoint | undefined, env?: NodeJS.ProcessEnv): string;
205
- /** The Prism mock command for an openapi-mode declaration. `$PORT` expands
206
- * in the service's launch shell (tmux and docker runners both source the
207
- * env file), so port reallocation keeps working. */
208
41
  export declare function openapiMockCommand(decl: LocalMockDecl): string[];
209
- /** Compose-mode project name — pinned so `--kill` can tear down exactly
210
- * what `up` created, regardless of the compose file's own `name:`. */
211
42
  export declare function composeProjectName(sessionName: string, mockName: string): string;
212
- /** A compose-mode external recorded in session state for teardown. */
213
43
  export interface ComposeExternalRef {
214
44
  name: string;
215
45
  composeFile: string;
216
46
  project: string;
217
47
  }
218
- /** What an existing realization of a compose external means for this run.
219
- * - `up` → nothing foreign in the way (or the realization is OURS):
220
- * normal idempotent `up`, ref recorded for `--kill`.
221
- * - `adopt-served` → ANOTHER realization of THIS compose file already serves
222
- * the declared port.
223
- * - `adopt-stopped` → a stopped container from another compose project holds
224
- * a `container_name` this file pins.
225
- * - `conflict` → the port is served by something this compose file does
226
- * not define (a native database, an unrelated container).
227
- * Never adopted: the app's credentials would be seeded
228
- * against the wrong service. */
229
48
  export type ComposeExternalPlan = {
230
49
  action: "up";
231
50
  } | {
@@ -238,119 +57,32 @@ export type ComposeExternalPlan = {
238
57
  action: "conflict";
239
58
  container?: string;
240
59
  };
241
- /** The docker/network lookups `planComposeExternal` needs, injectable so the
242
- * branch table is unit-testable without a docker daemon. */
243
60
  export interface ComposeExternalProbes {
244
- /** Is a container of OUR compose project already running for this file? */
245
61
  ownsRunning(composeFile: string, project: string): boolean;
246
- /** Does anything accept TCP on the declared port? */
247
62
  portServed(port: number): Promise<boolean>;
248
- /** A pinned `container_name` held by a DIFFERENT compose project. */
249
63
  foreignPinned(composeFile: string, project: string): string | undefined;
250
- /** Who publishes `port`, and is it a service THIS compose file defines?
251
- * Undefined when nothing in docker publishes it (a native process, or no
252
- * docker at all) — which is itself disqualifying for adoption. */
253
64
  portPublisher(composeFile: string, port: number): {
254
65
  container: string;
255
66
  definedByFile: boolean;
256
67
  } | undefined;
257
68
  }
258
- /**
259
- * Decide how to realize a compose external, given what already exists.
260
- *
261
- * OWNERSHIP FIRST: a port probe can't tell WHO serves the port, and the
262
- * ordinary flow re-runs `mesh dev` against a session whose compose externals
263
- * are deliberately left running. Adopting there would drop the ref from
264
- * session state and permanently orphan the checkout's own container, so our
265
- * own realization takes the normal `up` path (idempotent, ref re-recorded)
266
- * and only a foreign one is adopted.
267
- *
268
- * IDENTITY SECOND: a foreign publisher is only adopted when it is a service
269
- * THIS compose file defines. Well-known ports (1433/5432/22) are exactly
270
- * where a native install or an unrelated container turns up, and adopting one
271
- * silently seeds the app's credentials against the wrong database.
272
- */
273
69
  export declare function planComposeExternal(composeFile: string, project: string, port: number, probes: ComposeExternalProbes): Promise<ComposeExternalPlan>;
274
- /**
275
- * Bring a compose-mode external up (idempotent; waits for healthchecks —
276
- * vendor DBs restoring seed data can take a while, hence the timeout).
277
- *
278
- * ADOPTION: the same external is often realized by more than one checkout —
279
- * e.g. a vendor-DB compose ported from a legacy repo pins `container_name`
280
- * and a host port, so whichever checkout created it first blocks every other
281
- * `docker compose up` (name + port conflicts). An external service is by
282
- * definition outside the app, so if ANOTHER checkout already serves its
283
- * published port — or left a stopped container holding the pinned name —
284
- * this ADOPTS that realization instead of failing: skip/`docker start`, wait
285
- * for the port, and return undefined so `--kill` never tears down what
286
- * another checkout owns. Our OWN realization is never adopted (see
287
- * `planComposeExternal`) — it stays recorded so `--kill` still cleans it up,
288
- * and a publisher this compose file doesn't define is never adopted either
289
- * (it would seed the app's credentials against the wrong service).
290
- */
291
70
  export declare function composeExternalUp(appRoot: string, sessionName: string, name: string, decl: LocalMockDecl, probes?: ComposeExternalProbes): Promise<ComposeExternalRef | undefined>;
292
- /** Tear down compose-mode externals recorded in session state. Volumes are
293
- * kept (vendor DB data survives sessions, like the cloud external it
294
- * stands in for); best-effort per project. */
295
71
  export declare function composeExternalsDown(refs: ComposeExternalRef[] | undefined): void;
296
- /** Read the app's declared externals (root package.json → mesh.externals;
297
- * legacy key mesh.mocks still read, externals wins on name collision). */
298
72
  export declare function readLocalMocks(appRoot: string): Record<string, LocalMockDecl>;
299
73
  export declare function externalSecretPath(tenant: string, external: string): string;
300
- /**
301
- * Pull an external service's credentials as configured in the app's tenant
302
- * environment (the CLOUD platform, not the local fabric) — secret
303
- * mesh/{tenant}/{env}/external/{name}, read with the developer's ambient
304
- * AWS credentials (AWS_PROFILE / SSO session for that tenant's account).
305
- * When the shell carries no AWS identity at all, `profile` (from the
306
- * declaration; MESH_AWS_PROFILE overrides) names the profile to use — the
307
- * same convention repo pull scripts follow.
308
- */
309
74
  export declare function fetchRemoteExternalCredentials(tenant: string, env: string, external: string, profile?: string): Promise<Record<string, string>>;
310
- /** The blackbox probe target for a realization, by mode: local/mock
311
- * stand-ins are probed on the host (the prober runs inside the stack →
312
- * host.docker.internal); remote externals are probed at their REAL
313
- * endpoint, so the Hub shows actual vendor reachability. Every integration
314
- * gets AT LEAST a reachability check when its credentials expose a target:
315
- * an HTTP endpoint, a host(:port), or an S3 bucket (probed via TCP to the
316
- * bucket endpoint — no SDK/credentials needed, the same technique CSP's
317
- * network lib used). Undefined = nothing probeable in the credentials.
318
- *
319
- * Target and module come from ONE decision here so they can't drift: a
320
- * misrouted probe just reports probe_success 0, indistinguishable from a
321
- * genuinely down service. `tcp` yields host:port with no scheme/path and
322
- * routes the scrape to blackbox's tcp_connect (the scrape config's default
323
- * stays http_2xx); `http` GETs the target and expects 2xx. */
324
75
  export declare function resolveProbeTarget(mode: ExternalMode, decl: LocalMockDecl, endpoint: MockEndpoint | undefined, creds: Record<string, string>): {
325
76
  target: string;
326
77
  module?: "tcp_connect";
327
78
  } | undefined;
328
- /** Hub display name: explicit `displayName`, else the external name
329
- * title-cased on word boundaries ("plaid-db" → "Plaid Db"). */
330
79
  export declare function externalDisplayName(name: string, decl: LocalMockDecl): string;
331
- /** Normalize the decl's `docs` (string URL or {url, provider}) for the meta. */
332
80
  export declare function externalDocs(decl: LocalMockDecl): {
333
81
  url: string;
334
82
  provider?: string;
335
83
  } | undefined;
336
- /** Prometheus file_sd target file for one external's uptime probe. One
337
- * file per (tenant, app, external) so a session's probes can be removed on
338
- * `--kill` without touching another app's. */
339
84
  export declare function localProbeFile(tenant: string, app: string, external: string): string;
340
- /** Drop probe target files (best effort). Called on `mesh dev --kill` so
341
- * Prometheus stops scraping stand-ins that no longer exist — otherwise the
342
- * Hub shows an integration down for a session that isn't running. */
343
85
  export declare function localProbesRemove(files: string[] | undefined): void;
344
- /**
345
- * Wire a realization into the platform: seed the external-service
346
- * credential secret and register the vendor in the local Hub's
347
- * external-services view — the same shapes ExternalService exports in the
348
- * cloud. `endpoint` is the local stand-in's address (absent in remote
349
- * mode — the credentials carry the real endpoint).
350
- *
351
- * Returns the probe target file this realization registered, if any, so the
352
- * caller can record it in session state and remove it on `--kill`.
353
- */
354
86
  export declare function seedLocalMock(args: {
355
87
  tenant: string;
356
88
  app: string;
@@ -358,4 +90,3 @@ export declare function seedLocalMock(args: {
358
90
  decl: LocalMockDecl;
359
91
  endpoint?: MockEndpoint;
360
92
  }): Promise<string | undefined>;
361
- //# sourceMappingURL=mocks.d.ts.map