@codiac.io/codiac-cli 1.2.217 → 1.2.221
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/client.d.ts +4 -4
- package/dist/apis/codiac-api/gen/client.js +20 -19
- package/dist/apis/codiac-api/gen/client.js.map +1 -1
- package/dist/cli-common/command-base.d.ts +2 -0
- package/dist/cli-common/command-base.js +23 -8
- package/dist/cli-common/command-base.js.map +1 -1
- package/dist/codiac-constants.d.ts +10 -0
- package/dist/codiac-constants.js +10 -0
- package/dist/codiac-constants.js.map +1 -1
- package/dist/commands/config/add.d.ts +34 -22
- package/dist/commands/config/add.js +321 -209
- package/dist/commands/config/add.js.map +1 -1
- package/dist/commands/config/delete.d.ts +22 -5
- package/dist/commands/config/delete.js +270 -82
- package/dist/commands/config/delete.js.map +1 -1
- package/dist/commands/config/settings/get.d.ts +38 -0
- package/dist/commands/config/settings/get.js +297 -0
- package/dist/commands/config/settings/get.js.map +1 -0
- package/dist/uilogic/config-ui-utils.d.ts +112 -0
- package/dist/uilogic/config-ui-utils.js +574 -0
- package/dist/uilogic/config-ui-utils.js.map +1 -0
- package/dist/uilogic/enterprise-contextualizer.d.ts +6 -3
- package/dist/uilogic/enterprise-contextualizer.js +51 -21
- package/dist/uilogic/enterprise-contextualizer.js.map +1 -1
- package/oclif.manifest.json +331 -59
- package/package.json +2 -1
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.221",
|
|
3
3
|
"commands": {
|
|
4
4
|
"branch": {
|
|
5
5
|
"id": "branch",
|
|
@@ -2030,41 +2030,61 @@
|
|
|
2030
2030
|
"description": "Show CLI help.",
|
|
2031
2031
|
"allowNo": false
|
|
2032
2032
|
},
|
|
2033
|
-
"
|
|
2034
|
-
"name": "
|
|
2033
|
+
"enterprise": {
|
|
2034
|
+
"name": "enterprise",
|
|
2035
2035
|
"type": "option",
|
|
2036
|
-
"char": "
|
|
2037
|
-
"description": "
|
|
2038
|
-
"required": false,
|
|
2036
|
+
"char": "n",
|
|
2037
|
+
"description": "(required only when more than one enterprise exists) The name of the enterprise containing the asset.",
|
|
2039
2038
|
"multiple": false
|
|
2040
2039
|
},
|
|
2041
|
-
"
|
|
2042
|
-
"name": "
|
|
2040
|
+
"asset": {
|
|
2041
|
+
"name": "asset",
|
|
2043
2042
|
"type": "option",
|
|
2044
|
-
"char": "
|
|
2045
|
-
"description": "The
|
|
2046
|
-
"required": false,
|
|
2043
|
+
"char": "a",
|
|
2044
|
+
"description": "The name of the asset to which the settings belong.",
|
|
2047
2045
|
"multiple": false
|
|
2048
2046
|
},
|
|
2049
|
-
"
|
|
2050
|
-
"name": "
|
|
2047
|
+
"file": {
|
|
2048
|
+
"name": "file",
|
|
2051
2049
|
"type": "option",
|
|
2052
|
-
"char": "
|
|
2053
|
-
"description": "The name
|
|
2050
|
+
"char": "f",
|
|
2051
|
+
"description": "The path-name to the file to which the settings are written, relative to the root of the Codiac project.",
|
|
2052
|
+
"multiple": false
|
|
2053
|
+
},
|
|
2054
|
+
"type": {
|
|
2055
|
+
"name": "type",
|
|
2056
|
+
"type": "option",
|
|
2057
|
+
"char": "t",
|
|
2058
|
+
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, and helm: helm chart settings).",
|
|
2054
2059
|
"multiple": false,
|
|
2060
|
+
"options": [
|
|
2061
|
+
"env",
|
|
2062
|
+
"footprint",
|
|
2063
|
+
"helm"
|
|
2064
|
+
],
|
|
2055
2065
|
"exclusive": [
|
|
2056
|
-
"
|
|
2066
|
+
"file"
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
2069
|
+
"enterprise-scope": {
|
|
2070
|
+
"name": "enterprise-scope",
|
|
2071
|
+
"type": "boolean",
|
|
2072
|
+
"char": "s",
|
|
2073
|
+
"description": "Filters for settings scoped at the enterprise level.",
|
|
2074
|
+
"allowNo": false,
|
|
2075
|
+
"exclusive": [
|
|
2076
|
+
"enviro",
|
|
2057
2077
|
"cabinet"
|
|
2058
2078
|
]
|
|
2059
2079
|
},
|
|
2060
|
-
"
|
|
2061
|
-
"name": "
|
|
2080
|
+
"enviro": {
|
|
2081
|
+
"name": "enviro",
|
|
2062
2082
|
"type": "option",
|
|
2063
2083
|
"char": "e",
|
|
2064
2084
|
"description": "The name of the environment to which this value is to apply.",
|
|
2065
2085
|
"multiple": false,
|
|
2066
2086
|
"exclusive": [
|
|
2067
|
-
"enterprise",
|
|
2087
|
+
"enterprise-scope",
|
|
2068
2088
|
"cabinet"
|
|
2069
2089
|
]
|
|
2070
2090
|
},
|
|
@@ -2075,24 +2095,56 @@
|
|
|
2075
2095
|
"description": "The name of the cabinet to which this value is to apply.",
|
|
2076
2096
|
"multiple": false,
|
|
2077
2097
|
"exclusive": [
|
|
2078
|
-
"enterprise",
|
|
2079
|
-
"
|
|
2098
|
+
"enterprise-scope",
|
|
2099
|
+
"enviro"
|
|
2080
2100
|
]
|
|
2081
2101
|
},
|
|
2082
|
-
"
|
|
2083
|
-
"name": "
|
|
2102
|
+
"setting": {
|
|
2103
|
+
"name": "setting",
|
|
2084
2104
|
"type": "option",
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2105
|
+
"description": "The config key (in dotpath/JSONPath), relative to the root of the config.",
|
|
2106
|
+
"required": false,
|
|
2107
|
+
"multiple": false
|
|
2108
|
+
},
|
|
2109
|
+
"value": {
|
|
2110
|
+
"name": "value",
|
|
2111
|
+
"type": "option",
|
|
2112
|
+
"description": "The actual concrete data to be applied as the setting value.",
|
|
2113
|
+
"required": false,
|
|
2087
2114
|
"multiple": false
|
|
2115
|
+
},
|
|
2116
|
+
"silent": {
|
|
2117
|
+
"name": "silent",
|
|
2118
|
+
"type": "boolean",
|
|
2119
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
2120
|
+
"allowNo": false,
|
|
2121
|
+
"exclusive": [
|
|
2122
|
+
"echo",
|
|
2123
|
+
"to-script"
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
"echo": {
|
|
2127
|
+
"name": "echo",
|
|
2128
|
+
"type": "boolean",
|
|
2129
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
2130
|
+
"allowNo": false,
|
|
2131
|
+
"exclusive": [
|
|
2132
|
+
"to-script",
|
|
2133
|
+
"silent"
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
"to-script": {
|
|
2137
|
+
"name": "to-script",
|
|
2138
|
+
"type": "boolean",
|
|
2139
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
2140
|
+
"allowNo": false,
|
|
2141
|
+
"exclusive": [
|
|
2142
|
+
"echo",
|
|
2143
|
+
"silent"
|
|
2144
|
+
]
|
|
2088
2145
|
}
|
|
2089
2146
|
},
|
|
2090
|
-
"args": {
|
|
2091
|
-
"setting": {
|
|
2092
|
-
"name": "setting",
|
|
2093
|
-
"description": "The key for the config setting to add"
|
|
2094
|
-
}
|
|
2095
|
-
}
|
|
2147
|
+
"args": {}
|
|
2096
2148
|
},
|
|
2097
2149
|
"config:delete": {
|
|
2098
2150
|
"id": "config:delete",
|
|
@@ -2105,40 +2157,64 @@
|
|
|
2105
2157
|
"cfg:delete"
|
|
2106
2158
|
],
|
|
2107
2159
|
"flags": {
|
|
2108
|
-
"
|
|
2109
|
-
"name": "
|
|
2110
|
-
"type": "
|
|
2111
|
-
"char": "
|
|
2112
|
-
"description": "
|
|
2113
|
-
"
|
|
2160
|
+
"enterprise": {
|
|
2161
|
+
"name": "enterprise",
|
|
2162
|
+
"type": "option",
|
|
2163
|
+
"char": "n",
|
|
2164
|
+
"description": "(required only when more than one enterprise exists) The name of the enterprise containing the asset.",
|
|
2165
|
+
"multiple": false
|
|
2114
2166
|
},
|
|
2115
|
-
"
|
|
2116
|
-
"name": "
|
|
2167
|
+
"asset": {
|
|
2168
|
+
"name": "asset",
|
|
2117
2169
|
"type": "option",
|
|
2118
|
-
"char": "
|
|
2119
|
-
"description": "The
|
|
2120
|
-
"required": false,
|
|
2170
|
+
"char": "a",
|
|
2171
|
+
"description": "The name of the asset to which the settings belong.",
|
|
2121
2172
|
"multiple": false
|
|
2122
2173
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"name": "
|
|
2174
|
+
"file": {
|
|
2175
|
+
"name": "file",
|
|
2125
2176
|
"type": "option",
|
|
2126
|
-
"char": "
|
|
2127
|
-
"description": "The name
|
|
2177
|
+
"char": "f",
|
|
2178
|
+
"description": "The path-name to the config file holding the settings, relative to the root of the Codiac project.",
|
|
2128
2179
|
"multiple": false,
|
|
2129
2180
|
"exclusive": [
|
|
2130
|
-
"
|
|
2181
|
+
"type"
|
|
2182
|
+
]
|
|
2183
|
+
},
|
|
2184
|
+
"type": {
|
|
2185
|
+
"name": "type",
|
|
2186
|
+
"type": "option",
|
|
2187
|
+
"char": "t",
|
|
2188
|
+
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, and helm: helm chart settings).",
|
|
2189
|
+
"multiple": false,
|
|
2190
|
+
"options": [
|
|
2191
|
+
"env",
|
|
2192
|
+
"footprint",
|
|
2193
|
+
"helm"
|
|
2194
|
+
],
|
|
2195
|
+
"exclusive": [
|
|
2196
|
+
"file"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"enterprise-scope": {
|
|
2200
|
+
"name": "enterprise-scope",
|
|
2201
|
+
"type": "boolean",
|
|
2202
|
+
"char": "s",
|
|
2203
|
+
"description": "Filters for settings scoped at the enterprise level.",
|
|
2204
|
+
"allowNo": false,
|
|
2205
|
+
"exclusive": [
|
|
2206
|
+
"enviro",
|
|
2131
2207
|
"cabinet"
|
|
2132
2208
|
]
|
|
2133
2209
|
},
|
|
2134
|
-
"
|
|
2135
|
-
"name": "
|
|
2210
|
+
"enviro": {
|
|
2211
|
+
"name": "enviro",
|
|
2136
2212
|
"type": "option",
|
|
2137
2213
|
"char": "e",
|
|
2138
|
-
"description": "
|
|
2214
|
+
"description": "Filters for settings scoped to the given environment name.",
|
|
2139
2215
|
"multiple": false,
|
|
2140
2216
|
"exclusive": [
|
|
2141
|
-
"enterprise",
|
|
2217
|
+
"enterprise-scope",
|
|
2142
2218
|
"cabinet"
|
|
2143
2219
|
]
|
|
2144
2220
|
},
|
|
@@ -2146,19 +2222,57 @@
|
|
|
2146
2222
|
"name": "cabinet",
|
|
2147
2223
|
"type": "option",
|
|
2148
2224
|
"char": "c",
|
|
2149
|
-
"description": "
|
|
2225
|
+
"description": "Filters for settings scoped to the given cabinet name.",
|
|
2150
2226
|
"multiple": false,
|
|
2151
2227
|
"exclusive": [
|
|
2152
|
-
"enterprise",
|
|
2153
|
-
"
|
|
2228
|
+
"enterprise-scope",
|
|
2229
|
+
"enviro"
|
|
2154
2230
|
]
|
|
2155
2231
|
},
|
|
2156
|
-
"
|
|
2157
|
-
"name": "
|
|
2232
|
+
"setting": {
|
|
2233
|
+
"name": "setting",
|
|
2158
2234
|
"type": "option",
|
|
2159
|
-
"char": "
|
|
2160
|
-
"description": "The
|
|
2161
|
-
"
|
|
2235
|
+
"char": "s",
|
|
2236
|
+
"description": "The config key (in dotpath/JSONPath), relative to the root of the config. eg: `database.name` or `database.connectionString`",
|
|
2237
|
+
"required": false,
|
|
2238
|
+
"multiple": true
|
|
2239
|
+
},
|
|
2240
|
+
"silent": {
|
|
2241
|
+
"name": "silent",
|
|
2242
|
+
"type": "boolean",
|
|
2243
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
2244
|
+
"allowNo": false,
|
|
2245
|
+
"exclusive": [
|
|
2246
|
+
"echo",
|
|
2247
|
+
"to-script"
|
|
2248
|
+
]
|
|
2249
|
+
},
|
|
2250
|
+
"echo": {
|
|
2251
|
+
"name": "echo",
|
|
2252
|
+
"type": "boolean",
|
|
2253
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
2254
|
+
"allowNo": false,
|
|
2255
|
+
"exclusive": [
|
|
2256
|
+
"to-script",
|
|
2257
|
+
"silent"
|
|
2258
|
+
]
|
|
2259
|
+
},
|
|
2260
|
+
"to-script": {
|
|
2261
|
+
"name": "to-script",
|
|
2262
|
+
"type": "boolean",
|
|
2263
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
2264
|
+
"allowNo": false,
|
|
2265
|
+
"exclusive": [
|
|
2266
|
+
"echo",
|
|
2267
|
+
"silent"
|
|
2268
|
+
]
|
|
2269
|
+
},
|
|
2270
|
+
"help": {
|
|
2271
|
+
"name": "help",
|
|
2272
|
+
"type": "boolean",
|
|
2273
|
+
"char": "h",
|
|
2274
|
+
"description": "Displays the help document for this command.",
|
|
2275
|
+
"allowNo": false
|
|
2162
2276
|
}
|
|
2163
2277
|
},
|
|
2164
2278
|
"args": {
|
|
@@ -4685,6 +4799,164 @@
|
|
|
4685
4799
|
"name"
|
|
4686
4800
|
]
|
|
4687
4801
|
},
|
|
4802
|
+
"config:settings:get": {
|
|
4803
|
+
"id": "config:settings:get",
|
|
4804
|
+
"description": "Shows the list of clusters.",
|
|
4805
|
+
"strict": true,
|
|
4806
|
+
"pluginName": "@codiac.io/codiac-cli",
|
|
4807
|
+
"pluginAlias": "@codiac.io/codiac-cli",
|
|
4808
|
+
"pluginType": "core",
|
|
4809
|
+
"aliases": [
|
|
4810
|
+
"cluster:list"
|
|
4811
|
+
],
|
|
4812
|
+
"flags": {
|
|
4813
|
+
"enterprise": {
|
|
4814
|
+
"name": "enterprise",
|
|
4815
|
+
"type": "option",
|
|
4816
|
+
"char": "n",
|
|
4817
|
+
"description": "(required only when more than one enterprise exists) The name of the enterprise containing the asset.",
|
|
4818
|
+
"multiple": false
|
|
4819
|
+
},
|
|
4820
|
+
"asset": {
|
|
4821
|
+
"name": "asset",
|
|
4822
|
+
"type": "option",
|
|
4823
|
+
"char": "a",
|
|
4824
|
+
"description": "The name of the asset to which the settings belong.",
|
|
4825
|
+
"multiple": false
|
|
4826
|
+
},
|
|
4827
|
+
"file": {
|
|
4828
|
+
"name": "file",
|
|
4829
|
+
"type": "option",
|
|
4830
|
+
"char": "f",
|
|
4831
|
+
"description": "The path-name to the file to which the settings belong, relative to the root of the container image.",
|
|
4832
|
+
"multiple": false,
|
|
4833
|
+
"exclusive": [
|
|
4834
|
+
"type"
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
"type": {
|
|
4838
|
+
"name": "type",
|
|
4839
|
+
"type": "option",
|
|
4840
|
+
"char": "t",
|
|
4841
|
+
"description": "Filters for the settings types that do not land in a config file (such as... env: OS environment variables, footprint: container footprint specs, and helm: helm chart settings).",
|
|
4842
|
+
"multiple": false,
|
|
4843
|
+
"options": [
|
|
4844
|
+
"env",
|
|
4845
|
+
"footprint",
|
|
4846
|
+
"helm"
|
|
4847
|
+
],
|
|
4848
|
+
"exclusive": [
|
|
4849
|
+
"file"
|
|
4850
|
+
]
|
|
4851
|
+
},
|
|
4852
|
+
"enterprise-scope": {
|
|
4853
|
+
"name": "enterprise-scope",
|
|
4854
|
+
"type": "boolean",
|
|
4855
|
+
"char": "s",
|
|
4856
|
+
"description": "Filters for settings scoped at the enterprise level.",
|
|
4857
|
+
"allowNo": false,
|
|
4858
|
+
"exclusive": [
|
|
4859
|
+
"enviro",
|
|
4860
|
+
"cabinet"
|
|
4861
|
+
]
|
|
4862
|
+
},
|
|
4863
|
+
"enviro": {
|
|
4864
|
+
"name": "enviro",
|
|
4865
|
+
"type": "option",
|
|
4866
|
+
"char": "e",
|
|
4867
|
+
"description": "Filters for settings scoped to the given environment name.",
|
|
4868
|
+
"multiple": false,
|
|
4869
|
+
"exclusive": [
|
|
4870
|
+
"enterprise-scope",
|
|
4871
|
+
"cabinet"
|
|
4872
|
+
]
|
|
4873
|
+
},
|
|
4874
|
+
"cabinet": {
|
|
4875
|
+
"name": "cabinet",
|
|
4876
|
+
"type": "option",
|
|
4877
|
+
"char": "c",
|
|
4878
|
+
"description": "Filters for settings scoped to the given cabinet name.",
|
|
4879
|
+
"multiple": false,
|
|
4880
|
+
"exclusive": [
|
|
4881
|
+
"enterprise-scope",
|
|
4882
|
+
"enviro"
|
|
4883
|
+
]
|
|
4884
|
+
},
|
|
4885
|
+
"setting": {
|
|
4886
|
+
"name": "setting",
|
|
4887
|
+
"type": "option",
|
|
4888
|
+
"description": "Glob for settings names. Filters for individual settings with matching names.",
|
|
4889
|
+
"multiple": false
|
|
4890
|
+
},
|
|
4891
|
+
"value": {
|
|
4892
|
+
"name": "value",
|
|
4893
|
+
"type": "option",
|
|
4894
|
+
"description": "Glob for settings values. Filters for individual settings with matching values.",
|
|
4895
|
+
"multiple": false
|
|
4896
|
+
},
|
|
4897
|
+
"output": {
|
|
4898
|
+
"name": "output",
|
|
4899
|
+
"type": "option",
|
|
4900
|
+
"char": "o",
|
|
4901
|
+
"description": "format in which to render the data.",
|
|
4902
|
+
"multiple": false,
|
|
4903
|
+
"options": [
|
|
4904
|
+
"text",
|
|
4905
|
+
"tree",
|
|
4906
|
+
"json",
|
|
4907
|
+
"yaml"
|
|
4908
|
+
],
|
|
4909
|
+
"default": "json"
|
|
4910
|
+
},
|
|
4911
|
+
"silent": {
|
|
4912
|
+
"name": "silent",
|
|
4913
|
+
"type": "boolean",
|
|
4914
|
+
"description": "Non-Interactive mode; executes without any user interaction and fails on any missing or invalid arguments.",
|
|
4915
|
+
"allowNo": false,
|
|
4916
|
+
"exclusive": [
|
|
4917
|
+
"echo",
|
|
4918
|
+
"to-script"
|
|
4919
|
+
]
|
|
4920
|
+
},
|
|
4921
|
+
"echo": {
|
|
4922
|
+
"name": "echo",
|
|
4923
|
+
"type": "boolean",
|
|
4924
|
+
"description": "Echo interaction mode; renders the equivalent non-interactive cli command for future use before final execution.",
|
|
4925
|
+
"allowNo": false,
|
|
4926
|
+
"exclusive": [
|
|
4927
|
+
"to-script",
|
|
4928
|
+
"silent"
|
|
4929
|
+
]
|
|
4930
|
+
},
|
|
4931
|
+
"to-script": {
|
|
4932
|
+
"name": "to-script",
|
|
4933
|
+
"type": "boolean",
|
|
4934
|
+
"description": "Toscript interaction mode; renders the equivalent non-interactive cli command WITHOUT any execution.",
|
|
4935
|
+
"allowNo": false,
|
|
4936
|
+
"exclusive": [
|
|
4937
|
+
"echo",
|
|
4938
|
+
"silent"
|
|
4939
|
+
]
|
|
4940
|
+
},
|
|
4941
|
+
"take-defaults": {
|
|
4942
|
+
"name": "take-defaults",
|
|
4943
|
+
"type": "boolean",
|
|
4944
|
+
"description": "Prevents prompting for confirmation on parameters that were passed in or were set to default values.",
|
|
4945
|
+
"allowNo": false,
|
|
4946
|
+
"exclusive": [
|
|
4947
|
+
"silent"
|
|
4948
|
+
]
|
|
4949
|
+
},
|
|
4950
|
+
"help": {
|
|
4951
|
+
"name": "help",
|
|
4952
|
+
"type": "boolean",
|
|
4953
|
+
"char": "h",
|
|
4954
|
+
"description": "Displays the help document for this command.",
|
|
4955
|
+
"allowNo": false
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4958
|
+
"args": {}
|
|
4959
|
+
},
|
|
4688
4960
|
"imageRegistry:pullSecret:set": {
|
|
4689
4961
|
"id": "imageRegistry:pullSecret:set",
|
|
4690
4962
|
"description": "Upserts the primary and secondary pull secret references for the given container registry.",
|
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 registering and maintaining enterprise assets and pipelines",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.221",
|
|
5
5
|
"author": "Codiac",
|
|
6
6
|
"bin": {
|
|
7
7
|
"codiac": "./bin/run",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"log-update": "^4.0.0",
|
|
66
66
|
"log4js": "^6.7.0",
|
|
67
|
+
"minimatch": "^9.0.3",
|
|
67
68
|
"node-docker-api": "^1.1.22",
|
|
68
69
|
"open": "^8.4.0",
|
|
69
70
|
"reflect-metadata": "^0.1.13",
|