replicas-cli 0.2.118 → 0.2.120
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.
|
@@ -8290,10 +8290,10 @@ var PLANS = {
|
|
|
8290
8290
|
name: "Hobby",
|
|
8291
8291
|
monthlyPrice: 0,
|
|
8292
8292
|
seatPriceCents: 0,
|
|
8293
|
-
creditsIncluded:
|
|
8293
|
+
creditsIncluded: 1200,
|
|
8294
8294
|
features: [
|
|
8295
|
-
"
|
|
8296
|
-
"
|
|
8295
|
+
"1,200 minutes of human-initiated workspace usage (one-time)",
|
|
8296
|
+
"1,200 minutes of API + automation usage (one-time)",
|
|
8297
8297
|
"Automations (limited to 2)",
|
|
8298
8298
|
"Warm pools and warm hooks",
|
|
8299
8299
|
"Up to 3 repositories"
|
package/dist/index.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
setIdeCommand,
|
|
17
17
|
setOrganizationId,
|
|
18
18
|
writeConfig
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-4WSV5CLV.mjs";
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
22
|
import "dotenv/config";
|
|
@@ -2420,12 +2420,12 @@ async function interactiveCommand() {
|
|
|
2420
2420
|
);
|
|
2421
2421
|
}
|
|
2422
2422
|
console.log(chalk18.gray("Starting interactive mode..."));
|
|
2423
|
-
const { launchInteractive } = await import("./interactive-
|
|
2423
|
+
const { launchInteractive } = await import("./interactive-YYNEZKZQ.mjs");
|
|
2424
2424
|
await launchInteractive();
|
|
2425
2425
|
}
|
|
2426
2426
|
|
|
2427
2427
|
// src/index.ts
|
|
2428
|
-
var CLI_VERSION = "0.2.
|
|
2428
|
+
var CLI_VERSION = "0.2.120";
|
|
2429
2429
|
var program = new Command();
|
|
2430
2430
|
program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
|
|
2431
2431
|
program.command("login").description("Authenticate with your Replicas account").action(async () => {
|