replicas-cli 0.2.155 → 0.2.156
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.
|
@@ -8376,7 +8376,7 @@ var PLANS = {
|
|
|
8376
8376
|
"Unlimited automations",
|
|
8377
8377
|
"Higher API rate limits",
|
|
8378
8378
|
"Warm pools and warm hooks",
|
|
8379
|
-
"Auto-upgraded sandbox resources (32 GB disk, 16 GB memory)",
|
|
8379
|
+
"Auto-upgraded sandbox resources (4 vCPU, 32 GB disk, 16 GB memory)",
|
|
8380
8380
|
"Shared Slack support channel"
|
|
8381
8381
|
]
|
|
8382
8382
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
setIdeCommand,
|
|
21
21
|
setOrganizationId,
|
|
22
22
|
writeConfig
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-23MJIXNH.mjs";
|
|
24
24
|
import "./chunk-FFDYI4OH.mjs";
|
|
25
25
|
|
|
26
26
|
// src/index.ts
|
|
@@ -2554,7 +2554,7 @@ async function interactiveCommand() {
|
|
|
2554
2554
|
);
|
|
2555
2555
|
}
|
|
2556
2556
|
console.log(chalk19.gray("Starting interactive mode..."));
|
|
2557
|
-
const { launchInteractive } = await import("./interactive-
|
|
2557
|
+
const { launchInteractive } = await import("./interactive-VQ36FVXP.mjs");
|
|
2558
2558
|
await launchInteractive();
|
|
2559
2559
|
}
|
|
2560
2560
|
|
|
@@ -2928,7 +2928,7 @@ Deleted file ${pathOrId}.
|
|
|
2928
2928
|
}
|
|
2929
2929
|
|
|
2930
2930
|
// src/index.ts
|
|
2931
|
-
var CLI_VERSION = "0.2.
|
|
2931
|
+
var CLI_VERSION = "0.2.156";
|
|
2932
2932
|
var program = new Command();
|
|
2933
2933
|
program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
|
|
2934
2934
|
program.command("login").description("Authenticate with your Replicas account").action(async () => {
|