replicas-cli 0.2.174 → 0.2.177
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 +3 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9232,6 +9232,7 @@ function buildGroups(workspaces, _workspacesData, environments, _repositorySets)
|
|
|
9232
9232
|
id: env.id,
|
|
9233
9233
|
name: env.name,
|
|
9234
9234
|
environmentId: env.id,
|
|
9235
|
+
isGlobal: env.is_global,
|
|
9235
9236
|
repoIdForCreate: env.repository_id,
|
|
9236
9237
|
repoSetIdForCreate: env.repository_set_id,
|
|
9237
9238
|
workspaces: []
|
|
@@ -9245,6 +9246,7 @@ function buildGroups(workspaces, _workspacesData, environments, _repositorySets)
|
|
|
9245
9246
|
id: key,
|
|
9246
9247
|
name: "Other",
|
|
9247
9248
|
environmentId: key,
|
|
9249
|
+
isGlobal: false,
|
|
9248
9250
|
repoIdForCreate: null,
|
|
9249
9251
|
repoSetIdForCreate: null,
|
|
9250
9252
|
workspaces: []
|
|
@@ -14835,7 +14837,7 @@ Deleted file ${pathOrId}.
|
|
|
14835
14837
|
}
|
|
14836
14838
|
|
|
14837
14839
|
// src/index.ts
|
|
14838
|
-
var CLI_VERSION = "0.2.
|
|
14840
|
+
var CLI_VERSION = "0.2.177";
|
|
14839
14841
|
function parseBooleanOption(value) {
|
|
14840
14842
|
if (value === "true") return true;
|
|
14841
14843
|
if (value === "false") return false;
|