sandbox 2.5.2 → 2.5.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.
@@ -601,12 +601,12 @@ var require_effects = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/c
601
601
  *
602
602
  * @packageDocumentation
603
603
  */
604
- var __importDefault$10 = exports && exports.__importDefault || function(mod) {
604
+ var __importDefault$9 = exports && exports.__importDefault || function(mod) {
605
605
  return mod && mod.__esModule ? mod : { "default": mod };
606
606
  };
607
607
  Object.defineProperty(exports, "__esModule", { value: true });
608
608
  exports.Exit = void 0;
609
- const chalk_1$7 = __importDefault$10((init_source(), __toCommonJS$3(source_exports)));
609
+ const chalk_1$7 = __importDefault$9((init_source(), __toCommonJS$3(source_exports)));
610
610
  /**
611
611
  * An effect to exit the program with a message
612
612
  *
@@ -842,14 +842,14 @@ var require_flag = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-
842
842
  return result;
843
843
  };
844
844
  })();
845
- var __importDefault$9 = exports && exports.__importDefault || function(mod) {
845
+ var __importDefault$8 = exports && exports.__importDefault || function(mod) {
846
846
  return mod && mod.__esModule ? mod : { "default": mod };
847
847
  };
848
848
  Object.defineProperty(exports, "__esModule", { value: true });
849
849
  exports.boolean = void 0;
850
850
  exports.fullFlag = fullFlag;
851
851
  exports.flag = flag;
852
- const chalk_1$6 = __importDefault$9((init_source(), __toCommonJS$3(source_exports)));
852
+ const chalk_1$6 = __importDefault$8((init_source(), __toCommonJS$3(source_exports)));
853
853
  const Result$10 = __importStar$10(require_Result());
854
854
  const findOption_1$3 = require_findOption();
855
855
  const type_1$2 = require_type();
@@ -1097,7 +1097,7 @@ var require_circuitbreaker = /* @__PURE__ */ __commonJS$1({ "../../node_modules/
1097
1097
  //#endregion
1098
1098
  //#region ../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/utils.js
1099
1099
  var require_utils = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/utils.js": ((exports) => {
1100
- var __importDefault$8 = exports && exports.__importDefault || function(mod) {
1100
+ var __importDefault$7 = exports && exports.__importDefault || function(mod) {
1101
1101
  return mod && mod.__esModule ? mod : { "default": mod };
1102
1102
  };
1103
1103
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1107,7 +1107,7 @@ var require_utils = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd
1107
1107
  exports.enumerate = enumerate;
1108
1108
  exports.flatMap = flatMap$1;
1109
1109
  exports.flatten = flatten;
1110
- const strip_ansi_1$1 = __importDefault$8((init_strip_ansi(), __toCommonJS$3(strip_ansi_exports)));
1110
+ const strip_ansi_1$1 = __importDefault$7((init_strip_ansi(), __toCommonJS$3(strip_ansi_exports)));
1111
1111
  /**
1112
1112
  * @ignore
1113
1113
  */
@@ -1174,7 +1174,7 @@ var require_utils = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd
1174
1174
  //#endregion
1175
1175
  //#region ../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/helpFormatter.js
1176
1176
  var require_helpFormatter = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/helpFormatter.js": ((exports) => {
1177
- var __importDefault$7 = exports && exports.__importDefault || function(mod) {
1177
+ var __importDefault$6 = exports && exports.__importDefault || function(mod) {
1178
1178
  return mod && mod.__esModule ? mod : { "default": mod };
1179
1179
  };
1180
1180
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1182,7 +1182,7 @@ var require_helpFormatter = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.
1182
1182
  exports.setDefaultHelpFormatter = setDefaultHelpFormatter;
1183
1183
  exports.resetHelpFormatter = resetHelpFormatter;
1184
1184
  exports.getHelpFormatter = getHelpFormatter;
1185
- const chalk_1$5 = __importDefault$7((init_source(), __toCommonJS$3(source_exports)));
1185
+ const chalk_1$5 = __importDefault$6((init_source(), __toCommonJS$3(source_exports)));
1186
1186
  const utils_1$3 = require_utils();
1187
1187
  let currentFormatter = null;
1188
1188
  /**
@@ -1338,12 +1338,12 @@ var require_positional = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnp
1338
1338
  return result;
1339
1339
  };
1340
1340
  })();
1341
- var __importDefault$6 = exports && exports.__importDefault || function(mod) {
1341
+ var __importDefault$5 = exports && exports.__importDefault || function(mod) {
1342
1342
  return mod && mod.__esModule ? mod : { "default": mod };
1343
1343
  };
1344
1344
  Object.defineProperty(exports, "__esModule", { value: true });
1345
1345
  exports.positional = positional;
1346
- const chalk_1$4 = __importDefault$6((init_source(), __toCommonJS$3(source_exports)));
1346
+ const chalk_1$4 = __importDefault$5((init_source(), __toCommonJS$3(source_exports)));
1347
1347
  const Result$8 = __importStar$8(require_Result());
1348
1348
  const types_1$2 = require_types();
1349
1349
  function fullPositional(config$1) {
@@ -1442,13 +1442,13 @@ var require_subcommands = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pn
1442
1442
  return result;
1443
1443
  };
1444
1444
  })();
1445
- var __importDefault$5 = exports && exports.__importDefault || function(mod) {
1445
+ var __importDefault$4 = exports && exports.__importDefault || function(mod) {
1446
1446
  return mod && mod.__esModule ? mod : { "default": mod };
1447
1447
  };
1448
1448
  Object.defineProperty(exports, "__esModule", { value: true });
1449
1449
  exports.subcommands = subcommands$2;
1450
- const chalk_1$3 = __importDefault$5((init_source(), __toCommonJS$3(source_exports)));
1451
- const didyoumean_1 = __importDefault$5(require_didYouMean_1_2_1());
1450
+ const chalk_1$3 = __importDefault$4((init_source(), __toCommonJS$3(source_exports)));
1451
+ const didyoumean_1 = __importDefault$4(require_didYouMean_1_2_1());
1452
1452
  const Result$7 = __importStar$7(require_Result());
1453
1453
  const circuitbreaker_1$1 = require_circuitbreaker();
1454
1454
  const helpFormatter_1$2 = require_helpFormatter();
@@ -1776,12 +1776,12 @@ var require_option = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cm
1776
1776
  return result;
1777
1777
  };
1778
1778
  })();
1779
- var __importDefault$4 = exports && exports.__importDefault || function(mod) {
1779
+ var __importDefault$3 = exports && exports.__importDefault || function(mod) {
1780
1780
  return mod && mod.__esModule ? mod : { "default": mod };
1781
1781
  };
1782
1782
  Object.defineProperty(exports, "__esModule", { value: true });
1783
1783
  exports.option = option;
1784
- const chalk_1$2 = __importDefault$4((init_source(), __toCommonJS$3(source_exports)));
1784
+ const chalk_1$2 = __importDefault$3((init_source(), __toCommonJS$3(source_exports)));
1785
1785
  const Result$5 = __importStar$5(require_Result());
1786
1786
  const findOption_1$2 = require_findOption();
1787
1787
  const types_1$1 = require_types();
@@ -1892,13 +1892,13 @@ var require_option = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cm
1892
1892
  //#endregion
1893
1893
  //#region ../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/errorBox.js
1894
1894
  var require_errorBox = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/errorBox.js": ((exports) => {
1895
- var __importDefault$3 = exports && exports.__importDefault || function(mod) {
1895
+ var __importDefault$2 = exports && exports.__importDefault || function(mod) {
1896
1896
  return mod && mod.__esModule ? mod : { "default": mod };
1897
1897
  };
1898
1898
  Object.defineProperty(exports, "__esModule", { value: true });
1899
1899
  exports.errorBox = errorBox;
1900
- const chalk_1$1 = __importDefault$3((init_source(), __toCommonJS$3(source_exports)));
1901
- const strip_ansi_1 = __importDefault$3((init_strip_ansi(), __toCommonJS$3(strip_ansi_exports)));
1900
+ const chalk_1$1 = __importDefault$2((init_source(), __toCommonJS$3(source_exports)));
1901
+ const strip_ansi_1 = __importDefault$2((init_strip_ansi(), __toCommonJS$3(strip_ansi_exports)));
1902
1902
  const utils_1$1 = require_utils();
1903
1903
  /**
1904
1904
  * Get the input as highlighted keywords to show to the user
@@ -1992,12 +1992,12 @@ var require_errorBox = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/
1992
1992
  //#endregion
1993
1993
  //#region ../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/newparser/parser.js
1994
1994
  var require_parser$1 = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/newparser/parser.js": ((exports) => {
1995
- var __importDefault$2 = exports && exports.__importDefault || function(mod) {
1995
+ var __importDefault$1 = exports && exports.__importDefault || function(mod) {
1996
1996
  return mod && mod.__esModule ? mod : { "default": mod };
1997
1997
  };
1998
1998
  Object.defineProperty(exports, "__esModule", { value: true });
1999
1999
  exports.parse = parse$5;
2000
- const debug$6 = (0, __importDefault$2(__require$1("debug")).default)("cmd-ts:parser");
2000
+ const debug$6 = (0, __importDefault$1(__require$1("debug")).default)("cmd-ts:parser");
2001
2001
  /**
2002
2002
  * Create an AST from a token list
2003
2003
  *
@@ -2540,12 +2540,12 @@ var require_multioption = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pn
2540
2540
  return result;
2541
2541
  };
2542
2542
  })();
2543
- var __importDefault$1 = exports && exports.__importDefault || function(mod) {
2543
+ var __importDefault = exports && exports.__importDefault || function(mod) {
2544
2544
  return mod && mod.__esModule ? mod : { "default": mod };
2545
2545
  };
2546
2546
  Object.defineProperty(exports, "__esModule", { value: true });
2547
2547
  exports.multioption = multioption;
2548
- const chalk_1 = __importDefault$1((init_source(), __toCommonJS$3(source_exports)));
2548
+ const chalk_1 = __importDefault((init_source(), __toCommonJS$3(source_exports)));
2549
2549
  const Result$2 = __importStar$2(require_Result());
2550
2550
  const findOption_1 = require_findOption();
2551
2551
  /**
@@ -2997,11 +2997,11 @@ var require_cjs = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-t
2997
2997
 
2998
2998
  //#endregion
2999
2999
  //#region src/args/runtime.ts
3000
- var import_cjs$22 = /* @__PURE__ */ __toESM(require_cjs());
3001
- const runtime = import_cjs$22.option({
3000
+ var import_cjs$23 = /* @__PURE__ */ __toESM(require_cjs());
3001
+ const runtime = import_cjs$23.option({
3002
3002
  long: "runtime",
3003
3003
  type: {
3004
- ...import_cjs$22.oneOf([
3004
+ ...import_cjs$23.oneOf([
3005
3005
  "node22",
3006
3006
  "node24",
3007
3007
  "python3.13"
@@ -3133,9 +3133,9 @@ var require_ms = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/ms@2.1
3133
3133
 
3134
3134
  //#endregion
3135
3135
  //#region src/types/duration.ts
3136
- var import_cjs$21 = require_cjs();
3136
+ var import_cjs$22 = require_cjs();
3137
3137
  init_source();
3138
- const Duration = (0, import_cjs$21.extendType)(import_cjs$21.string, {
3138
+ const Duration = (0, import_cjs$22.extendType)(import_cjs$22.string, {
3139
3139
  displayName: "num UNIT",
3140
3140
  description: "A duration, e.g. 5m, 10s, 1h",
3141
3141
  async from(string$1) {
@@ -3151,8 +3151,8 @@ const Duration = (0, import_cjs$21.extendType)(import_cjs$21.string, {
3151
3151
 
3152
3152
  //#endregion
3153
3153
  //#region src/args/timeout.ts
3154
- var import_cjs$20 = /* @__PURE__ */ __toESM(require_cjs());
3155
- const timeout = import_cjs$20.option({
3154
+ var import_cjs$21 = /* @__PURE__ */ __toESM(require_cjs());
3155
+ const timeout = import_cjs$21.option({
3156
3156
  long: "timeout",
3157
3157
  type: Duration,
3158
3158
  description: "The maximum duration a sandbox can run for. Example: 5m, 1h",
@@ -3160,6 +3160,21 @@ const timeout = import_cjs$20.option({
3160
3160
  defaultValueIsSerializable: true
3161
3161
  });
3162
3162
 
3163
+ //#endregion
3164
+ //#region src/args/vcpus.ts
3165
+ var import_cjs$20 = /* @__PURE__ */ __toESM(require_cjs());
3166
+ const vcpus = import_cjs$20.option({
3167
+ long: "vcpus",
3168
+ type: import_cjs$20.optional(import_cjs$20.extendType(import_cjs$20.number, {
3169
+ displayName: "COUNT",
3170
+ async from(n) {
3171
+ if (!Number.isInteger(n) || n < 1) throw new Error(`Invalid vCPU count: ${n}. Must be a positive integer.`);
3172
+ return n;
3173
+ }
3174
+ })),
3175
+ description: "Number of vCPUs to allocate (each vCPU includes 2048 MB of memory)"
3176
+ });
3177
+
3163
3178
  //#endregion
3164
3179
  //#region ../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.js
3165
3180
  const formatDistanceLocale = {
@@ -7410,7 +7425,7 @@ const scope = {
7410
7425
 
7411
7426
  //#endregion
7412
7427
  //#region package.json
7413
- var version = "2.5.2";
7428
+ var version = "2.5.3";
7414
7429
 
7415
7430
  //#endregion
7416
7431
  //#region src/error.ts
@@ -11713,6 +11728,7 @@ init_source();
11713
11728
  const args$2 = {
11714
11729
  runtime,
11715
11730
  timeout,
11731
+ vcpus,
11716
11732
  ports: import_cjs$11.multioption({
11717
11733
  long: "publish-port",
11718
11734
  short: "p",
@@ -11754,13 +11770,14 @@ const create = import_cjs$11.command({
11754
11770
  description: "Create and connect to a sandbox without a network access",
11755
11771
  command: `sandbox run --network-policy=none --connect`
11756
11772
  }],
11757
- async handler({ ports, scope: scope$1, runtime: runtime$1, timeout: timeout$1, silent, snapshot: snapshot$1, connect: connect$2, networkPolicy: networkPolicyMode$1, allowedDomains: allowedDomains$1, allowedCIDRs: allowedCIDRs$1, deniedCIDRs: deniedCIDRs$1 }) {
11773
+ async handler({ ports, scope: scope$1, runtime: runtime$1, timeout: timeout$1, vcpus: vcpus$1, silent, snapshot: snapshot$1, connect: connect$2, networkPolicy: networkPolicyMode$1, allowedDomains: allowedDomains$1, allowedCIDRs: allowedCIDRs$1, deniedCIDRs: deniedCIDRs$1 }) {
11758
11774
  const networkPolicy$1 = buildNetworkPolicy({
11759
11775
  networkPolicy: networkPolicyMode$1,
11760
11776
  allowedDomains: allowedDomains$1,
11761
11777
  allowedCIDRs: allowedCIDRs$1,
11762
11778
  deniedCIDRs: deniedCIDRs$1
11763
11779
  });
11780
+ const resources = vcpus$1 ? { vcpus: vcpus$1 } : void 0;
11764
11781
  const spinner = silent ? void 0 : ora("Creating sandbox...").start();
11765
11782
  const sandbox = snapshot$1 ? await sandboxClient.create({
11766
11783
  source: {
@@ -11772,6 +11789,7 @@ const create = import_cjs$11.command({
11772
11789
  token: scope$1.token,
11773
11790
  ports,
11774
11791
  timeout: (0, import_ms$1.default)(timeout$1),
11792
+ resources,
11775
11793
  networkPolicy: networkPolicy$1,
11776
11794
  __interactive: true
11777
11795
  }) : await sandboxClient.create({
@@ -11781,6 +11799,7 @@ const create = import_cjs$11.command({
11781
11799
  ports,
11782
11800
  runtime: runtime$1,
11783
11801
  timeout: (0, import_ms$1.default)(timeout$1),
11802
+ resources,
11784
11803
  networkPolicy: networkPolicy$1,
11785
11804
  __interactive: true
11786
11805
  });
@@ -14271,61 +14290,11 @@ const stop = import_cjs$7.command({
14271
14290
  }
14272
14291
  });
14273
14292
 
14274
- //#endregion
14275
- //#region ../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/batteries/fs.js
14276
- var require_fs = /* @__PURE__ */ __commonJS$1({ "../../node_modules/.pnpm/cmd-ts@0.15.0/node_modules/cmd-ts/dist/cjs/batteries/fs.js": ((exports) => {
14277
- var __importDefault = exports && exports.__importDefault || function(mod) {
14278
- return mod && mod.__esModule ? mod : { "default": mod };
14279
- };
14280
- Object.defineProperty(exports, "__esModule", { value: true });
14281
- exports.File = exports.Directory = exports.ExistingPath = void 0;
14282
- const node_fs_1 = __importDefault(__require$1("node:fs"));
14283
- const node_path_1 = __importDefault(__require$1("node:path"));
14284
- const __1 = require_cjs();
14285
- /**
14286
- * Resolves an existing path. Produces an error when path does not exist.
14287
- * When provided a relative path, extends it using the current working directory.
14288
- */
14289
- exports.ExistingPath = (0, __1.extendType)(__1.string, {
14290
- displayName: "path",
14291
- description: "An existing path",
14292
- async from(str) {
14293
- const resolved = node_path_1.default.resolve(str);
14294
- if (!node_fs_1.default.existsSync(resolved)) throw new Error("Path doesn't exist");
14295
- return resolved;
14296
- }
14297
- });
14298
- /**
14299
- * Resolves to a directory if given one, and to a file's directory if file was given.
14300
- * Fails when the directory or the given file does not exist.
14301
- */
14302
- exports.Directory = (0, __1.extendType)(exports.ExistingPath, {
14303
- async from(resolved) {
14304
- if (node_fs_1.default.statSync(resolved).isDirectory()) return resolved;
14305
- return node_path_1.default.dirname(resolved);
14306
- },
14307
- displayName: "dir",
14308
- description: "A path to a directory or a file within a directory"
14309
- });
14310
- /**
14311
- * Resolves to a path to an existing file
14312
- */
14313
- exports.File = (0, __1.extendType)(exports.ExistingPath, {
14314
- async from(resolved) {
14315
- if (node_fs_1.default.statSync(resolved).isFile()) return resolved;
14316
- throw new Error("Provided path is not a file");
14317
- },
14318
- displayName: "file",
14319
- description: "A file in the file system"
14320
- });
14321
- }) });
14322
-
14323
14293
  //#endregion
14324
14294
  //#region src/commands/cp.ts
14325
14295
  var import_cjs$6 = /* @__PURE__ */ __toESM(require_cjs());
14326
- var import_fs = /* @__PURE__ */ __toESM(require_fs());
14327
14296
  init_source();
14328
- const localOrRemote = import_cjs$6.extendType(import_cjs$6.string, { async from(input) {
14297
+ const parseLocalOrRemotePath = async (input) => {
14329
14298
  const parts = input.split(":");
14330
14299
  if (parts.length === 2) {
14331
14300
  const [id, path$1] = parts;
@@ -14336,15 +14305,16 @@ const localOrRemote = import_cjs$6.extendType(import_cjs$6.string, { async from(
14336
14305
  ].join("\n"));
14337
14306
  return {
14338
14307
  type: "remote",
14339
- id: await sandboxId.from(id),
14308
+ sandboxId: await sandboxId.from(id),
14340
14309
  path: path$1
14341
14310
  };
14342
14311
  }
14343
14312
  return {
14344
14313
  type: "local",
14345
- file: await import_fs.File.from(input)
14314
+ path: input
14346
14315
  };
14347
- } });
14316
+ };
14317
+ const localOrRemote = import_cjs$6.extendType(import_cjs$6.string, { from: parseLocalOrRemotePath });
14348
14318
  const cp = import_cjs$6.command({
14349
14319
  name: "copy",
14350
14320
  description: "Copy files between your local filesystem and a remote sandbox",
@@ -14363,28 +14333,32 @@ const cp = import_cjs$6.command({
14363
14333
  scope
14364
14334
  },
14365
14335
  async handler({ scope: scope$1, source, dest }) {
14366
- const spinner = ora({ text: "reading file..." }).start();
14367
- const sourceFile = source.type === "local" ? await fs.readFile(source.file) : await (async (src) => {
14336
+ const spinner = ora({ text: `Reading source file (${source.path})...` }).start();
14337
+ let sourceFile = null;
14338
+ if (source.type === "local") sourceFile = await fs.readFile(source.path).catch((err$1) => {
14339
+ if (err$1.code === "ENOENT") return null;
14340
+ throw err$1;
14341
+ });
14342
+ else {
14368
14343
  const file = await (await sandboxClient.get({
14369
- sandboxId: src.id,
14344
+ sandboxId: source.sandboxId,
14370
14345
  teamId: scope$1.team,
14371
14346
  token: scope$1.token,
14372
14347
  projectId: scope$1.project
14373
- })).readFile({ path: src.path });
14374
- if (!file) return null;
14375
- return consume.buffer(file);
14376
- })(source);
14348
+ })).readFile({ path: source.path });
14349
+ if (file) sourceFile = await consume.buffer(file);
14350
+ }
14377
14351
  if (!sourceFile) {
14378
14352
  if (source.type === "remote") {
14379
14353
  const dir = path.dirname(source.path);
14380
- spinner.fail([`File not found: ${source.path} in sandbox ${source.id}.`, `${source_default.bold("hint:")} Verify the file path exists using \`sandbox exec ${source.id} ls ${dir}\`.`].join("\n"));
14381
- } else spinner.fail("file not found");
14354
+ spinner.fail([`File not found: ${source.path} in sandbox ${source.sandboxId}.`, `${source_default.bold("hint:")} Verify the file path exists using \`sandbox exec ${source.sandboxId} ls ${dir}\`.`].join("\n"));
14355
+ } else spinner.fail(`Source file (${source.path}) not found.`);
14382
14356
  return;
14383
14357
  }
14384
- spinner.text = "writing file...";
14385
- if (dest.type === "local") await fs.writeFile(dest.file, sourceFile);
14358
+ spinner.text = `Writing to destination file (${dest.path})...`;
14359
+ if (dest.type === "local") await fs.writeFile(dest.path, sourceFile);
14386
14360
  else await (await sandboxClient.get({
14387
- sandboxId: dest.id,
14361
+ sandboxId: dest.sandboxId,
14388
14362
  teamId: scope$1.team,
14389
14363
  projectId: scope$1.project,
14390
14364
  token: scope$1.token
@@ -14392,7 +14366,7 @@ const cp = import_cjs$6.command({
14392
14366
  path: dest.path,
14393
14367
  content: sourceFile
14394
14368
  }]);
14395
- spinner.succeed("copied successfully!");
14369
+ spinner.succeed(`Copied ${source.path} to ${dest.path} successfully!`);
14396
14370
  }
14397
14371
  });
14398
14372
 
@@ -14710,4 +14684,4 @@ const app = (opts) => (0, import_cjs.subcommands)({
14710
14684
 
14711
14685
  //#endregion
14712
14686
  export { source_exports as a, init_source as i, StyledError as n, require_cjs as r, app as t };
14713
- //# sourceMappingURL=app-CumnEny-.mjs.map
14687
+ //# sourceMappingURL=app-DrLUVBxw.mjs.map