@gapi/gcli 1.8.192 → 1.8.193
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/package.json +1 -1
- package/release/index.js +1 -1
package/package.json
CHANGED
package/release/index.js
CHANGED
|
@@ -253136,7 +253136,7 @@ var init_get_environment = __esm({
|
|
|
253136
253136
|
...await loadEnvSpec(cmd.spec).toPromise()
|
|
253137
253137
|
})),
|
|
253138
253138
|
(0, import_operators10.switchMap)(
|
|
253139
|
-
({ projectId, name: name2 }) => GraphqlClienAPI.getEnvironment(name2, projectId)
|
|
253139
|
+
({ projectId, name: name2 }) => GraphqlClienAPI.getEnvironment(cmd.name ?? name2, projectId)
|
|
253140
253140
|
),
|
|
253141
253141
|
(0, import_operators10.tap)((data) => {
|
|
253142
253142
|
const columns = [
|