@codiac.io/codiac-cli 1.3.129 → 1.3.130
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.
|
|
24
|
+
@codiac.io/codiac-cli/1.3.130 linux-x64 node-v22.15.1
|
|
25
25
|
$ codiac --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ codiac COMMAND
|
|
@@ -14,7 +14,7 @@ const codiac_messaging_1 = require("@codiac.io/codiac-messaging");
|
|
|
14
14
|
class BootstrapperForApiClients {
|
|
15
15
|
static bootstrap(ioc, cmd) {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
17
|
-
const apiClientKind = (_c = (_b = (_a = cmd.localConfig) === null || _a === void 0 ? void 0 : _a.apiClientKind) !== null && _b !== void 0 ? _b : cmd._cliCfg.apiClientKind) !== null && _c !== void 0 ? _c : entities_1.ApiClientKindEnum.
|
|
17
|
+
const apiClientKind = (_c = (_b = (_a = cmd.localConfig) === null || _a === void 0 ? void 0 : _a.apiClientKind) !== null && _b !== void 0 ? _b : cmd._cliCfg.apiClientKind) !== null && _c !== void 0 ? _c : entities_1.ApiClientKindEnum.nats;
|
|
18
18
|
const useNats = Boolean(apiClientKind == entities_1.ApiClientKindEnum.nats);
|
|
19
19
|
const localEntities = type_safety_utils_1.TypeSafetyUtils.toBoolean(/* TEMP HACK!! --> update this class... */ (_e = (_d = cmd.localConfig) === null || _d === void 0 ? void 0 : _d.localEntities) !== null && _e !== void 0 ? _e : (_f = cmd._cliCfg) === null || _f === void 0 ? void 0 : _f.localEntities);
|
|
20
20
|
// Cant do it this way until we make ApiUserCreds.token nullable.
|
|
@@ -18,7 +18,7 @@ const INTERFACES_CLI_1 = require("../ops/INTERFACES_CLI");
|
|
|
18
18
|
const Docker = require("dockerode");
|
|
19
19
|
const entities_1 = require("../ops/entities");
|
|
20
20
|
const DEFAULT_IMAGE_NAME = "codiacimages/codiac-relay";
|
|
21
|
-
exports.DEFAULT_IMAGE_TAG = "1.6.
|
|
21
|
+
exports.DEFAULT_IMAGE_TAG = "1.6.54";
|
|
22
22
|
const DEFAULT_CONTAINER_NAME = "codiac-relay";
|
|
23
23
|
const DEFAULT_HEALTH_CHECK_URL = "http://localhost:5799/heartbeat-json"; // /ready-state";
|
|
24
24
|
const DEFAULT_RETRY_TIMOUT_IN_MINUTES = 1;
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED