@codiac.io/codiac-cli 1.3.165 → 1.3.168
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-api/gen/contracts/types.gen.d.ts +6 -2
- package/dist/apis/codiac-api/gen/contracts/types.gen.js +3 -0
- package/dist/apis/codiac-api/gen/contracts/types.gen.js.map +1 -1
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.d.ts +7 -3
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js +4 -1
- package/dist/apis/codiac-api-nats/gen/contracts/types.gen.js.map +1 -1
- package/dist/apis/codiac-relay/gen/client.d.ts +3 -3
- package/dist/apis/codiac-relay/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay/gen/contracts/types.gen.d.ts +20 -4
- package/dist/apis/codiac-relay/gen/contracts/types.gen.js +6 -0
- package/dist/apis/codiac-relay/gen/contracts/types.gen.js.map +1 -1
- package/dist/apis/codiac-relay/i-client.d.ts +1 -1
- package/dist/apis/codiac-relay-nats/gen/client.d.ts +1 -1
- package/dist/apis/codiac-relay-nats/gen/client.js.map +1 -1
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.d.ts +22 -3
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.js +6 -0
- package/dist/apis/codiac-relay-nats/gen/contracts/types.gen.js.map +1 -1
- package/dist/apis/codiac-relay-nats/gen/contracts.ng.d.ts +3 -0
- package/dist/apis/codiac-relay-nats/gen/contracts.ng.js.map +1 -1
- package/dist/codiac-constants.d.ts +2 -0
- package/dist/codiac-constants.js +2 -0
- package/dist/codiac-constants.js.map +1 -1
- package/dist/codiac-entities/cluster-capture-def.d.ts +1 -1
- package/dist/codiac-utils.d.ts +5 -0
- package/dist/codiac-utils.js +14 -0
- package/dist/codiac-utils.js.map +1 -0
- package/dist/command-base-enterprise.d.ts +14 -0
- package/dist/command-base-enterprise.js +49 -0
- package/dist/command-base-enterprise.js.map +1 -1
- package/dist/command-base-exec.js +2 -0
- package/dist/command-base-exec.js.map +1 -1
- package/dist/commands/asset/deploy.d.ts +2 -0
- package/dist/commands/asset/deploy.js +21 -4
- package/dist/commands/asset/deploy.js.map +1 -1
- package/dist/commands/asset/list.js +4 -3
- package/dist/commands/asset/list.js.map +1 -1
- package/dist/commands/asset/probe/create.d.ts +0 -1
- package/dist/commands/asset/probe/create.js +10 -7
- package/dist/commands/asset/probe/create.js.map +1 -1
- package/dist/commands/asset/undeploy.d.ts +2 -0
- package/dist/commands/asset/undeploy.js +7 -0
- package/dist/commands/asset/undeploy.js.map +1 -1
- package/dist/commands/asset/view.js +5 -3
- package/dist/commands/asset/view.js.map +1 -1
- package/dist/commands/asset/where.js +12 -2
- package/dist/commands/asset/where.js.map +1 -1
- package/dist/commands/cabinet/contents.d.ts +1 -0
- package/dist/commands/cabinet/contents.js +17 -2
- package/dist/commands/cabinet/contents.js.map +1 -1
- package/dist/commands/cluster/scaling/update.js +3 -2
- package/dist/commands/cluster/scaling/update.js.map +1 -1
- package/dist/commands/cluster/start.js +1 -1
- package/dist/commands/cluster/start.js.map +1 -1
- package/dist/commands/cluster/stop.js +1 -1
- package/dist/commands/cluster/stop.js.map +1 -1
- package/dist/commands/config/add.d.ts +2 -0
- package/dist/commands/config/add.js +51 -5
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/config/delete.js +3 -1
- package/dist/commands/config/delete.js.map +1 -1
- package/dist/commands/config/deploy.d.ts +4 -0
- package/dist/commands/config/deploy.js +87 -5
- package/dist/commands/config/deploy.js.map +1 -1
- package/dist/commands/config/settings/get.js +3 -1
- package/dist/commands/config/settings/get.js.map +1 -1
- package/dist/commands/config/view.js +3 -1
- package/dist/commands/config/view.js.map +1 -1
- package/dist/commands/kit/create.js +2 -1
- package/dist/commands/kit/create.js.map +1 -1
- package/dist/commands/noc/cluster/capture.js +2 -1
- package/dist/commands/noc/cluster/capture.js.map +1 -1
- package/dist/commands/noc/cluster/create.d.ts +2 -0
- package/dist/commands/noc/cluster/create.js +17 -4
- package/dist/commands/noc/cluster/create.js.map +1 -1
- package/dist/commands/noc/cluster/deinit.js +7 -5
- package/dist/commands/noc/cluster/deinit.js.map +1 -1
- package/dist/commands/noc/cluster/init.js +1 -1
- package/dist/commands/noc/cluster/init.js.map +1 -1
- package/dist/commands/noc/cluster/recreate.js +1 -1
- package/dist/commands/noc/cluster/recreate.js.map +1 -1
- package/dist/commands/snapshot/deploy.d.ts +51 -0
- package/dist/commands/snapshot/deploy.js +305 -0
- package/dist/commands/snapshot/deploy.js.map +1 -0
- package/dist/commands/snapshot/list.d.ts +15 -0
- package/dist/commands/snapshot/list.js +164 -0
- package/dist/commands/snapshot/list.js.map +1 -0
- package/dist/relay/relay-container.js +1 -1
- package/dist/sdk-adapters/azure/azure-resource-configurator.d.ts +2 -1
- package/dist/sdk-adapters/azure/azure-resource-configurator.js +37 -29
- package/dist/sdk-adapters/azure/azure-resource-configurator.js.map +1 -1
- package/dist/uilogic/config-ui-utils.d.ts +3 -1
- package/dist/uilogic/config-ui-utils.js +36 -5
- package/dist/uilogic/config-ui-utils.js.map +1 -1
- package/dist/uilogic/enterprise-contextualizer.js +11 -0
- package/dist/uilogic/enterprise-contextualizer.js.map +1 -1
- package/dist/uilogic/lrp-watcher-predef.d.ts +3 -1
- package/dist/uilogic/lrp-watcher-predef.js +19 -6
- package/dist/uilogic/lrp-watcher-predef.js.map +1 -1
- package/dist/uilogic/lrp-watcher-utils.d.ts +1 -1
- package/dist/uilogic/lrp-watcher.d.ts +2 -0
- package/dist/uilogic/lrp-watcher.js +14 -2
- package/dist/uilogic/lrp-watcher.js.map +1 -1
- package/dist/uilogic/rootmap-ui-utils.d.ts +5 -0
- package/dist/uilogic/rootmap-ui-utils.js +45 -3
- package/dist/uilogic/rootmap-ui-utils.js.map +1 -1
- package/dist/user-context-loader.d.ts +24 -1
- package/dist/user-context-loader.js +86 -16
- package/dist/user-context-loader.js.map +1 -1
- package/oclif.manifest.json +173 -42
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.
|
|
2
|
+
"version": "1.3.168",
|
|
3
3
|
"commands": {
|
|
4
4
|
"branch": {
|
|
5
5
|
"id": "branch",
|
|
@@ -1517,7 +1517,9 @@
|
|
|
1517
1517
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
1518
1518
|
"pluginType": "core",
|
|
1519
1519
|
"hidden": true,
|
|
1520
|
-
"aliases": [
|
|
1520
|
+
"aliases": [
|
|
1521
|
+
"cluster:install"
|
|
1522
|
+
],
|
|
1521
1523
|
"hiddenAliases": [],
|
|
1522
1524
|
"flags": {
|
|
1523
1525
|
"help": {
|
|
@@ -1935,7 +1937,9 @@
|
|
|
1935
1937
|
"pluginName": "@codiac.io/codiac-cli",
|
|
1936
1938
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
1937
1939
|
"pluginType": "core",
|
|
1938
|
-
"aliases": [
|
|
1940
|
+
"aliases": [
|
|
1941
|
+
"cluster:uninstall"
|
|
1942
|
+
],
|
|
1939
1943
|
"hiddenAliases": [],
|
|
1940
1944
|
"flags": {
|
|
1941
1945
|
"help": {
|
|
@@ -2106,15 +2110,18 @@
|
|
|
2106
2110
|
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container platform key-value pairs).",
|
|
2107
2111
|
"multiple": false,
|
|
2108
2112
|
"options": [
|
|
2113
|
+
"annotation",
|
|
2109
2114
|
"env",
|
|
2110
2115
|
"footprint",
|
|
2111
2116
|
"filestore",
|
|
2112
2117
|
"helm",
|
|
2113
|
-
"annotation",
|
|
2114
2118
|
"k8spatch",
|
|
2115
2119
|
"label",
|
|
2116
|
-
"
|
|
2117
|
-
"
|
|
2120
|
+
"namespace",
|
|
2121
|
+
"onpostdeploy",
|
|
2122
|
+
"onpredeploy",
|
|
2123
|
+
"permit",
|
|
2124
|
+
"probing"
|
|
2118
2125
|
],
|
|
2119
2126
|
"exclusive": [
|
|
2120
2127
|
"file"
|
|
@@ -2416,7 +2423,8 @@
|
|
|
2416
2423
|
"pluginAlias": "@codiac.io/codiac-cli",
|
|
2417
2424
|
"pluginType": "core",
|
|
2418
2425
|
"aliases": [
|
|
2419
|
-
"cab:contents"
|
|
2426
|
+
"cab:contents",
|
|
2427
|
+
"cluster:contents"
|
|
2420
2428
|
],
|
|
2421
2429
|
"hiddenAliases": [],
|
|
2422
2430
|
"examples": [
|
|
@@ -3061,15 +3069,18 @@
|
|
|
3061
3069
|
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container platform key-value pairs).",
|
|
3062
3070
|
"multiple": false,
|
|
3063
3071
|
"options": [
|
|
3072
|
+
"annotation",
|
|
3064
3073
|
"env",
|
|
3065
3074
|
"footprint",
|
|
3066
3075
|
"filestore",
|
|
3067
3076
|
"helm",
|
|
3068
|
-
"annotation",
|
|
3069
3077
|
"k8spatch",
|
|
3070
3078
|
"label",
|
|
3071
|
-
"
|
|
3072
|
-
"
|
|
3079
|
+
"namespace",
|
|
3080
|
+
"onpostdeploy",
|
|
3081
|
+
"onpredeploy",
|
|
3082
|
+
"permit",
|
|
3083
|
+
"probing"
|
|
3073
3084
|
],
|
|
3074
3085
|
"exclusive": [
|
|
3075
3086
|
"file"
|
|
@@ -3133,6 +3144,13 @@
|
|
|
3133
3144
|
"required": false,
|
|
3134
3145
|
"multiple": false
|
|
3135
3146
|
},
|
|
3147
|
+
"condition": {
|
|
3148
|
+
"name": "condition",
|
|
3149
|
+
"type": "option",
|
|
3150
|
+
"description": "Jsonata Expression to determine whether to include this setting, applied against the built-in asset-version expression context (see https://jsonata.org for syntax).",
|
|
3151
|
+
"required": false,
|
|
3152
|
+
"multiple": false
|
|
3153
|
+
},
|
|
3136
3154
|
"value-stdin": {
|
|
3137
3155
|
"name": "value-stdin",
|
|
3138
3156
|
"type": "boolean",
|
|
@@ -3231,15 +3249,18 @@
|
|
|
3231
3249
|
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container platform key-value pairs).",
|
|
3232
3250
|
"multiple": false,
|
|
3233
3251
|
"options": [
|
|
3252
|
+
"annotation",
|
|
3234
3253
|
"env",
|
|
3235
3254
|
"footprint",
|
|
3236
3255
|
"filestore",
|
|
3237
3256
|
"helm",
|
|
3238
|
-
"annotation",
|
|
3239
3257
|
"k8spatch",
|
|
3240
3258
|
"label",
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3259
|
+
"namespace",
|
|
3260
|
+
"onpostdeploy",
|
|
3261
|
+
"onpredeploy",
|
|
3262
|
+
"permit",
|
|
3263
|
+
"probing"
|
|
3243
3264
|
],
|
|
3244
3265
|
"exclusive": [
|
|
3245
3266
|
"file"
|
|
@@ -3564,15 +3585,18 @@
|
|
|
3564
3585
|
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container platform key-value pairs).",
|
|
3565
3586
|
"multiple": false,
|
|
3566
3587
|
"options": [
|
|
3588
|
+
"annotation",
|
|
3567
3589
|
"env",
|
|
3568
3590
|
"footprint",
|
|
3569
3591
|
"filestore",
|
|
3570
3592
|
"helm",
|
|
3571
|
-
"annotation",
|
|
3572
3593
|
"k8spatch",
|
|
3573
3594
|
"label",
|
|
3574
|
-
"
|
|
3575
|
-
"
|
|
3595
|
+
"namespace",
|
|
3596
|
+
"onpostdeploy",
|
|
3597
|
+
"onpredeploy",
|
|
3598
|
+
"permit",
|
|
3599
|
+
"probing"
|
|
3576
3600
|
],
|
|
3577
3601
|
"exclusive": [
|
|
3578
3602
|
"file"
|
|
@@ -6214,6 +6238,124 @@
|
|
|
6214
6238
|
"az-key-vault"
|
|
6215
6239
|
]
|
|
6216
6240
|
},
|
|
6241
|
+
"snapshot:deploy": {
|
|
6242
|
+
"id": "snapshot:deploy",
|
|
6243
|
+
"description": "Deploys all assets in a snapshot to a target cabinet.",
|
|
6244
|
+
"strict": true,
|
|
6245
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
6246
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
6247
|
+
"pluginType": "core",
|
|
6248
|
+
"aliases": [
|
|
6249
|
+
"cluster:install:snapshot"
|
|
6250
|
+
],
|
|
6251
|
+
"hiddenAliases": [],
|
|
6252
|
+
"flags": {
|
|
6253
|
+
"enterprise": {
|
|
6254
|
+
"name": "enterprise",
|
|
6255
|
+
"type": "option",
|
|
6256
|
+
"char": "e",
|
|
6257
|
+
"description": "The name of the enterprise containing the snapshot to deploy.",
|
|
6258
|
+
"required": false,
|
|
6259
|
+
"multiple": false
|
|
6260
|
+
},
|
|
6261
|
+
"version": {
|
|
6262
|
+
"name": "version",
|
|
6263
|
+
"type": "option",
|
|
6264
|
+
"char": "v",
|
|
6265
|
+
"description": "The version of the snapshot to deploy (e.g., 5CJRH7XB).",
|
|
6266
|
+
"required": false,
|
|
6267
|
+
"multiple": false
|
|
6268
|
+
},
|
|
6269
|
+
"cabinet": {
|
|
6270
|
+
"name": "cabinet",
|
|
6271
|
+
"type": "option",
|
|
6272
|
+
"char": "c",
|
|
6273
|
+
"description": "The target cabinet name to deploy to.",
|
|
6274
|
+
"required": false,
|
|
6275
|
+
"multiple": false
|
|
6276
|
+
},
|
|
6277
|
+
"help": {
|
|
6278
|
+
"name": "help",
|
|
6279
|
+
"type": "boolean",
|
|
6280
|
+
"char": "h",
|
|
6281
|
+
"description": "Displays the help document for this command.",
|
|
6282
|
+
"allowNo": false
|
|
6283
|
+
},
|
|
6284
|
+
"silent": {
|
|
6285
|
+
"name": "silent",
|
|
6286
|
+
"type": "boolean",
|
|
6287
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
6288
|
+
"allowNo": false,
|
|
6289
|
+
"exclusive": [
|
|
6290
|
+
"echo",
|
|
6291
|
+
"to-script"
|
|
6292
|
+
]
|
|
6293
|
+
},
|
|
6294
|
+
"echo": {
|
|
6295
|
+
"name": "echo",
|
|
6296
|
+
"type": "boolean",
|
|
6297
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
6298
|
+
"allowNo": false,
|
|
6299
|
+
"exclusive": [
|
|
6300
|
+
"to-script",
|
|
6301
|
+
"silent"
|
|
6302
|
+
]
|
|
6303
|
+
},
|
|
6304
|
+
"to-script": {
|
|
6305
|
+
"name": "to-script",
|
|
6306
|
+
"type": "boolean",
|
|
6307
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
6308
|
+
"allowNo": false,
|
|
6309
|
+
"exclusive": [
|
|
6310
|
+
"echo",
|
|
6311
|
+
"silent"
|
|
6312
|
+
]
|
|
6313
|
+
}
|
|
6314
|
+
},
|
|
6315
|
+
"args": {}
|
|
6316
|
+
},
|
|
6317
|
+
"snapshot:list": {
|
|
6318
|
+
"id": "snapshot:list",
|
|
6319
|
+
"description": "Shows the list of snapshots (enterprise version configs) in a given enterprise.",
|
|
6320
|
+
"strict": true,
|
|
6321
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
6322
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
6323
|
+
"pluginType": "core",
|
|
6324
|
+
"aliases": [],
|
|
6325
|
+
"hiddenAliases": [],
|
|
6326
|
+
"flags": {
|
|
6327
|
+
"enterprise": {
|
|
6328
|
+
"name": "enterprise",
|
|
6329
|
+
"type": "option",
|
|
6330
|
+
"char": "e",
|
|
6331
|
+
"description": "The name of the enterprise containing the snapshots being viewed (required if there are more than one).",
|
|
6332
|
+
"required": false,
|
|
6333
|
+
"multiple": false
|
|
6334
|
+
},
|
|
6335
|
+
"output": {
|
|
6336
|
+
"name": "output",
|
|
6337
|
+
"type": "option",
|
|
6338
|
+
"char": "o",
|
|
6339
|
+
"description": "format in which to render the data.",
|
|
6340
|
+
"multiple": false,
|
|
6341
|
+
"options": [
|
|
6342
|
+
"json",
|
|
6343
|
+
"yaml",
|
|
6344
|
+
"tree",
|
|
6345
|
+
"text"
|
|
6346
|
+
],
|
|
6347
|
+
"default": "tree"
|
|
6348
|
+
},
|
|
6349
|
+
"help": {
|
|
6350
|
+
"name": "help",
|
|
6351
|
+
"type": "boolean",
|
|
6352
|
+
"char": "h",
|
|
6353
|
+
"description": "Displays the help document for this command.",
|
|
6354
|
+
"allowNo": false
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
"args": {}
|
|
6358
|
+
},
|
|
6217
6359
|
"tenant:create": {
|
|
6218
6360
|
"id": "tenant:create",
|
|
6219
6361
|
"description": "Registers a new tenant with the current user as the administrator.",
|
|
@@ -6584,9 +6726,8 @@
|
|
|
6584
6726
|
"hiddenAliases": [],
|
|
6585
6727
|
"examples": [
|
|
6586
6728
|
"cod asset probe create --predefined builtin-heartbeat-file-exists",
|
|
6587
|
-
"cod asset probe create -p 15 --exec
|
|
6588
|
-
"cod asset probe create -n acme -a myapi -u readiness -p 15 --exec --
|
|
6589
|
-
"cod asset probe create -n acme -a myapi -u readiness -p 15 --exec --execCommand cat --execCommand /app/data/last-heartbeat.json",
|
|
6729
|
+
"cod asset probe create -p 15 --exec \"cat /app/data/last-heartbeat.json\"",
|
|
6730
|
+
"cod asset probe create -n acme -a myapi -u readiness -p 15 --exec -- \"cat /app/data/last-heartbeat.json\"",
|
|
6590
6731
|
"cod asset probe create -n acme -a myapi -u readiness -p 15 --http --httpScheme https --httpHost myapi.acme.com --httpPort 443 --httpPath /diag/heartbeat -r Accept=application/json -r user-agent=MyUserAgent"
|
|
6591
6732
|
],
|
|
6592
6733
|
"flags": {
|
|
@@ -6739,26 +6880,6 @@
|
|
|
6739
6880
|
"description": "The JSON specification for the probe action itself. The structure follows the actionType.",
|
|
6740
6881
|
"multiple": false
|
|
6741
6882
|
},
|
|
6742
|
-
"execCommand": {
|
|
6743
|
-
"name": "execCommand",
|
|
6744
|
-
"type": "option",
|
|
6745
|
-
"description": "(For use only with exec) The executable command to run as the probe, as a single string, or as an array of commands and arguments. If it returns any nonzero result, the probe gets interpreted as a negative/failure.",
|
|
6746
|
-
"multiple": true,
|
|
6747
|
-
"dependsOn": [
|
|
6748
|
-
"exec"
|
|
6749
|
-
],
|
|
6750
|
-
"exclusive": [
|
|
6751
|
-
"grpcHost",
|
|
6752
|
-
"grpcPort",
|
|
6753
|
-
"httpScheme",
|
|
6754
|
-
"httpHost",
|
|
6755
|
-
"httpPort",
|
|
6756
|
-
"httpPath",
|
|
6757
|
-
"httpHeader",
|
|
6758
|
-
"socketHost",
|
|
6759
|
-
"socketPort"
|
|
6760
|
-
]
|
|
6761
|
-
},
|
|
6762
6883
|
"grpcHost": {
|
|
6763
6884
|
"name": "grpcHost",
|
|
6764
6885
|
"type": "option",
|
|
@@ -8583,15 +8704,18 @@
|
|
|
8583
8704
|
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, helm: helm chart settings, label: container meta labels, annotation: container platform key-value pairs).",
|
|
8584
8705
|
"multiple": false,
|
|
8585
8706
|
"options": [
|
|
8707
|
+
"annotation",
|
|
8586
8708
|
"env",
|
|
8587
8709
|
"footprint",
|
|
8588
8710
|
"filestore",
|
|
8589
8711
|
"helm",
|
|
8590
|
-
"annotation",
|
|
8591
8712
|
"k8spatch",
|
|
8592
8713
|
"label",
|
|
8593
|
-
"
|
|
8594
|
-
"
|
|
8714
|
+
"namespace",
|
|
8715
|
+
"onpostdeploy",
|
|
8716
|
+
"onpredeploy",
|
|
8717
|
+
"permit",
|
|
8718
|
+
"probing"
|
|
8595
8719
|
],
|
|
8596
8720
|
"exclusive": [
|
|
8597
8721
|
"file"
|
|
@@ -9480,6 +9604,13 @@
|
|
|
9480
9604
|
"description": "OPTIONAL. The maximum number of nodes to maintain in the cluster.",
|
|
9481
9605
|
"multiple": false
|
|
9482
9606
|
},
|
|
9607
|
+
"init": {
|
|
9608
|
+
"name": "init",
|
|
9609
|
+
"type": "boolean",
|
|
9610
|
+
"summary": "Automatically initialize cluster after creation (use --no-init to skip).",
|
|
9611
|
+
"description": "By default, the cluster creation command automatically runs `init-cluster`. Use this flag to skip the initialization step and leave the cluster in a non-initialized state.",
|
|
9612
|
+
"allowNo": true
|
|
9613
|
+
},
|
|
9483
9614
|
"silent": {
|
|
9484
9615
|
"name": "silent",
|
|
9485
9616
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codiac.io/codiac-cli",
|
|
3
3
|
"description": "Local command line interface for managing enterprise assets and environments.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.168",
|
|
5
5
|
"author": "Codiac",
|
|
6
6
|
"bin": {
|
|
7
7
|
"codiac": "./bin/run",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@codiac.io/api-client-base": "^1.1.19",
|
|
33
33
|
"@codiac.io/cli-tools": "^1.1.13",
|
|
34
34
|
"@codiac.io/codiac-common": "^1.5.4",
|
|
35
|
-
"@codiac.io/codiac-domain": "^1.10.6",
|
|
35
|
+
"@codiac.io/codiac-domain": "^1.10.7-mcf-infrx.6",
|
|
36
36
|
"@codiac.io/codiac-messaging": "^1.4.22",
|
|
37
37
|
"@codiac.io/codiac-ops-common": "^1.5.5",
|
|
38
38
|
"@codiac.io/codiac-relay-contracts": "^1.3.2",
|