replicas-cli 0.2.58 → 0.2.59
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.
|
@@ -8226,9 +8226,11 @@ var PLANS = {
|
|
|
8226
8226
|
creditsIncluded: 0,
|
|
8227
8227
|
features: [
|
|
8228
8228
|
"Unlimited usage",
|
|
8229
|
+
"Unlimited automations",
|
|
8229
8230
|
"API access",
|
|
8230
8231
|
"Higher API rate limits",
|
|
8231
8232
|
"Warm hooks and pool access",
|
|
8233
|
+
"Shared Slack support channel",
|
|
8232
8234
|
"Optional add-ons for higher resources, warm pools, rate limits, and SOC 2"
|
|
8233
8235
|
]
|
|
8234
8236
|
},
|
|
@@ -8240,9 +8242,11 @@ var PLANS = {
|
|
|
8240
8242
|
creditsIncluded: 0,
|
|
8241
8243
|
features: [
|
|
8242
8244
|
"Unlimited usage",
|
|
8245
|
+
"Unlimited automations",
|
|
8243
8246
|
"Custom API rates",
|
|
8244
8247
|
"Custom rate limits",
|
|
8245
8248
|
"Custom warm hooks and pools",
|
|
8249
|
+
"Shared Slack support channel",
|
|
8246
8250
|
"SOC 2"
|
|
8247
8251
|
]
|
|
8248
8252
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
setIdeCommand,
|
|
16
16
|
setOrganizationId,
|
|
17
17
|
writeConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-LZT7TDHV.mjs";
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
21
|
import "dotenv/config";
|
|
@@ -1855,12 +1855,12 @@ async function interactiveCommand() {
|
|
|
1855
1855
|
);
|
|
1856
1856
|
}
|
|
1857
1857
|
console.log(chalk17.gray("Starting interactive mode..."));
|
|
1858
|
-
const { launchInteractive } = await import("./interactive-
|
|
1858
|
+
const { launchInteractive } = await import("./interactive-SY66GQDB.mjs");
|
|
1859
1859
|
await launchInteractive();
|
|
1860
1860
|
}
|
|
1861
1861
|
|
|
1862
1862
|
// src/index.ts
|
|
1863
|
-
var CLI_VERSION = "0.2.
|
|
1863
|
+
var CLI_VERSION = "0.2.59";
|
|
1864
1864
|
var program = new Command();
|
|
1865
1865
|
program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
|
|
1866
1866
|
program.command("login").description("Authenticate with your Replicas account").action(async () => {
|