replicas-cli 0.2.127 → 0.2.128
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.
|
@@ -8201,8 +8201,6 @@ function generatePlaceholderName() {
|
|
|
8201
8201
|
function buildGroups(workspaces, _workspacesData, environments, _repositorySets, mockGroupAssignments) {
|
|
8202
8202
|
const groupMap = /* @__PURE__ */ new Map();
|
|
8203
8203
|
for (const env of environments) {
|
|
8204
|
-
if (env.is_global) continue;
|
|
8205
|
-
if (!env.repository_id && !env.repository_set_id) continue;
|
|
8206
8204
|
groupMap.set(env.id, {
|
|
8207
8205
|
type: "env",
|
|
8208
8206
|
id: env.id,
|
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-E3QJCCNV.mjs";
|
|
23
23
|
import "./chunk-FFDYI4OH.mjs";
|
|
24
24
|
|
|
25
25
|
// src/index.ts
|
|
@@ -2520,12 +2520,12 @@ async function interactiveCommand() {
|
|
|
2520
2520
|
);
|
|
2521
2521
|
}
|
|
2522
2522
|
console.log(chalk18.gray("Starting interactive mode..."));
|
|
2523
|
-
const { launchInteractive } = await import("./interactive-
|
|
2523
|
+
const { launchInteractive } = await import("./interactive-QLX7EAXY.mjs");
|
|
2524
2524
|
await launchInteractive();
|
|
2525
2525
|
}
|
|
2526
2526
|
|
|
2527
2527
|
// src/index.ts
|
|
2528
|
-
var CLI_VERSION = "0.2.
|
|
2528
|
+
var CLI_VERSION = "0.2.128";
|
|
2529
2529
|
var program = new Command();
|
|
2530
2530
|
program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
|
|
2531
2531
|
program.command("login").description("Authenticate with your Replicas account").action(async () => {
|