replicas-cli 0.2.123 → 0.2.124
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/index.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
setIdeCommand,
|
|
20
20
|
setOrganizationId,
|
|
21
21
|
writeConfig
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-R2544D2G.mjs";
|
|
23
23
|
import "./chunk-FFDYI4OH.mjs";
|
|
24
24
|
|
|
25
25
|
// src/index.ts
|
|
@@ -2497,12 +2497,12 @@ async function interactiveCommand() {
|
|
|
2497
2497
|
);
|
|
2498
2498
|
}
|
|
2499
2499
|
console.log(chalk18.gray("Starting interactive mode..."));
|
|
2500
|
-
const { launchInteractive } = await import("./interactive-
|
|
2500
|
+
const { launchInteractive } = await import("./interactive-7BC3ZOP6.mjs");
|
|
2501
2501
|
await launchInteractive();
|
|
2502
2502
|
}
|
|
2503
2503
|
|
|
2504
2504
|
// src/index.ts
|
|
2505
|
-
var CLI_VERSION = "0.2.
|
|
2505
|
+
var CLI_VERSION = "0.2.124";
|
|
2506
2506
|
var program = new Command();
|
|
2507
2507
|
program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
|
|
2508
2508
|
program.command("login").description("Authenticate with your Replicas account").action(async () => {
|
package/package.json
CHANGED
|
File without changes
|