@boxes-dev/dvb-runtime 1.0.797 → 1.0.798

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/bin/dvb.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  "use strict";
3
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ff131cdb-f29e-5526-95af-bc2c79c27d39")}catch(e){}}();
3
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="e63802b7-6e3b-52d4-b2e0-2f5377cc0f9e")}catch(e){}}();
4
4
 
5
5
  var __create = Object.create;
6
6
  var __defProp = Object.defineProperty;
@@ -75471,8 +75471,8 @@ var init_otel = __esm({
75471
75471
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
75472
75472
  };
75473
75473
  readBuildMetadata = () => {
75474
- const rawPackageVersion = "1.0.797";
75475
- const rawGitSha = "f6f15a86791ca69420fc0cf93e747123ff0d3c82";
75474
+ const rawPackageVersion = "1.0.798";
75475
+ const rawGitSha = "84a684764396fc45425b4399c71e6b0dc3fd31bd";
75476
75476
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
75477
75477
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
75478
75478
  return { packageVersion, gitSha };
@@ -107836,9 +107836,9 @@ var init_sentry = __esm({
107836
107836
  uncaughtExceptionMonitorInstalled = false;
107837
107837
  currentDevboxSentryUser = null;
107838
107838
  readBuildMetadata2 = () => {
107839
- const rawPackageVersion = "1.0.797";
107840
- const rawGitSha = "f6f15a86791ca69420fc0cf93e747123ff0d3c82";
107841
- const rawSentryRelease = "boxes-dev-dvb@1.0.797+f6f15a86791ca69420fc0cf93e747123ff0d3c82";
107839
+ const rawPackageVersion = "1.0.798";
107840
+ const rawGitSha = "84a684764396fc45425b4399c71e6b0dc3fd31bd";
107841
+ const rawSentryRelease = "boxes-dev-dvb@1.0.798+84a684764396fc45425b4399c71e6b0dc3fd31bd";
107842
107842
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
107843
107843
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
107844
107844
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -115056,7 +115056,7 @@ var init_packageVersion = __esm({
115056
115056
  return import_node_path20.default.join(process.cwd(), "dvb");
115057
115057
  };
115058
115058
  readEmbeddedPackageVersion = () => {
115059
- const raw = "1.0.797";
115059
+ const raw = "1.0.798";
115060
115060
  return trimVersion(raw);
115061
115061
  };
115062
115062
  readNearestPackageMetadata = (basePath) => {
@@ -137818,6 +137818,7 @@ var init_catalog = __esm({
137818
137818
  {
137819
137819
  name: "init",
137820
137820
  category: "Devboxes",
137821
+ visibility: "hidden",
137821
137822
  summary: "Create a devbox and upload repo",
137822
137823
  usage: [
137823
137824
  "dvb init [--alias <alias>] [--compute <provider>] [--setup-script <path>] [--setup-verify <command>] [--force] [--yes] [--resume] [--status] [--json]"
@@ -143598,7 +143599,7 @@ var init_boxSelect = __esm({
143598
143599
  init_daemonClient();
143599
143600
  init_colors();
143600
143601
  init_listFormatting();
143601
- NO_BOXES_MESSAGE = "No devboxes yet. From a project folder, run `dvb init` to create one.";
143602
+ NO_BOXES_MESSAGE = "No devboxes yet. Set up your project in the boxes.dev desktop app to create one.";
143602
143603
  formatBoxLabel = (box) => {
143603
143604
  return colors.boldWhite(box.alias ?? "(missing alias)");
143604
143605
  };
@@ -177218,7 +177219,7 @@ var init_ide = __esm({
177218
177219
  const aliases = boxes.map((entry) => normalizeBoxKey2(entry.alias)).filter((value) => value !== null);
177219
177220
  if (aliases.length === 0) {
177220
177221
  throw new Error(
177221
- "No devboxes yet. From a project folder, run `dvb init` to create one."
177222
+ "No devboxes yet. Set up your project in the boxes.dev desktop app to create one."
177222
177223
  );
177223
177224
  }
177224
177225
  return aliases;
@@ -196870,9 +196871,7 @@ var init_setup = __esm({
196870
196871
  };
196871
196872
  firstSetupCompleteMessage = {
196872
196873
  heading: "boxes.dev setup complete!",
196873
- nextStep: "Next step: from your project's git repo, run `dvb init`.",
196874
- exampleLabel: "Example:",
196875
- exampleCommands: [" cd /path/to/repo", " dvb init"]
196874
+ nextStep: "Next step: set up your project in the boxes.dev desktop app."
196876
196875
  };
196877
196876
  desktopAppInstallPrompt = {
196878
196877
  message: `Download and install ${DESKTOP_APP_BUNDLE_NAME} to /Applications now?`,
@@ -197103,16 +197102,11 @@ var init_setup = __esm({
197103
197102
  "setup complete!",
197104
197103
  ["bold", "green"]
197105
197104
  )}` : firstSetupCompleteMessage.heading;
197106
- const nextStep = isTty ? `Next step: from your project's git repo, run ${colors.style("`dvb init`", ["bold", "cyan"])}.` : firstSetupCompleteMessage.nextStep;
197105
+ const nextStep = isTty ? `Next step: set up your project in the ${colors.style("boxes.dev desktop app", ["bold", "cyan"])}.` : firstSetupCompleteMessage.nextStep;
197107
197106
  console.log("");
197108
197107
  console.log(heading);
197109
197108
  console.log("");
197110
197109
  console.log(nextStep);
197111
- console.log("");
197112
- console.log(firstSetupCompleteMessage.exampleLabel);
197113
- for (const line of firstSetupCompleteMessage.exampleCommands) {
197114
- console.log(line);
197115
- }
197116
197110
  };
197117
197111
  runSetupWithParsedArgs = async (parsed, options = {}) => {
197118
197112
  const canPromptInteractively = process.stdin.isTTY && process.stdout.isTTY && !parsed.json;
@@ -205561,7 +205555,7 @@ var init_list = __esm({
205561
205555
  }
205562
205556
  if (!boxesWithRemote.length) {
205563
205557
  console.log(
205564
- "No devboxes yet. From a project folder, run `dvb init` to create one."
205558
+ "No devboxes yet. Set up your project in the boxes.dev desktop app to create one."
205565
205559
  );
205566
205560
  return;
205567
205561
  }
@@ -209383,10 +209377,8 @@ var init_cli = __esm({
209383
209377
  return initializedAnyRepo ? "show_usage" : "init_hint";
209384
209378
  };
209385
209379
  printOnboardingHint = (_mode) => {
209386
- const command = "`dvb init`";
209387
- const suffix = " at the root of your repo to set up your first devbox.";
209388
209380
  console.log(
209389
- `${colors.bold("Welcome to ")}${colors.style("boxes.dev!", ["bold", "green"])}${colors.bold(" Run ")}${colors.style(command, ["bold", "cyan"])}${colors.bold(suffix)}`
209381
+ `${colors.bold("Welcome to ")}${colors.style("boxes.dev!", ["bold", "green"])}${colors.bold(" Set up your first project in the ")}${colors.style("boxes.dev desktop app", ["bold", "cyan"])}${colors.bold(".")}`
209390
209382
  );
209391
209383
  console.log("");
209392
209384
  console.log("Use `dvb --help` to see all commands.");
@@ -209724,4 +209716,4 @@ platform/platform.js:
209724
209716
  */
209725
209717
  //# sourceMappingURL=dvb.cjs.map
209726
209718
 
209727
- //# debugId=ff131cdb-f29e-5526-95af-bc2c79c27d39
209719
+ //# debugId=e63802b7-6e3b-52d4-b2e0-2f5377cc0f9e