@codiac.io/codiac-cli 1.3.140 → 1.3.142

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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @codiac.io/codiac-cli
21
21
  $ codiac COMMAND
22
22
  running command...
23
23
  $ codiac (--version|-v)
24
- @codiac.io/codiac-cli/1.3.140 linux-x64 node-v22.15.1
24
+ @codiac.io/codiac-cli/1.3.142 linux-x64 node-v22.15.1
25
25
  $ codiac --help [COMMAND]
26
26
  USAGE
27
27
  $ codiac COMMAND
@@ -5116,7 +5116,7 @@ class OtherOperations {
5116
5116
  /** REtrieves the final configuration file contents for the given cabinet */
5117
5117
  GetRenderedCabinetConfig(request, options) {
5118
5118
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
5119
- return yield this.core.makeAnyRestCall({ entityTypeName: "", isMany: false, op: "GetRenderedCabinetConfig", route: "/configs/cabinet", verb: codiac_common_1.httpRestVerb.GET }, request, options);
5119
+ return yield this.core.makeAnyRestCall({ entityTypeName: "", isMany: false, op: "GetRenderedCabinetConfig", route: "/config-preview", verb: codiac_common_1.httpRestVerb.GET }, request, options);
5120
5120
  });
5121
5121
  }
5122
5122
  /** Retrieves a list of currently captured secret stores. */