@codiac.io/codiac-cli 1.3.141 → 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 +1 -1
- package/dist/apis/codiac-relay/gen/client.js +1 -1
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts/types.gen.d.ts +1 -1
- package/dist/apis/codiac-relay-nats/gen/client.js +2 -2
- package/dist/apis/codiac-relay-nats/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.d.ts +1 -1
- package/dist/bootstrapper-for-api-clients.js +2 -0
- package/dist/bootstrapper-for-api-clients.js.map +1 -1
- package/dist/command-base-enterprise.d.ts +5 -0
- package/dist/command-base-enterprise.js +35 -24
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/commands/config/view.js +2 -2
- package/dist/commands/config/view.js.map +1 -1
- package/dist/relay/relay-container.js +1 -1
- package/dist/relay/relay-container.js.map +1 -1
- package/oclif.manifest.json +4 -3
- package/package.json +1 -1
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.
|
|
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: "/
|
|
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. */
|