@codiac.io/codiac-cli 1.2.157 → 1.2.164

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.
Files changed (600) hide show
  1. package/README.md +4481 -36
  2. package/bin/dev +16 -16
  3. package/bin/dev.cmd +2 -2
  4. package/bin/run +3 -3
  5. package/bin/run.cmd +3 -3
  6. package/codiac.json +9 -9
  7. package/lib/apis/codiac-api/common/api-client-base.d.ts +165 -165
  8. package/lib/apis/codiac-api/common/api-client-base.js +547 -547
  9. package/lib/apis/codiac-api/common/api-user-creds.d.ts +7 -7
  10. package/lib/apis/codiac-api/common/api-user-creds.js +18 -18
  11. package/lib/apis/codiac-api/common/config-loader.d.ts +6 -6
  12. package/lib/apis/codiac-api/common/config-loader.js +18 -18
  13. package/lib/apis/codiac-api/common/endpoint-spec.d.ts +17 -17
  14. package/lib/apis/codiac-api/common/endpoint-spec.js +27 -27
  15. package/lib/apis/codiac-api/common/security/api-auth-methods-legacy.d.ts +87 -87
  16. package/lib/apis/codiac-api/common/security/api-auth-methods-legacy.js +367 -367
  17. package/lib/apis/codiac-api/common/security/auth-constants.d.ts +15 -15
  18. package/lib/apis/codiac-api/common/security/auth-constants.js +21 -21
  19. package/lib/apis/codiac-api/common/security/i-auth-client.d.ts +44 -44
  20. package/lib/apis/codiac-api/common/security/i-auth-client.js +2 -2
  21. package/lib/apis/codiac-api/common/security/token-holder.d.ts +13 -13
  22. package/lib/apis/codiac-api/common/security/token-holder.js +17 -17
  23. package/lib/apis/codiac-api/common/utils.d.ts +23 -23
  24. package/lib/apis/codiac-api/common/utils.js +82 -82
  25. package/lib/apis/codiac-api/contracts/index.d.ts +1 -1
  26. package/lib/apis/codiac-api/contracts/index.js +4 -4
  27. package/lib/apis/codiac-api/gen/client-config.d.ts +10 -10
  28. package/lib/apis/codiac-api/gen/client-config.js +28 -28
  29. package/lib/apis/codiac-api/gen/client.d.ts +1663 -1663
  30. package/lib/apis/codiac-api/gen/client.js +15629 -15629
  31. package/lib/apis/codiac-api/gen/contracts.d.ts +2722 -2722
  32. package/lib/apis/codiac-api/gen/contracts.js +402 -402
  33. package/lib/apis/codiac-api/index.d.ts +3 -3
  34. package/lib/apis/codiac-api/index.js +8 -8
  35. package/lib/apis/codiac-relay/common/api-client-base.d.ts +165 -165
  36. package/lib/apis/codiac-relay/common/api-client-base.js +547 -547
  37. package/lib/apis/codiac-relay/common/api-user-creds.d.ts +7 -7
  38. package/lib/apis/codiac-relay/common/api-user-creds.js +18 -18
  39. package/lib/apis/codiac-relay/common/config-loader.d.ts +6 -6
  40. package/lib/apis/codiac-relay/common/config-loader.js +18 -18
  41. package/lib/apis/codiac-relay/common/endpoint-spec.d.ts +17 -17
  42. package/lib/apis/codiac-relay/common/endpoint-spec.js +27 -27
  43. package/lib/apis/codiac-relay/common/security/api-auth-methods-legacy.d.ts +87 -87
  44. package/lib/apis/codiac-relay/common/security/api-auth-methods-legacy.js +367 -367
  45. package/lib/apis/codiac-relay/common/security/auth-constants.d.ts +15 -15
  46. package/lib/apis/codiac-relay/common/security/auth-constants.js +21 -21
  47. package/lib/apis/codiac-relay/common/security/i-auth-client.d.ts +44 -44
  48. package/lib/apis/codiac-relay/common/security/i-auth-client.js +2 -2
  49. package/lib/apis/codiac-relay/common/security/token-holder.d.ts +13 -13
  50. package/lib/apis/codiac-relay/common/security/token-holder.js +17 -17
  51. package/lib/apis/codiac-relay/common/utils.d.ts +23 -23
  52. package/lib/apis/codiac-relay/common/utils.js +82 -82
  53. package/lib/apis/codiac-relay/contracts/index.d.ts +1 -1
  54. package/lib/apis/codiac-relay/contracts/index.js +4 -4
  55. package/lib/apis/codiac-relay/gen/client-config.d.ts +10 -10
  56. package/lib/apis/codiac-relay/gen/client-config.js +28 -28
  57. package/lib/apis/codiac-relay/gen/client.d.ts +244 -242
  58. package/lib/apis/codiac-relay/gen/client.js +1862 -1848
  59. package/lib/apis/codiac-relay/gen/client.js.map +1 -1
  60. package/lib/apis/codiac-relay/gen/contracts.d.ts +3108 -3097
  61. package/lib/apis/codiac-relay/gen/contracts.js +434 -431
  62. package/lib/apis/codiac-relay/gen/contracts.js.map +1 -1
  63. package/lib/apis/codiac-relay/index.d.ts +3 -3
  64. package/lib/apis/codiac-relay/index.js +8 -8
  65. package/lib/cli-common/ImagesList.js +66 -66
  66. package/lib/cli-common/ImagesList.js.map +1 -1
  67. package/lib/cli-common/argument-manager.d.ts +28 -28
  68. package/lib/cli-common/argument-manager.js +194 -194
  69. package/lib/cli-common/built-in-cli-user-input.d.ts +18 -18
  70. package/lib/cli-common/built-in-cli-user-input.js +309 -309
  71. package/lib/cli-common/built-in-cli-user-input.js.map +1 -1
  72. package/lib/cli-common/cli-interfaces.js +6 -6
  73. package/lib/cli-common/command-base.d.ts +72 -74
  74. package/lib/cli-common/command-base.js +181 -179
  75. package/lib/cli-common/command-base.js.map +1 -1
  76. package/lib/cli-common/entities/index.d.ts +1 -1
  77. package/lib/cli-common/entities/index.js +4 -4
  78. package/lib/cli-common/entities/prompt-choice.d.ts +7 -7
  79. package/lib/cli-common/entities/prompt-choice.js +2 -2
  80. package/lib/cli-common/file-selector.d.ts +48 -48
  81. package/lib/cli-common/file-selector.js +186 -186
  82. package/lib/cli-common/i-user-input-provider.js +18 -18
  83. package/lib/cli-common/index.d.ts +4 -4
  84. package/lib/cli-common/index.js +10 -10
  85. package/lib/cli-common/mock-ui.d.ts +27 -27
  86. package/lib/cli-common/mock-ui.js +82 -82
  87. package/lib/cli-common/prompt-select-fuzzy.d.ts +19 -19
  88. package/lib/cli-common/prompt-select-fuzzy.js +118 -118
  89. package/lib/cli-common/tenant-contextualizer.js +435 -435
  90. package/lib/cli-common/test/tenant-contextualizer.spec.js +142 -142
  91. package/lib/cli-entities/output-format-enum.d.ts +7 -7
  92. package/lib/cli-entities/output-format-enum.js +11 -11
  93. package/lib/cli-entities/prompt-choice.js +5 -5
  94. package/lib/codiac-constants.d.ts +35 -35
  95. package/lib/codiac-constants.js +40 -40
  96. package/lib/codiac-entities/asset-binding.d.ts +12 -12
  97. package/lib/codiac-entities/asset-binding.js +17 -17
  98. package/lib/codiac-entities/azure-container-registry.d.ts +4 -4
  99. package/lib/codiac-entities/azure-container-registry.js +2 -2
  100. package/lib/codiac-entities/azure-service-principal.d.ts +23 -23
  101. package/lib/codiac-entities/azure-service-principal.js +23 -23
  102. package/lib/codiac-entities/cloud-account-ref.d.ts +28 -28
  103. package/lib/codiac-entities/cloud-account-ref.js +36 -36
  104. package/lib/codiac-entities/deployment-temp.js +132 -132
  105. package/lib/codiac-entities/i-cloud-account-ref.d.ts +5 -5
  106. package/lib/codiac-entities/i-cloud-account-ref.js +2 -2
  107. package/lib/command-base-enterprise.d.ts +121 -121
  108. package/lib/command-base-enterprise.js +523 -523
  109. package/lib/command-base-tenantless.d.ts +44 -44
  110. package/lib/command-base-tenantless.js +172 -172
  111. package/lib/commands/asset/create.d.ts +42 -42
  112. package/lib/commands/asset/create.js +466 -466
  113. package/lib/commands/asset/destroy.d.ts +20 -20
  114. package/lib/commands/asset/destroy.js +128 -128
  115. package/lib/commands/asset/helm.d.ts +23 -24
  116. package/lib/commands/asset/helm.js +152 -150
  117. package/lib/commands/asset/helm.js.map +1 -1
  118. package/lib/commands/asset/list.d.ts +28 -29
  119. package/lib/commands/asset/list.js +171 -170
  120. package/lib/commands/asset/list.js.map +1 -1
  121. package/lib/commands/asset/probe/create.d.ts +38 -41
  122. package/lib/commands/asset/probe/create.js +186 -181
  123. package/lib/commands/asset/probe/create.js.map +1 -1
  124. package/lib/commands/asset/recycle.d.ts +23 -23
  125. package/lib/commands/asset/recycle.js +174 -174
  126. package/lib/commands/asset/view.d.ts +188 -189
  127. package/lib/commands/asset/view.js +1364 -1360
  128. package/lib/commands/asset/view.js.map +1 -1
  129. package/lib/commands/asset/volume/create.d.ts +23 -25
  130. package/lib/commands/asset/volume/create.js +175 -173
  131. package/lib/commands/asset/volume/create.js.map +1 -1
  132. package/lib/commands/asset/volume/delete.d.ts +19 -19
  133. package/lib/commands/asset/volume/delete.js +111 -111
  134. package/lib/commands/asset/volume/list.d.ts +19 -20
  135. package/lib/commands/asset/volume/list.js +69 -68
  136. package/lib/commands/asset/volume/list.js.map +1 -1
  137. package/lib/commands/branch/current.d.ts +10 -10
  138. package/lib/commands/branch/current.js +33 -33
  139. package/lib/commands/branch/list.d.ts +15 -15
  140. package/lib/commands/branch/list.js +55 -55
  141. package/lib/commands/branch/list.js.map +1 -1
  142. package/lib/commands/branch.d.ts +12 -13
  143. package/lib/commands/branch.js +41 -39
  144. package/lib/commands/branch.js.map +1 -1
  145. package/lib/commands/build.d.ts +37 -37
  146. package/lib/commands/build.js +118 -115
  147. package/lib/commands/build.js.map +1 -1
  148. package/lib/commands/cabinet/create.d.ts +21 -23
  149. package/lib/commands/cabinet/create.js +107 -105
  150. package/lib/commands/cabinet/create.js.map +1 -1
  151. package/lib/commands/cabinet/list.d.ts +23 -24
  152. package/lib/commands/cabinet/list.js +133 -131
  153. package/lib/commands/cabinet/list.js.map +1 -1
  154. package/lib/commands/cabinet/obliterate.d.ts +20 -22
  155. package/lib/commands/cabinet/obliterate.js +82 -80
  156. package/lib/commands/cabinet/obliterate.js.map +1 -1
  157. package/lib/commands/cli.d.ts +10 -10
  158. package/lib/commands/cli.js +99 -99
  159. package/lib/commands/cli.js.map +1 -1
  160. package/lib/commands/commit.d.ts +11 -13
  161. package/lib/commands/commit.js +39 -37
  162. package/lib/commands/commit.js.map +1 -1
  163. package/lib/commands/config/add.d.ts +78 -79
  164. package/lib/commands/config/add.js +559 -557
  165. package/lib/commands/config/add.js.map +1 -1
  166. package/lib/commands/config/delete.d.ts +18 -19
  167. package/lib/commands/config/delete.js +118 -113
  168. package/lib/commands/config/delete.js.map +1 -1
  169. package/lib/commands/config/deploy.d.ts +22 -22
  170. package/lib/commands/config/deploy.js +124 -124
  171. package/lib/commands/config/import.d.ts +27 -28
  172. package/lib/commands/config/import.js +195 -193
  173. package/lib/commands/config/import.js.map +1 -1
  174. package/lib/commands/config/view.d.ts +25 -28
  175. package/lib/commands/config/view.js +120 -117
  176. package/lib/commands/config/view.js.map +1 -1
  177. package/lib/commands/csp/login.d.ts +18 -22
  178. package/lib/commands/csp/login.js +108 -106
  179. package/lib/commands/csp/login.js.map +1 -1
  180. package/lib/commands/csp/logout.d.ts +15 -19
  181. package/lib/commands/csp/logout.js +73 -71
  182. package/lib/commands/csp/logout.js.map +1 -1
  183. package/lib/commands/dep/create.d.ts +13 -14
  184. package/lib/commands/dep/create.js +40 -35
  185. package/lib/commands/dep/create.js.map +1 -1
  186. package/lib/commands/dep/install.d.ts +9 -9
  187. package/lib/commands/dep/install.js +29 -29
  188. package/lib/commands/dep/list.d.ts +55 -55
  189. package/lib/commands/dep/list.js +97 -97
  190. package/lib/commands/dep/remove.d.ts +12 -13
  191. package/lib/commands/dep/remove.js +61 -59
  192. package/lib/commands/dep/remove.js.map +1 -1
  193. package/lib/commands/dep/source.d.ts +13 -14
  194. package/lib/commands/dep/source.js +82 -80
  195. package/lib/commands/dep/source.js.map +1 -1
  196. package/lib/commands/dep/syncup.d.ts +11 -12
  197. package/lib/commands/dep/syncup.js +53 -51
  198. package/lib/commands/dep/syncup.js.map +1 -1
  199. package/lib/commands/dep/unsource.d.ts +14 -15
  200. package/lib/commands/dep/unsource.js +67 -60
  201. package/lib/commands/dep/unsource.js.map +1 -1
  202. package/lib/commands/dep/upgrade.d.ts +44 -45
  203. package/lib/commands/dep/upgrade.js +243 -241
  204. package/lib/commands/dep/upgrade.js.map +1 -1
  205. package/lib/commands/dep.d.ts +12 -13
  206. package/lib/commands/dep.js +50 -48
  207. package/lib/commands/dep.js.map +1 -1
  208. package/lib/commands/deploy.d.ts +38 -31
  209. package/lib/commands/deploy.js +382 -357
  210. package/lib/commands/deploy.js.map +1 -1
  211. package/lib/commands/enterprise/create.d.ts +20 -22
  212. package/lib/commands/enterprise/create.js +97 -95
  213. package/lib/commands/enterprise/create.js.map +1 -1
  214. package/lib/commands/enterprise/list.d.ts +14 -15
  215. package/lib/commands/enterprise/list.js +83 -82
  216. package/lib/commands/enterprise/list.js.map +1 -1
  217. package/lib/commands/env/add.d.ts +22 -23
  218. package/lib/commands/env/add.js +199 -196
  219. package/lib/commands/env/add.js.map +1 -1
  220. package/lib/commands/environment/create.d.ts +19 -21
  221. package/lib/commands/environment/create.js +88 -86
  222. package/lib/commands/environment/create.js.map +1 -1
  223. package/lib/commands/environment/list.d.ts +25 -26
  224. package/lib/commands/environment/list.js +157 -155
  225. package/lib/commands/environment/list.js.map +1 -1
  226. package/lib/commands/filestore/capture.d.ts +31 -31
  227. package/lib/commands/filestore/capture.js +341 -341
  228. package/lib/commands/host/map.d.ts +33 -35
  229. package/lib/commands/host/map.js +346 -344
  230. package/lib/commands/host/map.js.map +1 -1
  231. package/lib/commands/identity/delete.d.ts +15 -16
  232. package/lib/commands/identity/delete.js +82 -78
  233. package/lib/commands/identity/delete.js.map +1 -1
  234. package/lib/commands/identity/list.d.ts +11 -11
  235. package/lib/commands/identity/list.js +42 -42
  236. package/lib/commands/identity/list.js.map +1 -1
  237. package/lib/commands/identity.d.ts +22 -24
  238. package/lib/commands/identity.js +76 -74
  239. package/lib/commands/identity.js.map +1 -1
  240. package/lib/commands/imageRegistry/capture.d.ts +27 -28
  241. package/lib/commands/imageRegistry/capture.js +159 -159
  242. package/lib/commands/imageRegistry/capture.js.map +1 -1
  243. package/lib/commands/imageRegistry/forget.d.ts +23 -23
  244. package/lib/commands/imageRegistry/forget.js +160 -160
  245. package/lib/commands/imageRegistry/pullSecret/set.d.ts +27 -28
  246. package/lib/commands/imageRegistry/pullSecret/set.js +299 -299
  247. package/lib/commands/imageRegistry/pullSecret/set.js.map +1 -1
  248. package/lib/commands/imageRegistry/pullSecret/unset.d.ts +24 -24
  249. package/lib/commands/imageRegistry/pullSecret/unset.js +242 -242
  250. package/lib/commands/imageRegistry/pullSecret/unset.js.map +1 -1
  251. package/lib/commands/images/add.d.ts +25 -27
  252. package/lib/commands/images/add.js +75 -70
  253. package/lib/commands/images/add.js.map +1 -1
  254. package/lib/commands/images/list.d.ts +14 -16
  255. package/lib/commands/images/list.js +71 -71
  256. package/lib/commands/images/list.js.map +1 -1
  257. package/lib/commands/images/patch.d.ts +14 -16
  258. package/lib/commands/images/patch.js +92 -90
  259. package/lib/commands/images/patch.js.map +1 -1
  260. package/lib/commands/images/remove.d.ts +12 -14
  261. package/lib/commands/images/remove.js +37 -35
  262. package/lib/commands/images/remove.js.map +1 -1
  263. package/lib/commands/images/version.d.ts +16 -16
  264. package/lib/commands/images/version.js +64 -62
  265. package/lib/commands/images/version.js.map +1 -1
  266. package/lib/commands/init.d.ts +17 -19
  267. package/lib/commands/init.js +130 -130
  268. package/lib/commands/init.js.map +1 -1
  269. package/lib/commands/kit/create.d.ts +25 -26
  270. package/lib/commands/kit/create.js +141 -139
  271. package/lib/commands/kit/create.js.map +1 -1
  272. package/lib/commands/login.d.ts +22 -22
  273. package/lib/commands/login.js +92 -92
  274. package/lib/commands/logout.d.ts +8 -8
  275. package/lib/commands/logout.js +36 -36
  276. package/lib/commands/merge.d.ts +12 -14
  277. package/lib/commands/merge.js +42 -40
  278. package/lib/commands/merge.js.map +1 -1
  279. package/lib/commands/noc/cluster/create.d.ts +28 -29
  280. package/lib/commands/noc/cluster/create.js +132 -130
  281. package/lib/commands/noc/cluster/create.js.map +1 -1
  282. package/lib/commands/noc/cluster/deinit.d.ts +17 -18
  283. package/lib/commands/noc/cluster/deinit.js +116 -113
  284. package/lib/commands/noc/cluster/deinit.js.map +1 -1
  285. package/lib/commands/noc/cluster/destroy.d.ts +20 -21
  286. package/lib/commands/noc/cluster/destroy.js +137 -134
  287. package/lib/commands/noc/cluster/destroy.js.map +1 -1
  288. package/lib/commands/noc/cluster/grant.d.ts +24 -0
  289. package/lib/commands/noc/cluster/grant.js +160 -0
  290. package/lib/commands/noc/cluster/grant.js.map +1 -0
  291. package/lib/commands/noc/cluster/init.d.ts +17 -18
  292. package/lib/commands/noc/cluster/init.js +116 -113
  293. package/lib/commands/noc/cluster/init.js.map +1 -1
  294. package/lib/commands/noc/cluster/list.d.ts +21 -22
  295. package/lib/commands/noc/cluster/list.js +83 -82
  296. package/lib/commands/noc/cluster/list.js.map +1 -1
  297. package/lib/commands/noc/cluster/recreate.d.ts +28 -31
  298. package/lib/commands/noc/cluster/recreate.js +185 -182
  299. package/lib/commands/noc/cluster/recreate.js.map +1 -1
  300. package/lib/commands/pkg/add.d.ts +15 -17
  301. package/lib/commands/pkg/add.js +42 -40
  302. package/lib/commands/pkg/add.js.map +1 -1
  303. package/lib/commands/pkg/list.d.ts +9 -11
  304. package/lib/commands/pkg/list.js +32 -32
  305. package/lib/commands/pkg/list.js.map +1 -1
  306. package/lib/commands/pkg/patch.d.ts +13 -15
  307. package/lib/commands/pkg/patch.js +78 -76
  308. package/lib/commands/pkg/patch.js.map +1 -1
  309. package/lib/commands/pkg/remove.d.ts +12 -14
  310. package/lib/commands/pkg/remove.js +69 -67
  311. package/lib/commands/pkg/remove.js.map +1 -1
  312. package/lib/commands/portal.d.ts +11 -11
  313. package/lib/commands/portal.js +81 -81
  314. package/lib/commands/publish.d.ts +21 -23
  315. package/lib/commands/publish.js +51 -51
  316. package/lib/commands/publish.js.map +1 -1
  317. package/lib/commands/pull.d.ts +13 -15
  318. package/lib/commands/pull.js +29 -29
  319. package/lib/commands/pull.js.map +1 -1
  320. package/lib/commands/push.d.ts +13 -15
  321. package/lib/commands/push.js +29 -29
  322. package/lib/commands/push.js.map +1 -1
  323. package/lib/commands/run.d.ts +35 -35
  324. package/lib/commands/run.js +193 -193
  325. package/lib/commands/secretStore/capture.d.ts +27 -28
  326. package/lib/commands/secretStore/capture.js +174 -173
  327. package/lib/commands/secretStore/capture.js.map +1 -1
  328. package/lib/commands/secretStore/forget.d.ts +20 -20
  329. package/lib/commands/secretStore/forget.js +146 -146
  330. package/lib/commands/stage.d.ts +13 -15
  331. package/lib/commands/stage.js +64 -62
  332. package/lib/commands/stage.js.map +1 -1
  333. package/lib/commands/stash.d.ts +13 -13
  334. package/lib/commands/stash.js +30 -28
  335. package/lib/commands/stash.js.map +1 -1
  336. package/lib/commands/status.d.ts +12 -12
  337. package/lib/commands/status.js +48 -48
  338. package/lib/commands/stop.d.ts +10 -10
  339. package/lib/commands/stop.js +51 -51
  340. package/lib/commands/switch.d.ts +11 -12
  341. package/lib/commands/switch.js +41 -36
  342. package/lib/commands/switch.js.map +1 -1
  343. package/lib/commands/sync.d.ts +14 -16
  344. package/lib/commands/sync.js +20 -20
  345. package/lib/commands/sync.js.map +1 -1
  346. package/lib/commands/tenant/create.d.ts +27 -29
  347. package/lib/commands/tenant/create.js +119 -117
  348. package/lib/commands/tenant/create.js.map +1 -1
  349. package/lib/commands/tenant/switch.d.ts +24 -26
  350. package/lib/commands/tenant/switch.js +108 -106
  351. package/lib/commands/tenant/switch.js.map +1 -1
  352. package/lib/commands/unstage.d.ts +12 -14
  353. package/lib/commands/unstage.js +57 -55
  354. package/lib/commands/unstage.js.map +1 -1
  355. package/lib/commands/whereami.d.ts +15 -17
  356. package/lib/commands/whereami.js +122 -122
  357. package/lib/commands/whereami.js.map +1 -1
  358. package/lib/commands/whoami.d.ts +8 -11
  359. package/lib/commands/whoami.js +39 -40
  360. package/lib/commands/whoami.js.map +1 -1
  361. package/lib/errors/NoMembershipError.d.ts +8 -8
  362. package/lib/errors/NoMembershipError.js +14 -14
  363. package/lib/index.d.ts +1 -1
  364. package/lib/index.js +16 -16
  365. package/lib/log-update-wrapper.d.ts +24 -24
  366. package/lib/log-update-wrapper.js +28 -28
  367. package/lib/log4js-logger.d.ts +26 -26
  368. package/lib/log4js-logger.js +137 -137
  369. package/lib/ops/INTERFACES_CLI.d.ts +3 -3
  370. package/lib/ops/INTERFACES_CLI.js +7 -7
  371. package/lib/ops/LocalOps.d.ts +444 -444
  372. package/lib/ops/LocalOps.js +3183 -3183
  373. package/lib/ops/azure-container-registry-client/azure-container-registry-client.js +147 -147
  374. package/lib/ops/cli-path-walker.js +54 -54
  375. package/lib/ops/codiac-entities/dependency.d.ts +5 -5
  376. package/lib/ops/codiac-entities/dependency.js +10 -10
  377. package/lib/ops/codiac-entities/index.d.ts +1 -1
  378. package/lib/ops/codiac-entities/index.js +4 -4
  379. package/lib/ops/composite-image-registry-client.js +73 -73
  380. package/lib/ops/data/cli-context-repo.d.ts +61 -61
  381. package/lib/ops/data/cli-context-repo.js +269 -269
  382. package/lib/ops/data/index.d.ts +2 -2
  383. package/lib/ops/data/index.js +5 -5
  384. package/lib/ops/data/npm-config-repo.d.ts +13 -13
  385. package/lib/ops/data/npm-config-repo.js +64 -64
  386. package/lib/ops/docker-config.js +130 -130
  387. package/lib/ops/docker-constants.js +21 -21
  388. package/lib/ops/docker-credentials-store.js +237 -237
  389. package/lib/ops/docker-registry-api-client/docker-registry-api-client.js +288 -288
  390. package/lib/ops/docker-registry-api-client/entities/blob-sum.d.ts +7 -7
  391. package/lib/ops/docker-registry-api-client/entities/blob-sum.js +12 -12
  392. package/lib/ops/docker-registry-api-client/entities/docker-access-actions-enum.d.ts +5 -5
  393. package/lib/ops/docker-registry-api-client/entities/docker-access-actions-enum.js +9 -9
  394. package/lib/ops/docker-registry-api-client/entities/docker-auth-token-criteria.d.ts +30 -30
  395. package/lib/ops/docker-registry-api-client/entities/docker-auth-token-criteria.js +35 -35
  396. package/lib/ops/docker-registry-api-client/entities/i-docker-error-response.d.ts +55 -55
  397. package/lib/ops/docker-registry-api-client/entities/i-docker-error-response.js +51 -51
  398. package/lib/ops/docker-registry-api-client/entities/i-docker-list-response.d.ts +7 -7
  399. package/lib/ops/docker-registry-api-client/entities/i-docker-list-response.js +2 -2
  400. package/lib/ops/docker-registry-api-client/entities/image-repository.d.ts +31 -31
  401. package/lib/ops/docker-registry-api-client/entities/image-repository.js +29 -29
  402. package/lib/ops/docker-registry-api-client/entities/image-tag-criteria.d.ts +8 -8
  403. package/lib/ops/docker-registry-api-client/entities/image-tag-criteria.js +13 -13
  404. package/lib/ops/docker-registry-api-client/entities/image-tag-list.d.ts +7 -7
  405. package/lib/ops/docker-registry-api-client/entities/image-tag-list.js +12 -12
  406. package/lib/ops/docker-registry-api-client/entities/manifest-criteria.d.ts +9 -9
  407. package/lib/ops/docker-registry-api-client/entities/manifest-criteria.js +14 -14
  408. package/lib/ops/docker-registry-api-client/entities/manifest.d.ts +15 -15
  409. package/lib/ops/docker-registry-api-client/entities/manifest.js +20 -20
  410. package/lib/ops/docker-registry-api-client/entities/repository-criteria.d.ts +16 -16
  411. package/lib/ops/docker-registry-api-client/entities/repository-criteria.js +23 -23
  412. package/lib/ops/docker-registry-api-client/entities/token-response.d.ts +15 -15
  413. package/lib/ops/docker-registry-api-client/entities/token-response.js +14 -14
  414. package/lib/ops/docker-registry-api-client/entities/token.d.ts +17 -17
  415. package/lib/ops/docker-registry-api-client/entities/token.js +21 -21
  416. package/lib/ops/docker-registry-api-client/entities/version-check-criteria.d.ts +4 -4
  417. package/lib/ops/docker-registry-api-client/entities/version-check-criteria.js +9 -9
  418. package/lib/ops/dx-constants.d.ts +26 -26
  419. package/lib/ops/dx-constants.js +42 -42
  420. package/lib/ops/entities/ImageBuildContext.d.ts +12 -12
  421. package/lib/ops/entities/ImageBuildContext.js +18 -18
  422. package/lib/ops/entities/PipelineContext.d.ts +21 -21
  423. package/lib/ops/entities/PipelineContext.js +22 -22
  424. package/lib/ops/entities/TenantContext.d.ts +10 -10
  425. package/lib/ops/entities/TenantContext.js +15 -15
  426. package/lib/ops/entities/ThaulConfig.js +29 -29
  427. package/lib/ops/entities/azure-service-principal.d.ts +23 -23
  428. package/lib/ops/entities/azure-service-principal.js +23 -23
  429. package/lib/ops/entities/better-logger.js +1 -1
  430. package/lib/ops/entities/branch.d.ts +13 -13
  431. package/lib/ops/entities/branch.js +15 -15
  432. package/lib/ops/entities/cli-config.d.ts +48 -48
  433. package/lib/ops/entities/cli-config.js +60 -60
  434. package/lib/ops/entities/docker-image.d.ts +60 -60
  435. package/lib/ops/entities/docker-image.js +2 -2
  436. package/lib/ops/entities/helm-spec.d.ts +15 -15
  437. package/lib/ops/entities/helm-spec.js +22 -22
  438. package/lib/ops/entities/index.d.ts +4 -4
  439. package/lib/ops/entities/index.js +11 -11
  440. package/lib/ops/entities/operation-meta.d.ts +8 -8
  441. package/lib/ops/entities/operation-meta.js +18 -18
  442. package/lib/ops/entities/scaffolding.d.ts +19 -19
  443. package/lib/ops/entities/scaffolding.js +20 -20
  444. package/lib/ops/extensions/azart-identity-adapter.d.ts +19 -19
  445. package/lib/ops/extensions/azart-identity-adapter.js +96 -96
  446. package/lib/ops/extensions/npm-identity-adapter-base.d.ts +13 -13
  447. package/lib/ops/extensions/npm-identity-adapter-base.js +2 -2
  448. package/lib/ops/extensions/npmjs-identity-adapter.d.ts +13 -13
  449. package/lib/ops/extensions/npmjs-identity-adapter.js +63 -63
  450. package/lib/ops/git-ops.d.ts +8 -8
  451. package/lib/ops/git-ops.js +13 -13
  452. package/lib/ops/i-client-for-image-registry.js +16 -16
  453. package/lib/ops/i-identity-handler.d.ts +33 -33
  454. package/lib/ops/i-identity-handler.js +164 -164
  455. package/lib/ops/i-output-styler.js +16 -16
  456. package/lib/ops/index.d.ts +12 -12
  457. package/lib/ops/index.js +14 -14
  458. package/lib/ops/json-utils.js +58 -58
  459. package/lib/ops/no-style-output-styler.js +29 -29
  460. package/lib/ops/oauth2-client.ts/oauth2-client.d.ts +23 -23
  461. package/lib/ops/oauth2-client.ts/oauth2-client.js +63 -63
  462. package/lib/ops/project-initializer.d.ts +36 -36
  463. package/lib/ops/project-initializer.js +218 -218
  464. package/lib/ops/scaffolding/base-scaffolding.d.ts +7 -7
  465. package/lib/ops/scaffolding/base-scaffolding.js +20 -20
  466. package/lib/ops/scaffolding/codiac-api-scaffolding.d.ts +7 -7
  467. package/lib/ops/scaffolding/codiac-api-scaffolding.js +63 -63
  468. package/lib/ops/scaffolding/typescript-scaffolding.d.ts +15 -15
  469. package/lib/ops/scaffolding/typescript-scaffolding.js +162 -162
  470. package/lib/ops/test/mock-ui.d.ts +26 -26
  471. package/lib/ops/test/mock-ui.js +87 -87
  472. package/lib/ops/test/test-extensions.d.ts +13 -13
  473. package/lib/ops/test/test-extensions.js +70 -70
  474. package/lib/ops/test/when-a-recursive-file-search-is-run.spec.d.ts +2 -2
  475. package/lib/ops/test/when-a-recursive-file-search-is-run.spec.js +54 -54
  476. package/lib/ops/test/when-git-branchline-is-attempted.spec.d.ts +2 -2
  477. package/lib/ops/test/when-git-branchline-is-attempted.spec.js +37 -37
  478. package/lib/ops/test/when-versions-are-parsed.spec.d.ts +2 -2
  479. package/lib/ops/test/when-versions-are-parsed.spec.js +59 -59
  480. package/lib/ops/throwing-user-input-provider.js +36 -36
  481. package/lib/prettify.d.ts +7 -7
  482. package/lib/prettify.js +23 -23
  483. package/lib/read-stdin.d.ts +2 -2
  484. package/lib/read-stdin.js +28 -28
  485. package/lib/relay/contracts/contracts.d.ts +207 -196
  486. package/lib/relay/contracts/contracts.js +229 -212
  487. package/lib/relay/contracts/contracts.js.map +1 -1
  488. package/lib/relay/extended-relay-client.d.ts +27 -27
  489. package/lib/relay/extended-relay-client.js +27 -27
  490. package/lib/relay/relay-container.d.ts +41 -41
  491. package/lib/relay/relay-container.js +297 -297
  492. package/lib/relay/wsclient/relay-socket-listener.d.ts +68 -68
  493. package/lib/relay/wsclient/relay-socket-listener.js +164 -164
  494. package/lib/relay/wsclient/relay-websocket-client.d.ts +33 -33
  495. package/lib/relay/wsclient/relay-websocket-client.js +178 -178
  496. package/lib/relay/wsclient/rx-websocket-subject.d.ts +25 -25
  497. package/lib/relay/wsclient/rx-websocket-subject.js +133 -133
  498. package/lib/relay/wsclient/socket-contracts.d.ts +22 -22
  499. package/lib/relay/wsclient/socket-contracts.js +2 -2
  500. package/lib/standard-probes.d.ts +5 -5
  501. package/lib/standard-probes.js +21 -21
  502. package/lib/uilogic/build-configurator.d.ts +21 -21
  503. package/lib/uilogic/build-configurator.js +110 -110
  504. package/lib/uilogic/cloud-provider-contextualizer.d.ts +46 -46
  505. package/lib/uilogic/cloud-provider-contextualizer.js +193 -193
  506. package/lib/uilogic/cloud-resource-configurator-factory.d.ts +41 -41
  507. package/lib/uilogic/cloud-resource-configurator-factory.js +157 -158
  508. package/lib/uilogic/cloud-resource-configurator-factory.js.map +1 -1
  509. package/lib/uilogic/cloud-resource-configurators/aws-resource-configurator.d.ts +38 -33
  510. package/lib/uilogic/cloud-resource-configurators/aws-resource-configurator.js +347 -296
  511. package/lib/uilogic/cloud-resource-configurators/aws-resource-configurator.js.map +1 -1
  512. package/lib/uilogic/cloud-resource-configurators/az-acr-cli-authenticator.js +77 -77
  513. package/lib/uilogic/cloud-resource-configurators/az-interactive-login-configurator.d.ts +42 -42
  514. package/lib/uilogic/cloud-resource-configurators/az-interactive-login-configurator.js +247 -247
  515. package/lib/uilogic/cloud-resource-configurators/azure-resource-configurator.d.ts +110 -110
  516. package/lib/uilogic/cloud-resource-configurators/azure-resource-configurator.js +781 -781
  517. package/lib/uilogic/cloud-resource-configurators/azure-types.js +9 -9
  518. package/lib/uilogic/cloud-resource-configurators/docker-hub-resource-configurator.d.ts +24 -24
  519. package/lib/uilogic/cloud-resource-configurators/docker-hub-resource-configurator.js +105 -105
  520. package/lib/uilogic/cloud-resource-configurators/helm-resource-configurator.d.ts +16 -16
  521. package/lib/uilogic/cloud-resource-configurators/helm-resource-configurator.js +44 -44
  522. package/lib/uilogic/cloud-resource-configurators/unsupported-resource-configurator.d.ts +18 -18
  523. package/lib/uilogic/cloud-resource-configurators/unsupported-resource-configurator.js +61 -61
  524. package/lib/uilogic/enterprise-contextualizer.d.ts +76 -76
  525. package/lib/uilogic/enterprise-contextualizer.js +670 -670
  526. package/lib/uilogic/environment-contextualizer.d.ts +15 -15
  527. package/lib/uilogic/environment-contextualizer.js +42 -42
  528. package/lib/uilogic/i-cluster-configurator.d.ts +9 -9
  529. package/lib/uilogic/i-cluster-configurator.js +2 -2
  530. package/lib/uilogic/i-login-configurator.d.ts +6 -6
  531. package/lib/uilogic/i-login-configurator.js +2 -2
  532. package/lib/uilogic/i-registry-configurator.d.ts +6 -6
  533. package/lib/uilogic/i-registry-configurator.js +2 -2
  534. package/lib/uilogic/i-secret-store-configurator.d.ts +7 -7
  535. package/lib/uilogic/i-secret-store-configurator.js +2 -2
  536. package/lib/uilogic/image-configurator.d.ts +133 -133
  537. package/lib/uilogic/image-configurator.js +577 -577
  538. package/lib/uilogic/image-contextualizer.d.ts +24 -24
  539. package/lib/uilogic/image-contextualizer.js +89 -89
  540. package/lib/uilogic/image-registry-contextualizer.d.ts +28 -28
  541. package/lib/uilogic/image-registry-contextualizer.js +126 -126
  542. package/lib/uilogic/index.d.ts +9 -9
  543. package/lib/uilogic/index.js +13 -13
  544. package/lib/uilogic/prompt-select-fuzzy.js +138 -138
  545. package/lib/uilogic/render-methods.d.ts +12 -12
  546. package/lib/uilogic/render-methods.js +64 -64
  547. package/lib/uilogic/tenant-contextualizer.d.ts +79 -79
  548. package/lib/uilogic/tenant-contextualizer.js +573 -573
  549. package/lib/user-context-loader.d.ts +60 -60
  550. package/lib/user-context-loader.js +183 -183
  551. package/oclif.manifest.json +221 -3309
  552. package/package.json +150 -151
  553. package/scaffolding/api/.gitignore-scaffolding +68 -68
  554. package/scaffolding/api/.vscode/launch.json +16 -16
  555. package/scaffolding/api/.vscode/settings.json +7 -7
  556. package/scaffolding/api/.vscode/tasks.json +15 -15
  557. package/scaffolding/api/src/app-config.json +2 -2
  558. package/scaffolding/api/src/index.ts-scaffolding +13 -13
  559. package/scaffolding/api/src/myApiDef.ts-scaffolding +25 -25
  560. package/scaffolding/default/.gitignore-scaffolding +2 -2
  561. package/scaffolding/typescript/.gitignore-scaffolding +69 -69
  562. package/scaffolding/typescript/.vscode/launch.json +16 -16
  563. package/scaffolding/typescript/.vscode/settings.json +7 -7
  564. package/scaffolding/typescript/.vscode/tasks.json +15 -15
  565. package/lib/api-command-base.d.ts +0 -0
  566. package/lib/api-command-base.js +0 -52
  567. package/lib/api-command-base.js.map +0 -1
  568. package/lib/azure-rest-client.d.ts +0 -6
  569. package/lib/azure-rest-client.js +0 -36
  570. package/lib/azure-rest-client.js.map +0 -1
  571. package/lib/commands/view/dashboard.d.ts +0 -17
  572. package/lib/commands/view/dashboard.js +0 -88
  573. package/lib/commands/view/dashboard.js.map +0 -1
  574. package/lib/commands/view/pods.d.ts +0 -14
  575. package/lib/commands/view/pods.js +0 -88
  576. package/lib/commands/view/pods.js.map +0 -1
  577. package/lib/deployment.d.ts +0 -2
  578. package/lib/deployment.js +0 -7
  579. package/lib/deployment.js.map +0 -1
  580. package/lib/k8s-command-base.d.ts +0 -60
  581. package/lib/k8s-command-base.js +0 -204
  582. package/lib/k8s-command-base.js.map +0 -1
  583. package/lib/relay/data/aws-k8s-versions.d.ts +0 -6
  584. package/lib/relay/data/aws-k8s-versions.js +0 -16
  585. package/lib/relay/data/aws-k8s-versions.js.map +0 -1
  586. package/lib/relay/data/aws-node-types.d.ts +0 -37
  587. package/lib/relay/data/aws-node-types.js +0 -4246
  588. package/lib/relay/data/aws-node-types.js.map +0 -1
  589. package/lib/relay/data/aws-regions.d.ts +0 -6
  590. package/lib/relay/data/aws-regions.js +0 -34
  591. package/lib/relay/data/aws-regions.js.map +0 -1
  592. package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.d.ts +0 -11
  593. package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.js +0 -16
  594. package/lib/uilogic/cloud-resource-configurators/aws-k8s-versions.js.map +0 -1
  595. package/lib/uilogic/cloud-resource-configurators/aws-node-types.d.ts +0 -5
  596. package/lib/uilogic/cloud-resource-configurators/aws-node-types.js +0 -536
  597. package/lib/uilogic/cloud-resource-configurators/aws-node-types.js.map +0 -1
  598. package/lib/uilogic/cloud-resource-configurators/aws-regions.d.ts +0 -10
  599. package/lib/uilogic/cloud-resource-configurators/aws-regions.js +0 -34
  600. package/lib/uilogic/cloud-resource-configurators/aws-regions.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.157",
2
+ "version": "1.2.164",
3
3
  "commands": {
4
4
  "branch": {
5
5
  "id": "branch",
@@ -10,43 +10,6 @@
10
10
  "pluginType": "core",
11
11
  "aliases": [],
12
12
  "flags": {
13
- "as": {
14
- "name": "as",
15
- "type": "option",
16
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
17
- "multiple": false
18
- },
19
- "remember": {
20
- "name": "remember",
21
- "type": "boolean",
22
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
23
- "allowNo": false
24
- },
25
- "rememberAs": {
26
- "name": "rememberAs",
27
- "type": "option",
28
- "description": "Saves the given argument list so that it can be called by name.",
29
- "multiple": false
30
- },
31
- "unremember": {
32
- "name": "unremember",
33
- "type": "option",
34
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
35
- "multiple": false
36
- },
37
- "withoutdefaults": {
38
- "name": "withoutdefaults",
39
- "type": "boolean",
40
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
41
- "allowNo": false
42
- },
43
- "verbose": {
44
- "name": "verbose",
45
- "type": "boolean",
46
- "char": "v",
47
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
48
- "allowNo": false
49
- },
50
13
  "switch": {
51
14
  "name": "switch",
52
15
  "type": "boolean",
@@ -199,7 +162,6 @@
199
162
  "type": "option",
200
163
  "char": "s",
201
164
  "description": "(optional) Prevents the building of any declared container images or packages.",
202
- "helpValue": "(images|packages)",
203
165
  "multiple": false,
204
166
  "options": [
205
167
  "images",
@@ -234,43 +196,6 @@
234
196
  "pluginType": "core",
235
197
  "aliases": [],
236
198
  "flags": {
237
- "as": {
238
- "name": "as",
239
- "type": "option",
240
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
241
- "multiple": false
242
- },
243
- "remember": {
244
- "name": "remember",
245
- "type": "boolean",
246
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
247
- "allowNo": false
248
- },
249
- "rememberAs": {
250
- "name": "rememberAs",
251
- "type": "option",
252
- "description": "Saves the given argument list so that it can be called by name.",
253
- "multiple": false
254
- },
255
- "unremember": {
256
- "name": "unremember",
257
- "type": "option",
258
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
259
- "multiple": false
260
- },
261
- "withoutdefaults": {
262
- "name": "withoutdefaults",
263
- "type": "boolean",
264
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
265
- "allowNo": false
266
- },
267
- "verbose": {
268
- "name": "verbose",
269
- "type": "boolean",
270
- "char": "v",
271
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
272
- "allowNo": false
273
- },
274
199
  "help": {
275
200
  "name": "help",
276
201
  "type": "boolean",
@@ -298,43 +223,6 @@
298
223
  "pluginType": "core",
299
224
  "aliases": [],
300
225
  "flags": {
301
- "as": {
302
- "name": "as",
303
- "type": "option",
304
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
305
- "multiple": false
306
- },
307
- "remember": {
308
- "name": "remember",
309
- "type": "boolean",
310
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
311
- "allowNo": false
312
- },
313
- "rememberAs": {
314
- "name": "rememberAs",
315
- "type": "option",
316
- "description": "Saves the given argument list so that it can be called by name.",
317
- "multiple": false
318
- },
319
- "unremember": {
320
- "name": "unremember",
321
- "type": "option",
322
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
323
- "multiple": false
324
- },
325
- "withoutdefaults": {
326
- "name": "withoutdefaults",
327
- "type": "boolean",
328
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
329
- "allowNo": false
330
- },
331
- "verbose": {
332
- "name": "verbose",
333
- "type": "boolean",
334
- "char": "v",
335
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
336
- "allowNo": false
337
- },
338
226
  "help": {
339
227
  "name": "help",
340
228
  "type": "boolean",
@@ -359,43 +247,6 @@
359
247
  "pluginType": "core",
360
248
  "aliases": [],
361
249
  "flags": {
362
- "as": {
363
- "name": "as",
364
- "type": "option",
365
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
366
- "multiple": false
367
- },
368
- "remember": {
369
- "name": "remember",
370
- "type": "boolean",
371
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
372
- "allowNo": false
373
- },
374
- "rememberAs": {
375
- "name": "rememberAs",
376
- "type": "option",
377
- "description": "Saves the given argument list so that it can be called by name.",
378
- "multiple": false
379
- },
380
- "unremember": {
381
- "name": "unremember",
382
- "type": "option",
383
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
384
- "multiple": false
385
- },
386
- "withoutdefaults": {
387
- "name": "withoutdefaults",
388
- "type": "boolean",
389
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
390
- "allowNo": false
391
- },
392
- "verbose": {
393
- "name": "verbose",
394
- "type": "boolean",
395
- "char": "v",
396
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
397
- "allowNo": false
398
- },
399
250
  "help": {
400
251
  "name": "help",
401
252
  "type": "boolean",
@@ -427,43 +278,6 @@
427
278
  "pluginType": "core",
428
279
  "aliases": [],
429
280
  "flags": {
430
- "as": {
431
- "name": "as",
432
- "type": "option",
433
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
434
- "multiple": false
435
- },
436
- "remember": {
437
- "name": "remember",
438
- "type": "boolean",
439
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
440
- "allowNo": false
441
- },
442
- "rememberAs": {
443
- "name": "rememberAs",
444
- "type": "option",
445
- "description": "Saves the given argument list so that it can be called by name.",
446
- "multiple": false
447
- },
448
- "unremember": {
449
- "name": "unremember",
450
- "type": "option",
451
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
452
- "multiple": false
453
- },
454
- "withoutdefaults": {
455
- "name": "withoutdefaults",
456
- "type": "boolean",
457
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
458
- "allowNo": false
459
- },
460
- "verbose": {
461
- "name": "verbose",
462
- "type": "boolean",
463
- "char": "v",
464
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
465
- "allowNo": false
466
- },
467
281
  "help": {
468
282
  "name": "help",
469
283
  "type": "boolean",
@@ -550,43 +364,6 @@
550
364
  "token"
551
365
  ],
552
366
  "flags": {
553
- "as": {
554
- "name": "as",
555
- "type": "option",
556
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
557
- "multiple": false
558
- },
559
- "remember": {
560
- "name": "remember",
561
- "type": "boolean",
562
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
563
- "allowNo": false
564
- },
565
- "rememberAs": {
566
- "name": "rememberAs",
567
- "type": "option",
568
- "description": "Saves the given argument list so that it can be called by name.",
569
- "multiple": false
570
- },
571
- "unremember": {
572
- "name": "unremember",
573
- "type": "option",
574
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
575
- "multiple": false
576
- },
577
- "withoutdefaults": {
578
- "name": "withoutdefaults",
579
- "type": "boolean",
580
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
581
- "allowNo": false
582
- },
583
- "verbose": {
584
- "name": "verbose",
585
- "type": "boolean",
586
- "char": "v",
587
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
588
- "allowNo": false
589
- },
590
367
  "help": {
591
368
  "name": "help",
592
369
  "type": "boolean",
@@ -600,7 +377,6 @@
600
377
  "char": "p",
601
378
  "description": "The source of the token.",
602
379
  "required": false,
603
- "helpValue": "(npm|azart|other)",
604
380
  "multiple": false,
605
381
  "options": [
606
382
  "npm",
@@ -689,64 +465,27 @@
689
465
  "pluginType": "core",
690
466
  "aliases": [],
691
467
  "flags": {
692
- "as": {
693
- "name": "as",
694
- "type": "option",
695
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
696
- "multiple": false
697
- },
698
- "remember": {
699
- "name": "remember",
468
+ "help": {
469
+ "name": "help",
700
470
  "type": "boolean",
701
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
471
+ "char": "h",
472
+ "description": "Show CLI help.",
702
473
  "allowNo": false
703
474
  },
704
- "rememberAs": {
705
- "name": "rememberAs",
475
+ "clone": {
476
+ "name": "clone",
706
477
  "type": "option",
707
- "description": "Saves the given argument list so that it can be called by name.",
478
+ "char": "c",
479
+ "description": "(Optional) The git repo from which to hydrate the project folder.",
480
+ "required": false,
708
481
  "multiple": false
709
482
  },
710
- "unremember": {
711
- "name": "unremember",
483
+ "projectType": {
484
+ "name": "projectType",
712
485
  "type": "option",
713
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
714
- "multiple": false
715
- },
716
- "withoutdefaults": {
717
- "name": "withoutdefaults",
718
- "type": "boolean",
719
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
720
- "allowNo": false
721
- },
722
- "verbose": {
723
- "name": "verbose",
724
- "type": "boolean",
725
- "char": "v",
726
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
727
- "allowNo": false
728
- },
729
- "help": {
730
- "name": "help",
731
- "type": "boolean",
732
- "char": "h",
733
- "description": "Show CLI help.",
734
- "allowNo": false
735
- },
736
- "clone": {
737
- "name": "clone",
738
- "type": "option",
739
- "char": "c",
740
- "description": "(Optional) The git repo from which to hydrate the project folder.",
741
- "required": false,
742
- "multiple": false
743
- },
744
- "projectType": {
745
- "name": "projectType",
746
- "type": "option",
747
- "char": "t",
748
- "description": "(Optional) The type of Codiac project to scaffold.",
749
- "required": false,
486
+ "char": "t",
487
+ "description": "(Optional) The type of Codiac project to scaffold.",
488
+ "required": false,
750
489
  "multiple": false
751
490
  }
752
491
  },
@@ -769,43 +508,6 @@
769
508
  "user:login"
770
509
  ],
771
510
  "flags": {
772
- "as": {
773
- "name": "as",
774
- "type": "option",
775
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
776
- "multiple": false
777
- },
778
- "remember": {
779
- "name": "remember",
780
- "type": "boolean",
781
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
782
- "allowNo": false
783
- },
784
- "rememberAs": {
785
- "name": "rememberAs",
786
- "type": "option",
787
- "description": "Saves the given argument list so that it can be called by name.",
788
- "multiple": false
789
- },
790
- "unremember": {
791
- "name": "unremember",
792
- "type": "option",
793
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
794
- "multiple": false
795
- },
796
- "withoutdefaults": {
797
- "name": "withoutdefaults",
798
- "type": "boolean",
799
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
800
- "allowNo": false
801
- },
802
- "verbose": {
803
- "name": "verbose",
804
- "type": "boolean",
805
- "char": "v",
806
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
807
- "allowNo": false
808
- },
809
511
  "help": {
810
512
  "name": "help",
811
513
  "type": "boolean",
@@ -882,45 +584,7 @@
882
584
  "examples": [
883
585
  "<%= config.bin %> <%= command.id %>"
884
586
  ],
885
- "flags": {
886
- "as": {
887
- "name": "as",
888
- "type": "option",
889
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
890
- "multiple": false
891
- },
892
- "remember": {
893
- "name": "remember",
894
- "type": "boolean",
895
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
896
- "allowNo": false
897
- },
898
- "rememberAs": {
899
- "name": "rememberAs",
900
- "type": "option",
901
- "description": "Saves the given argument list so that it can be called by name.",
902
- "multiple": false
903
- },
904
- "unremember": {
905
- "name": "unremember",
906
- "type": "option",
907
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
908
- "multiple": false
909
- },
910
- "withoutdefaults": {
911
- "name": "withoutdefaults",
912
- "type": "boolean",
913
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
914
- "allowNo": false
915
- },
916
- "verbose": {
917
- "name": "verbose",
918
- "type": "boolean",
919
- "char": "v",
920
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
921
- "allowNo": false
922
- }
923
- },
587
+ "flags": {},
924
588
  "args": {}
925
589
  },
926
590
  "merge": {
@@ -932,43 +596,6 @@
932
596
  "pluginType": "core",
933
597
  "aliases": [],
934
598
  "flags": {
935
- "as": {
936
- "name": "as",
937
- "type": "option",
938
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
939
- "multiple": false
940
- },
941
- "remember": {
942
- "name": "remember",
943
- "type": "boolean",
944
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
945
- "allowNo": false
946
- },
947
- "rememberAs": {
948
- "name": "rememberAs",
949
- "type": "option",
950
- "description": "Saves the given argument list so that it can be called by name.",
951
- "multiple": false
952
- },
953
- "unremember": {
954
- "name": "unremember",
955
- "type": "option",
956
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
957
- "multiple": false
958
- },
959
- "withoutdefaults": {
960
- "name": "withoutdefaults",
961
- "type": "boolean",
962
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
963
- "allowNo": false
964
- },
965
- "verbose": {
966
- "name": "verbose",
967
- "type": "boolean",
968
- "char": "v",
969
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
970
- "allowNo": false
971
- },
972
599
  "help": {
973
600
  "name": "help",
974
601
  "type": "boolean",
@@ -999,45 +626,7 @@
999
626
  "pluginAlias": "@codiac.io/codiac-cli",
1000
627
  "pluginType": "core",
1001
628
  "aliases": [],
1002
- "flags": {
1003
- "as": {
1004
- "name": "as",
1005
- "type": "option",
1006
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1007
- "multiple": false
1008
- },
1009
- "remember": {
1010
- "name": "remember",
1011
- "type": "boolean",
1012
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1013
- "allowNo": false
1014
- },
1015
- "rememberAs": {
1016
- "name": "rememberAs",
1017
- "type": "option",
1018
- "description": "Saves the given argument list so that it can be called by name.",
1019
- "multiple": false
1020
- },
1021
- "unremember": {
1022
- "name": "unremember",
1023
- "type": "option",
1024
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1025
- "multiple": false
1026
- },
1027
- "withoutdefaults": {
1028
- "name": "withoutdefaults",
1029
- "type": "boolean",
1030
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1031
- "allowNo": false
1032
- },
1033
- "verbose": {
1034
- "name": "verbose",
1035
- "type": "boolean",
1036
- "char": "v",
1037
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1038
- "allowNo": false
1039
- }
1040
- },
629
+ "flags": {},
1041
630
  "args": {}
1042
631
  },
1043
632
  "publish": {
@@ -1049,43 +638,6 @@
1049
638
  "pluginType": "core",
1050
639
  "aliases": [],
1051
640
  "flags": {
1052
- "as": {
1053
- "name": "as",
1054
- "type": "option",
1055
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1056
- "multiple": false
1057
- },
1058
- "remember": {
1059
- "name": "remember",
1060
- "type": "boolean",
1061
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1062
- "allowNo": false
1063
- },
1064
- "rememberAs": {
1065
- "name": "rememberAs",
1066
- "type": "option",
1067
- "description": "Saves the given argument list so that it can be called by name.",
1068
- "multiple": false
1069
- },
1070
- "unremember": {
1071
- "name": "unremember",
1072
- "type": "option",
1073
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1074
- "multiple": false
1075
- },
1076
- "withoutdefaults": {
1077
- "name": "withoutdefaults",
1078
- "type": "boolean",
1079
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1080
- "allowNo": false
1081
- },
1082
- "verbose": {
1083
- "name": "verbose",
1084
- "type": "boolean",
1085
- "char": "v",
1086
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1087
- "allowNo": false
1088
- },
1089
641
  "help": {
1090
642
  "name": "help",
1091
643
  "type": "boolean",
@@ -1179,56 +731,19 @@
1179
731
  "pluginType": "core",
1180
732
  "aliases": [],
1181
733
  "flags": {
1182
- "as": {
1183
- "name": "as",
1184
- "type": "option",
1185
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1186
- "multiple": false
1187
- },
1188
- "remember": {
1189
- "name": "remember",
734
+ "help": {
735
+ "name": "help",
1190
736
  "type": "boolean",
1191
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
737
+ "char": "h",
738
+ "description": "Show CLI help.",
1192
739
  "allowNo": false
1193
740
  },
1194
- "rememberAs": {
1195
- "name": "rememberAs",
1196
- "type": "option",
1197
- "description": "Saves the given argument list so that it can be called by name.",
1198
- "multiple": false
1199
- },
1200
- "unremember": {
1201
- "name": "unremember",
1202
- "type": "option",
1203
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1204
- "multiple": false
1205
- },
1206
- "withoutdefaults": {
1207
- "name": "withoutdefaults",
741
+ "only": {
742
+ "name": "only",
1208
743
  "type": "boolean",
1209
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1210
- "allowNo": false
1211
- },
1212
- "verbose": {
1213
- "name": "verbose",
1214
- "type": "boolean",
1215
- "char": "v",
1216
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1217
- "allowNo": false
1218
- },
1219
- "help": {
1220
- "name": "help",
1221
- "type": "boolean",
1222
- "char": "h",
1223
- "description": "Show CLI help.",
1224
- "allowNo": false
1225
- },
1226
- "only": {
1227
- "name": "only",
1228
- "type": "boolean",
1229
- "char": "o",
1230
- "description": "Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.",
1231
- "required": false,
744
+ "char": "o",
745
+ "description": "Applies the command only the sourced dependencies selected from a prompt. Quits if no dependencies are currently sourced.",
746
+ "required": false,
1232
747
  "allowNo": false
1233
748
  },
1234
749
  "includeDeps": {
@@ -1256,43 +771,6 @@
1256
771
  "pluginType": "core",
1257
772
  "aliases": [],
1258
773
  "flags": {
1259
- "as": {
1260
- "name": "as",
1261
- "type": "option",
1262
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1263
- "multiple": false
1264
- },
1265
- "remember": {
1266
- "name": "remember",
1267
- "type": "boolean",
1268
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1269
- "allowNo": false
1270
- },
1271
- "rememberAs": {
1272
- "name": "rememberAs",
1273
- "type": "option",
1274
- "description": "Saves the given argument list so that it can be called by name.",
1275
- "multiple": false
1276
- },
1277
- "unremember": {
1278
- "name": "unremember",
1279
- "type": "option",
1280
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1281
- "multiple": false
1282
- },
1283
- "withoutdefaults": {
1284
- "name": "withoutdefaults",
1285
- "type": "boolean",
1286
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1287
- "allowNo": false
1288
- },
1289
- "verbose": {
1290
- "name": "verbose",
1291
- "type": "boolean",
1292
- "char": "v",
1293
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1294
- "allowNo": false
1295
- },
1296
774
  "help": {
1297
775
  "name": "help",
1298
776
  "type": "boolean",
@@ -1333,43 +811,6 @@
1333
811
  "pluginType": "core",
1334
812
  "aliases": [],
1335
813
  "flags": {
1336
- "as": {
1337
- "name": "as",
1338
- "type": "option",
1339
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1340
- "multiple": false
1341
- },
1342
- "remember": {
1343
- "name": "remember",
1344
- "type": "boolean",
1345
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1346
- "allowNo": false
1347
- },
1348
- "rememberAs": {
1349
- "name": "rememberAs",
1350
- "type": "option",
1351
- "description": "Saves the given argument list so that it can be called by name.",
1352
- "multiple": false
1353
- },
1354
- "unremember": {
1355
- "name": "unremember",
1356
- "type": "option",
1357
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1358
- "multiple": false
1359
- },
1360
- "withoutdefaults": {
1361
- "name": "withoutdefaults",
1362
- "type": "boolean",
1363
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1364
- "allowNo": false
1365
- },
1366
- "verbose": {
1367
- "name": "verbose",
1368
- "type": "boolean",
1369
- "char": "v",
1370
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1371
- "allowNo": false
1372
- },
1373
814
  "build": {
1374
815
  "name": "build",
1375
816
  "type": "boolean",
@@ -1440,19 +881,7 @@
1440
881
  "char": "w",
1441
882
  "description": "Forces a detach run and follows log output from the container.",
1442
883
  "allowNo": false
1443
- }
1444
- },
1445
- "args": {}
1446
- },
1447
- "stage": {
1448
- "id": "stage",
1449
- "description": "Flags files to be included in the next commit.",
1450
- "strict": true,
1451
- "pluginName": "@codiac.io/codiac-cli",
1452
- "pluginAlias": "@codiac.io/codiac-cli",
1453
- "pluginType": "core",
1454
- "aliases": [],
1455
- "flags": {
884
+ },
1456
885
  "as": {
1457
886
  "name": "as",
1458
887
  "type": "option",
@@ -1489,7 +918,19 @@
1489
918
  "char": "v",
1490
919
  "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1491
920
  "allowNo": false
1492
- },
921
+ }
922
+ },
923
+ "args": {}
924
+ },
925
+ "stage": {
926
+ "id": "stage",
927
+ "description": "Flags files to be included in the next commit.",
928
+ "strict": true,
929
+ "pluginName": "@codiac.io/codiac-cli",
930
+ "pluginAlias": "@codiac.io/codiac-cli",
931
+ "pluginType": "core",
932
+ "aliases": [],
933
+ "flags": {
1493
934
  "help": {
1494
935
  "name": "help",
1495
936
  "type": "boolean",
@@ -1529,43 +970,6 @@
1529
970
  "pluginType": "core",
1530
971
  "aliases": [],
1531
972
  "flags": {
1532
- "as": {
1533
- "name": "as",
1534
- "type": "option",
1535
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1536
- "multiple": false
1537
- },
1538
- "remember": {
1539
- "name": "remember",
1540
- "type": "boolean",
1541
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1542
- "allowNo": false
1543
- },
1544
- "rememberAs": {
1545
- "name": "rememberAs",
1546
- "type": "option",
1547
- "description": "Saves the given argument list so that it can be called by name.",
1548
- "multiple": false
1549
- },
1550
- "unremember": {
1551
- "name": "unremember",
1552
- "type": "option",
1553
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1554
- "multiple": false
1555
- },
1556
- "withoutdefaults": {
1557
- "name": "withoutdefaults",
1558
- "type": "boolean",
1559
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1560
- "allowNo": false
1561
- },
1562
- "verbose": {
1563
- "name": "verbose",
1564
- "type": "boolean",
1565
- "char": "v",
1566
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1567
- "allowNo": false
1568
- },
1569
973
  "help": {
1570
974
  "name": "help",
1571
975
  "type": "boolean",
@@ -1589,7 +993,8 @@
1589
993
  },
1590
994
  "args": {
1591
995
  "file": {
1592
- "name": "file"
996
+ "name": "file",
997
+ "description": "path to the file to stash."
1593
998
  }
1594
999
  }
1595
1000
  },
@@ -1602,43 +1007,6 @@
1602
1007
  "pluginType": "core",
1603
1008
  "aliases": [],
1604
1009
  "flags": {
1605
- "as": {
1606
- "name": "as",
1607
- "type": "option",
1608
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1609
- "multiple": false
1610
- },
1611
- "remember": {
1612
- "name": "remember",
1613
- "type": "boolean",
1614
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1615
- "allowNo": false
1616
- },
1617
- "rememberAs": {
1618
- "name": "rememberAs",
1619
- "type": "option",
1620
- "description": "Saves the given argument list so that it can be called by name.",
1621
- "multiple": false
1622
- },
1623
- "unremember": {
1624
- "name": "unremember",
1625
- "type": "option",
1626
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1627
- "multiple": false
1628
- },
1629
- "withoutdefaults": {
1630
- "name": "withoutdefaults",
1631
- "type": "boolean",
1632
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1633
- "allowNo": false
1634
- },
1635
- "verbose": {
1636
- "name": "verbose",
1637
- "type": "boolean",
1638
- "char": "v",
1639
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1640
- "allowNo": false
1641
- },
1642
1010
  "help": {
1643
1011
  "name": "help",
1644
1012
  "type": "boolean",
@@ -1672,43 +1040,6 @@
1672
1040
  "pluginType": "core",
1673
1041
  "aliases": [],
1674
1042
  "flags": {
1675
- "as": {
1676
- "name": "as",
1677
- "type": "option",
1678
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1679
- "multiple": false
1680
- },
1681
- "remember": {
1682
- "name": "remember",
1683
- "type": "boolean",
1684
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1685
- "allowNo": false
1686
- },
1687
- "rememberAs": {
1688
- "name": "rememberAs",
1689
- "type": "option",
1690
- "description": "Saves the given argument list so that it can be called by name.",
1691
- "multiple": false
1692
- },
1693
- "unremember": {
1694
- "name": "unremember",
1695
- "type": "option",
1696
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1697
- "multiple": false
1698
- },
1699
- "withoutdefaults": {
1700
- "name": "withoutdefaults",
1701
- "type": "boolean",
1702
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1703
- "allowNo": false
1704
- },
1705
- "verbose": {
1706
- "name": "verbose",
1707
- "type": "boolean",
1708
- "char": "v",
1709
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1710
- "allowNo": false
1711
- },
1712
1043
  "help": {
1713
1044
  "name": "help",
1714
1045
  "type": "boolean",
@@ -1735,48 +1066,11 @@
1735
1066
  "pluginType": "core",
1736
1067
  "aliases": [],
1737
1068
  "flags": {
1738
- "as": {
1739
- "name": "as",
1740
- "type": "option",
1741
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1742
- "multiple": false
1743
- },
1744
- "remember": {
1745
- "name": "remember",
1069
+ "help": {
1070
+ "name": "help",
1746
1071
  "type": "boolean",
1747
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1748
- "allowNo": false
1749
- },
1750
- "rememberAs": {
1751
- "name": "rememberAs",
1752
- "type": "option",
1753
- "description": "Saves the given argument list so that it can be called by name.",
1754
- "multiple": false
1755
- },
1756
- "unremember": {
1757
- "name": "unremember",
1758
- "type": "option",
1759
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1760
- "multiple": false
1761
- },
1762
- "withoutdefaults": {
1763
- "name": "withoutdefaults",
1764
- "type": "boolean",
1765
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1766
- "allowNo": false
1767
- },
1768
- "verbose": {
1769
- "name": "verbose",
1770
- "type": "boolean",
1771
- "char": "v",
1772
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1773
- "allowNo": false
1774
- },
1775
- "help": {
1776
- "name": "help",
1777
- "type": "boolean",
1778
- "char": "h",
1779
- "description": "Show CLI help.",
1072
+ "char": "h",
1073
+ "description": "Show CLI help.",
1780
1074
  "allowNo": false
1781
1075
  }
1782
1076
  },
@@ -1796,43 +1090,6 @@
1796
1090
  "pluginType": "core",
1797
1091
  "aliases": [],
1798
1092
  "flags": {
1799
- "as": {
1800
- "name": "as",
1801
- "type": "option",
1802
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1803
- "multiple": false
1804
- },
1805
- "remember": {
1806
- "name": "remember",
1807
- "type": "boolean",
1808
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1809
- "allowNo": false
1810
- },
1811
- "rememberAs": {
1812
- "name": "rememberAs",
1813
- "type": "option",
1814
- "description": "Saves the given argument list so that it can be called by name.",
1815
- "multiple": false
1816
- },
1817
- "unremember": {
1818
- "name": "unremember",
1819
- "type": "option",
1820
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1821
- "multiple": false
1822
- },
1823
- "withoutdefaults": {
1824
- "name": "withoutdefaults",
1825
- "type": "boolean",
1826
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1827
- "allowNo": false
1828
- },
1829
- "verbose": {
1830
- "name": "verbose",
1831
- "type": "boolean",
1832
- "char": "v",
1833
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1834
- "allowNo": false
1835
- },
1836
1093
  "help": {
1837
1094
  "name": "help",
1838
1095
  "type": "boolean",
@@ -1881,43 +1138,6 @@
1881
1138
  "pluginType": "core",
1882
1139
  "aliases": [],
1883
1140
  "flags": {
1884
- "as": {
1885
- "name": "as",
1886
- "type": "option",
1887
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1888
- "multiple": false
1889
- },
1890
- "remember": {
1891
- "name": "remember",
1892
- "type": "boolean",
1893
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1894
- "allowNo": false
1895
- },
1896
- "rememberAs": {
1897
- "name": "rememberAs",
1898
- "type": "option",
1899
- "description": "Saves the given argument list so that it can be called by name.",
1900
- "multiple": false
1901
- },
1902
- "unremember": {
1903
- "name": "unremember",
1904
- "type": "option",
1905
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1906
- "multiple": false
1907
- },
1908
- "withoutdefaults": {
1909
- "name": "withoutdefaults",
1910
- "type": "boolean",
1911
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1912
- "allowNo": false
1913
- },
1914
- "verbose": {
1915
- "name": "verbose",
1916
- "type": "boolean",
1917
- "char": "v",
1918
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1919
- "allowNo": false
1920
- },
1921
1141
  "help": {
1922
1142
  "name": "help",
1923
1143
  "type": "boolean",
@@ -1949,43 +1169,6 @@
1949
1169
  "pluginType": "core",
1950
1170
  "aliases": [],
1951
1171
  "flags": {
1952
- "as": {
1953
- "name": "as",
1954
- "type": "option",
1955
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
1956
- "multiple": false
1957
- },
1958
- "remember": {
1959
- "name": "remember",
1960
- "type": "boolean",
1961
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1962
- "allowNo": false
1963
- },
1964
- "rememberAs": {
1965
- "name": "rememberAs",
1966
- "type": "option",
1967
- "description": "Saves the given argument list so that it can be called by name.",
1968
- "multiple": false
1969
- },
1970
- "unremember": {
1971
- "name": "unremember",
1972
- "type": "option",
1973
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
1974
- "multiple": false
1975
- },
1976
- "withoutdefaults": {
1977
- "name": "withoutdefaults",
1978
- "type": "boolean",
1979
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
1980
- "allowNo": false
1981
- },
1982
- "verbose": {
1983
- "name": "verbose",
1984
- "type": "boolean",
1985
- "char": "v",
1986
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
1987
- "allowNo": false
1988
- },
1989
1172
  "help": {
1990
1173
  "name": "help",
1991
1174
  "type": "boolean",
@@ -2007,11 +1190,7 @@
2007
1190
  "allowNo": false
2008
1191
  }
2009
1192
  },
2010
- "args": {
2011
- "file": {
2012
- "name": "file"
2013
- }
2014
- }
1193
+ "args": {}
2015
1194
  },
2016
1195
  "whoami": {
2017
1196
  "id": "whoami",
@@ -2023,65 +1202,7 @@
2023
1202
  "aliases": [
2024
1203
  "user:show"
2025
1204
  ],
2026
- "flags": {
2027
- "as": {
2028
- "name": "as",
2029
- "type": "option",
2030
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2031
- "multiple": false
2032
- },
2033
- "remember": {
2034
- "name": "remember",
2035
- "type": "boolean",
2036
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2037
- "allowNo": false
2038
- },
2039
- "rememberAs": {
2040
- "name": "rememberAs",
2041
- "type": "option",
2042
- "description": "Saves the given argument list so that it can be called by name.",
2043
- "multiple": false
2044
- },
2045
- "unremember": {
2046
- "name": "unremember",
2047
- "type": "option",
2048
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2049
- "multiple": false
2050
- },
2051
- "withoutdefaults": {
2052
- "name": "withoutdefaults",
2053
- "type": "boolean",
2054
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2055
- "allowNo": false
2056
- },
2057
- "verbose": {
2058
- "name": "verbose",
2059
- "type": "boolean",
2060
- "char": "v",
2061
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2062
- "allowNo": false
2063
- },
2064
- "help": {
2065
- "name": "help",
2066
- "type": "boolean",
2067
- "char": "h",
2068
- "description": "Show CLI help.",
2069
- "allowNo": false
2070
- },
2071
- "output": {
2072
- "name": "output",
2073
- "type": "option",
2074
- "char": "o",
2075
- "description": "Format for the response data.",
2076
- "helpValue": "(text|json)",
2077
- "multiple": false,
2078
- "options": [
2079
- "text",
2080
- "json"
2081
- ],
2082
- "default": "text"
2083
- }
2084
- },
1205
+ "flags": {},
2085
1206
  "args": {}
2086
1207
  },
2087
1208
  "asset:create": {
@@ -2095,43 +1216,6 @@
2095
1216
  "asset:new"
2096
1217
  ],
2097
1218
  "flags": {
2098
- "as": {
2099
- "name": "as",
2100
- "type": "option",
2101
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2102
- "multiple": false
2103
- },
2104
- "remember": {
2105
- "name": "remember",
2106
- "type": "boolean",
2107
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2108
- "allowNo": false
2109
- },
2110
- "rememberAs": {
2111
- "name": "rememberAs",
2112
- "type": "option",
2113
- "description": "Saves the given argument list so that it can be called by name.",
2114
- "multiple": false
2115
- },
2116
- "unremember": {
2117
- "name": "unremember",
2118
- "type": "option",
2119
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2120
- "multiple": false
2121
- },
2122
- "withoutdefaults": {
2123
- "name": "withoutdefaults",
2124
- "type": "boolean",
2125
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2126
- "allowNo": false
2127
- },
2128
- "verbose": {
2129
- "name": "verbose",
2130
- "type": "boolean",
2131
- "char": "v",
2132
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2133
- "allowNo": false
2134
- },
2135
1219
  "help": {
2136
1220
  "name": "help",
2137
1221
  "type": "boolean",
@@ -2265,56 +1349,19 @@
2265
1349
  "pluginType": "core",
2266
1350
  "aliases": [],
2267
1351
  "flags": {
2268
- "as": {
2269
- "name": "as",
2270
- "type": "option",
2271
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2272
- "multiple": false
2273
- },
2274
- "remember": {
2275
- "name": "remember",
1352
+ "help": {
1353
+ "name": "help",
2276
1354
  "type": "boolean",
2277
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
1355
+ "char": "h",
1356
+ "description": "Show CLI help.",
2278
1357
  "allowNo": false
2279
1358
  },
2280
- "rememberAs": {
2281
- "name": "rememberAs",
1359
+ "asset": {
1360
+ "name": "asset",
2282
1361
  "type": "option",
2283
- "description": "Saves the given argument list so that it can be called by name.",
2284
- "multiple": false
2285
- },
2286
- "unremember": {
2287
- "name": "unremember",
2288
- "type": "option",
2289
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2290
- "multiple": false
2291
- },
2292
- "withoutdefaults": {
2293
- "name": "withoutdefaults",
2294
- "type": "boolean",
2295
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2296
- "allowNo": false
2297
- },
2298
- "verbose": {
2299
- "name": "verbose",
2300
- "type": "boolean",
2301
- "char": "v",
2302
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2303
- "allowNo": false
2304
- },
2305
- "help": {
2306
- "name": "help",
2307
- "type": "boolean",
2308
- "char": "h",
2309
- "description": "Show CLI help.",
2310
- "allowNo": false
2311
- },
2312
- "asset": {
2313
- "name": "asset",
2314
- "type": "option",
2315
- "char": "a",
2316
- "description": "Search string for the name of the asset to destroy (use ? to be prompted).",
2317
- "required": false,
1362
+ "char": "a",
1363
+ "description": "Search string for the name of the asset to destroy (use ? to be prompted).",
1364
+ "required": false,
2318
1365
  "multiple": false
2319
1366
  },
2320
1367
  "version": {
@@ -2355,43 +1402,6 @@
2355
1402
  "asset:new"
2356
1403
  ],
2357
1404
  "flags": {
2358
- "as": {
2359
- "name": "as",
2360
- "type": "option",
2361
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2362
- "multiple": false
2363
- },
2364
- "remember": {
2365
- "name": "remember",
2366
- "type": "boolean",
2367
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2368
- "allowNo": false
2369
- },
2370
- "rememberAs": {
2371
- "name": "rememberAs",
2372
- "type": "option",
2373
- "description": "Saves the given argument list so that it can be called by name.",
2374
- "multiple": false
2375
- },
2376
- "unremember": {
2377
- "name": "unremember",
2378
- "type": "option",
2379
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2380
- "multiple": false
2381
- },
2382
- "withoutdefaults": {
2383
- "name": "withoutdefaults",
2384
- "type": "boolean",
2385
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2386
- "allowNo": false
2387
- },
2388
- "verbose": {
2389
- "name": "verbose",
2390
- "type": "boolean",
2391
- "char": "v",
2392
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2393
- "allowNo": false
2394
- },
2395
1405
  "help": {
2396
1406
  "name": "help",
2397
1407
  "type": "boolean",
@@ -2508,49 +1518,11 @@
2508
1518
  "pluginType": "core",
2509
1519
  "aliases": [],
2510
1520
  "flags": {
2511
- "as": {
2512
- "name": "as",
2513
- "type": "option",
2514
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2515
- "multiple": false
2516
- },
2517
- "remember": {
2518
- "name": "remember",
2519
- "type": "boolean",
2520
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2521
- "allowNo": false
2522
- },
2523
- "rememberAs": {
2524
- "name": "rememberAs",
2525
- "type": "option",
2526
- "description": "Saves the given argument list so that it can be called by name.",
2527
- "multiple": false
2528
- },
2529
- "unremember": {
2530
- "name": "unremember",
2531
- "type": "option",
2532
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2533
- "multiple": false
2534
- },
2535
- "withoutdefaults": {
2536
- "name": "withoutdefaults",
2537
- "type": "boolean",
2538
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2539
- "allowNo": false
2540
- },
2541
- "verbose": {
2542
- "name": "verbose",
2543
- "type": "boolean",
2544
- "char": "v",
2545
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2546
- "allowNo": false
2547
- },
2548
1521
  "output": {
2549
1522
  "name": "output",
2550
1523
  "type": "option",
2551
1524
  "char": "o",
2552
1525
  "description": "format in which to render the data.",
2553
- "helpValue": "(json|yaml|tree|text)",
2554
1526
  "multiple": false,
2555
1527
  "options": [
2556
1528
  "json",
@@ -2579,43 +1551,6 @@
2579
1551
  "pluginType": "core",
2580
1552
  "aliases": [],
2581
1553
  "flags": {
2582
- "as": {
2583
- "name": "as",
2584
- "type": "option",
2585
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2586
- "multiple": false
2587
- },
2588
- "remember": {
2589
- "name": "remember",
2590
- "type": "boolean",
2591
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2592
- "allowNo": false
2593
- },
2594
- "rememberAs": {
2595
- "name": "rememberAs",
2596
- "type": "option",
2597
- "description": "Saves the given argument list so that it can be called by name.",
2598
- "multiple": false
2599
- },
2600
- "unremember": {
2601
- "name": "unremember",
2602
- "type": "option",
2603
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2604
- "multiple": false
2605
- },
2606
- "withoutdefaults": {
2607
- "name": "withoutdefaults",
2608
- "type": "boolean",
2609
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2610
- "allowNo": false
2611
- },
2612
- "verbose": {
2613
- "name": "verbose",
2614
- "type": "boolean",
2615
- "char": "v",
2616
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2617
- "allowNo": false
2618
- },
2619
1554
  "help": {
2620
1555
  "name": "help",
2621
1556
  "type": "boolean",
@@ -2687,43 +1622,6 @@
2687
1622
  "asset:get"
2688
1623
  ],
2689
1624
  "flags": {
2690
- "as": {
2691
- "name": "as",
2692
- "type": "option",
2693
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2694
- "multiple": false
2695
- },
2696
- "remember": {
2697
- "name": "remember",
2698
- "type": "boolean",
2699
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2700
- "allowNo": false
2701
- },
2702
- "rememberAs": {
2703
- "name": "rememberAs",
2704
- "type": "option",
2705
- "description": "Saves the given argument list so that it can be called by name.",
2706
- "multiple": false
2707
- },
2708
- "unremember": {
2709
- "name": "unremember",
2710
- "type": "option",
2711
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2712
- "multiple": false
2713
- },
2714
- "withoutdefaults": {
2715
- "name": "withoutdefaults",
2716
- "type": "boolean",
2717
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2718
- "allowNo": false
2719
- },
2720
- "verbose": {
2721
- "name": "verbose",
2722
- "type": "boolean",
2723
- "char": "v",
2724
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2725
- "allowNo": false
2726
- },
2727
1625
  "help": {
2728
1626
  "name": "help",
2729
1627
  "type": "boolean",
@@ -2771,7 +1669,6 @@
2771
1669
  "type": "option",
2772
1670
  "char": "t",
2773
1671
  "description": "The type of content to retrieve.",
2774
- "helpValue": "(logs|term|exec|env|config|status)",
2775
1672
  "multiple": false,
2776
1673
  "options": [
2777
1674
  "logs",
@@ -2786,7 +1683,6 @@
2786
1683
  "name": "terminal",
2787
1684
  "type": "option",
2788
1685
  "description": "Command used to start the terminal (defaults to \"bash\")",
2789
- "helpValue": "(bash|sh)",
2790
1686
  "multiple": false,
2791
1687
  "options": [
2792
1688
  "bash",
@@ -2873,43 +1769,6 @@
2873
1769
  "branches:current"
2874
1770
  ],
2875
1771
  "flags": {
2876
- "as": {
2877
- "name": "as",
2878
- "type": "option",
2879
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2880
- "multiple": false
2881
- },
2882
- "remember": {
2883
- "name": "remember",
2884
- "type": "boolean",
2885
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2886
- "allowNo": false
2887
- },
2888
- "rememberAs": {
2889
- "name": "rememberAs",
2890
- "type": "option",
2891
- "description": "Saves the given argument list so that it can be called by name.",
2892
- "multiple": false
2893
- },
2894
- "unremember": {
2895
- "name": "unremember",
2896
- "type": "option",
2897
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2898
- "multiple": false
2899
- },
2900
- "withoutdefaults": {
2901
- "name": "withoutdefaults",
2902
- "type": "boolean",
2903
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2904
- "allowNo": false
2905
- },
2906
- "verbose": {
2907
- "name": "verbose",
2908
- "type": "boolean",
2909
- "char": "v",
2910
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2911
- "allowNo": false
2912
- },
2913
1772
  "help": {
2914
1773
  "name": "help",
2915
1774
  "type": "boolean",
@@ -2931,43 +1790,6 @@
2931
1790
  "branches:list"
2932
1791
  ],
2933
1792
  "flags": {
2934
- "as": {
2935
- "name": "as",
2936
- "type": "option",
2937
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
2938
- "multiple": false
2939
- },
2940
- "remember": {
2941
- "name": "remember",
2942
- "type": "boolean",
2943
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
2944
- "allowNo": false
2945
- },
2946
- "rememberAs": {
2947
- "name": "rememberAs",
2948
- "type": "option",
2949
- "description": "Saves the given argument list so that it can be called by name.",
2950
- "multiple": false
2951
- },
2952
- "unremember": {
2953
- "name": "unremember",
2954
- "type": "option",
2955
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
2956
- "multiple": false
2957
- },
2958
- "withoutdefaults": {
2959
- "name": "withoutdefaults",
2960
- "type": "boolean",
2961
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
2962
- "allowNo": false
2963
- },
2964
- "verbose": {
2965
- "name": "verbose",
2966
- "type": "boolean",
2967
- "char": "v",
2968
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
2969
- "allowNo": false
2970
- },
2971
1793
  "help": {
2972
1794
  "name": "help",
2973
1795
  "type": "boolean",
@@ -3087,49 +1909,11 @@
3087
1909
  "cab:list"
3088
1910
  ],
3089
1911
  "flags": {
3090
- "as": {
3091
- "name": "as",
3092
- "type": "option",
3093
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3094
- "multiple": false
3095
- },
3096
- "remember": {
3097
- "name": "remember",
3098
- "type": "boolean",
3099
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3100
- "allowNo": false
3101
- },
3102
- "rememberAs": {
3103
- "name": "rememberAs",
3104
- "type": "option",
3105
- "description": "Saves the given argument list so that it can be called by name.",
3106
- "multiple": false
3107
- },
3108
- "unremember": {
3109
- "name": "unremember",
3110
- "type": "option",
3111
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3112
- "multiple": false
3113
- },
3114
- "withoutdefaults": {
3115
- "name": "withoutdefaults",
3116
- "type": "boolean",
3117
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3118
- "allowNo": false
3119
- },
3120
- "verbose": {
3121
- "name": "verbose",
3122
- "type": "boolean",
3123
- "char": "v",
3124
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3125
- "allowNo": false
3126
- },
3127
1912
  "output": {
3128
1913
  "name": "output",
3129
1914
  "type": "option",
3130
1915
  "char": "o",
3131
1916
  "description": "format in which to render the data.",
3132
- "helpValue": "(json|yaml|tree|text)",
3133
1917
  "multiple": false,
3134
1918
  "options": [
3135
1919
  "json",
@@ -3232,43 +2016,6 @@
3232
2016
  "cfg:add"
3233
2017
  ],
3234
2018
  "flags": {
3235
- "as": {
3236
- "name": "as",
3237
- "type": "option",
3238
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3239
- "multiple": false
3240
- },
3241
- "remember": {
3242
- "name": "remember",
3243
- "type": "boolean",
3244
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3245
- "allowNo": false
3246
- },
3247
- "rememberAs": {
3248
- "name": "rememberAs",
3249
- "type": "option",
3250
- "description": "Saves the given argument list so that it can be called by name.",
3251
- "multiple": false
3252
- },
3253
- "unremember": {
3254
- "name": "unremember",
3255
- "type": "option",
3256
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3257
- "multiple": false
3258
- },
3259
- "withoutdefaults": {
3260
- "name": "withoutdefaults",
3261
- "type": "boolean",
3262
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3263
- "allowNo": false
3264
- },
3265
- "verbose": {
3266
- "name": "verbose",
3267
- "type": "boolean",
3268
- "char": "v",
3269
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3270
- "allowNo": false
3271
- },
3272
2019
  "help": {
3273
2020
  "name": "help",
3274
2021
  "type": "boolean",
@@ -3351,43 +2098,6 @@
3351
2098
  "cfg:delete"
3352
2099
  ],
3353
2100
  "flags": {
3354
- "as": {
3355
- "name": "as",
3356
- "type": "option",
3357
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3358
- "multiple": false
3359
- },
3360
- "remember": {
3361
- "name": "remember",
3362
- "type": "boolean",
3363
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3364
- "allowNo": false
3365
- },
3366
- "rememberAs": {
3367
- "name": "rememberAs",
3368
- "type": "option",
3369
- "description": "Saves the given argument list so that it can be called by name.",
3370
- "multiple": false
3371
- },
3372
- "unremember": {
3373
- "name": "unremember",
3374
- "type": "option",
3375
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3376
- "multiple": false
3377
- },
3378
- "withoutdefaults": {
3379
- "name": "withoutdefaults",
3380
- "type": "boolean",
3381
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3382
- "allowNo": false
3383
- },
3384
- "verbose": {
3385
- "name": "verbose",
3386
- "type": "boolean",
3387
- "char": "v",
3388
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3389
- "allowNo": false
3390
- },
3391
2101
  "help": {
3392
2102
  "name": "help",
3393
2103
  "type": "boolean",
@@ -3460,43 +2170,6 @@
3460
2170
  "pluginType": "core",
3461
2171
  "aliases": [],
3462
2172
  "flags": {
3463
- "as": {
3464
- "name": "as",
3465
- "type": "option",
3466
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3467
- "multiple": false
3468
- },
3469
- "remember": {
3470
- "name": "remember",
3471
- "type": "boolean",
3472
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3473
- "allowNo": false
3474
- },
3475
- "rememberAs": {
3476
- "name": "rememberAs",
3477
- "type": "option",
3478
- "description": "Saves the given argument list so that it can be called by name.",
3479
- "multiple": false
3480
- },
3481
- "unremember": {
3482
- "name": "unremember",
3483
- "type": "option",
3484
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3485
- "multiple": false
3486
- },
3487
- "withoutdefaults": {
3488
- "name": "withoutdefaults",
3489
- "type": "boolean",
3490
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3491
- "allowNo": false
3492
- },
3493
- "verbose": {
3494
- "name": "verbose",
3495
- "type": "boolean",
3496
- "char": "v",
3497
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3498
- "allowNo": false
3499
- },
3500
2173
  "help": {
3501
2174
  "name": "help",
3502
2175
  "type": "boolean",
@@ -3566,43 +2239,6 @@
3566
2239
  "cfg:add"
3567
2240
  ],
3568
2241
  "flags": {
3569
- "as": {
3570
- "name": "as",
3571
- "type": "option",
3572
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3573
- "multiple": false
3574
- },
3575
- "remember": {
3576
- "name": "remember",
3577
- "type": "boolean",
3578
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3579
- "allowNo": false
3580
- },
3581
- "rememberAs": {
3582
- "name": "rememberAs",
3583
- "type": "option",
3584
- "description": "Saves the given argument list so that it can be called by name.",
3585
- "multiple": false
3586
- },
3587
- "unremember": {
3588
- "name": "unremember",
3589
- "type": "option",
3590
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3591
- "multiple": false
3592
- },
3593
- "withoutdefaults": {
3594
- "name": "withoutdefaults",
3595
- "type": "boolean",
3596
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3597
- "allowNo": false
3598
- },
3599
- "verbose": {
3600
- "name": "verbose",
3601
- "type": "boolean",
3602
- "char": "v",
3603
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3604
- "allowNo": false
3605
- },
3606
2242
  "help": {
3607
2243
  "name": "help",
3608
2244
  "type": "boolean",
@@ -3684,43 +2320,6 @@
3684
2320
  "$ cod config:view -c dev2 -f settings.json -o pretty"
3685
2321
  ],
3686
2322
  "flags": {
3687
- "as": {
3688
- "name": "as",
3689
- "type": "option",
3690
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3691
- "multiple": false
3692
- },
3693
- "remember": {
3694
- "name": "remember",
3695
- "type": "boolean",
3696
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3697
- "allowNo": false
3698
- },
3699
- "rememberAs": {
3700
- "name": "rememberAs",
3701
- "type": "option",
3702
- "description": "Saves the given argument list so that it can be called by name.",
3703
- "multiple": false
3704
- },
3705
- "unremember": {
3706
- "name": "unremember",
3707
- "type": "option",
3708
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3709
- "multiple": false
3710
- },
3711
- "withoutdefaults": {
3712
- "name": "withoutdefaults",
3713
- "type": "boolean",
3714
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3715
- "allowNo": false
3716
- },
3717
- "verbose": {
3718
- "name": "verbose",
3719
- "type": "boolean",
3720
- "char": "v",
3721
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3722
- "allowNo": false
3723
- },
3724
2323
  "help": {
3725
2324
  "name": "help",
3726
2325
  "type": "boolean",
@@ -3781,7 +2380,6 @@
3781
2380
  "char": "o",
3782
2381
  "description": "Output format of the actual settings data document.",
3783
2382
  "required": false,
3784
- "helpValue": "(pretty|json|yaml|auto)",
3785
2383
  "multiple": false,
3786
2384
  "options": [
3787
2385
  "pretty",
@@ -3815,43 +2413,6 @@
3815
2413
  "cat theclientsecret.txt | cod csp login --clientSecret --silent azure"
3816
2414
  ],
3817
2415
  "flags": {
3818
- "as": {
3819
- "name": "as",
3820
- "type": "option",
3821
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3822
- "multiple": false
3823
- },
3824
- "remember": {
3825
- "name": "remember",
3826
- "type": "boolean",
3827
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3828
- "allowNo": false
3829
- },
3830
- "rememberAs": {
3831
- "name": "rememberAs",
3832
- "type": "option",
3833
- "description": "Saves the given argument list so that it can be called by name.",
3834
- "multiple": false
3835
- },
3836
- "unremember": {
3837
- "name": "unremember",
3838
- "type": "option",
3839
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3840
- "multiple": false
3841
- },
3842
- "withoutdefaults": {
3843
- "name": "withoutdefaults",
3844
- "type": "boolean",
3845
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3846
- "allowNo": false
3847
- },
3848
- "verbose": {
3849
- "name": "verbose",
3850
- "type": "boolean",
3851
- "char": "v",
3852
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3853
- "allowNo": false
3854
- },
3855
2416
  "user": {
3856
2417
  "name": "user",
3857
2418
  "type": "option",
@@ -3919,43 +2480,6 @@
3919
2480
  "cod csp logout --silent azure"
3920
2481
  ],
3921
2482
  "flags": {
3922
- "as": {
3923
- "name": "as",
3924
- "type": "option",
3925
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3926
- "multiple": false
3927
- },
3928
- "remember": {
3929
- "name": "remember",
3930
- "type": "boolean",
3931
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
3932
- "allowNo": false
3933
- },
3934
- "rememberAs": {
3935
- "name": "rememberAs",
3936
- "type": "option",
3937
- "description": "Saves the given argument list so that it can be called by name.",
3938
- "multiple": false
3939
- },
3940
- "unremember": {
3941
- "name": "unremember",
3942
- "type": "option",
3943
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
3944
- "multiple": false
3945
- },
3946
- "withoutdefaults": {
3947
- "name": "withoutdefaults",
3948
- "type": "boolean",
3949
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
3950
- "allowNo": false
3951
- },
3952
- "verbose": {
3953
- "name": "verbose",
3954
- "type": "boolean",
3955
- "char": "v",
3956
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3957
- "allowNo": false
3958
- },
3959
2483
  "silent": {
3960
2484
  "name": "silent",
3961
2485
  "type": "boolean",
@@ -3988,43 +2512,6 @@
3988
2512
  "pluginType": "core",
3989
2513
  "aliases": [],
3990
2514
  "flags": {
3991
- "as": {
3992
- "name": "as",
3993
- "type": "option",
3994
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
3995
- "multiple": false
3996
- },
3997
- "remember": {
3998
- "name": "remember",
3999
- "type": "boolean",
4000
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4001
- "allowNo": false
4002
- },
4003
- "rememberAs": {
4004
- "name": "rememberAs",
4005
- "type": "option",
4006
- "description": "Saves the given argument list so that it can be called by name.",
4007
- "multiple": false
4008
- },
4009
- "unremember": {
4010
- "name": "unremember",
4011
- "type": "option",
4012
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4013
- "multiple": false
4014
- },
4015
- "withoutdefaults": {
4016
- "name": "withoutdefaults",
4017
- "type": "boolean",
4018
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4019
- "allowNo": false
4020
- },
4021
- "verbose": {
4022
- "name": "verbose",
4023
- "type": "boolean",
4024
- "char": "v",
4025
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4026
- "allowNo": false
4027
- },
4028
2515
  "help": {
4029
2516
  "name": "help",
4030
2517
  "type": "boolean",
@@ -4052,7 +2539,8 @@
4052
2539
  "args": {
4053
2540
  "url": {
4054
2541
  "name": "url",
4055
- "description": "The official clone url for the repository."
2542
+ "description": "The official clone url for the repository.",
2543
+ "required": false
4056
2544
  }
4057
2545
  }
4058
2546
  },
@@ -4065,43 +2553,6 @@
4065
2553
  "pluginType": "core",
4066
2554
  "aliases": [],
4067
2555
  "flags": {
4068
- "as": {
4069
- "name": "as",
4070
- "type": "option",
4071
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4072
- "multiple": false
4073
- },
4074
- "remember": {
4075
- "name": "remember",
4076
- "type": "boolean",
4077
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4078
- "allowNo": false
4079
- },
4080
- "rememberAs": {
4081
- "name": "rememberAs",
4082
- "type": "option",
4083
- "description": "Saves the given argument list so that it can be called by name.",
4084
- "multiple": false
4085
- },
4086
- "unremember": {
4087
- "name": "unremember",
4088
- "type": "option",
4089
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4090
- "multiple": false
4091
- },
4092
- "withoutdefaults": {
4093
- "name": "withoutdefaults",
4094
- "type": "boolean",
4095
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4096
- "allowNo": false
4097
- },
4098
- "verbose": {
4099
- "name": "verbose",
4100
- "type": "boolean",
4101
- "char": "v",
4102
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4103
- "allowNo": false
4104
- },
4105
2556
  "help": {
4106
2557
  "name": "help",
4107
2558
  "type": "boolean",
@@ -4121,43 +2572,6 @@
4121
2572
  "pluginType": "core",
4122
2573
  "aliases": [],
4123
2574
  "flags": {
4124
- "as": {
4125
- "name": "as",
4126
- "type": "option",
4127
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4128
- "multiple": false
4129
- },
4130
- "remember": {
4131
- "name": "remember",
4132
- "type": "boolean",
4133
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4134
- "allowNo": false
4135
- },
4136
- "rememberAs": {
4137
- "name": "rememberAs",
4138
- "type": "option",
4139
- "description": "Saves the given argument list so that it can be called by name.",
4140
- "multiple": false
4141
- },
4142
- "unremember": {
4143
- "name": "unremember",
4144
- "type": "option",
4145
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4146
- "multiple": false
4147
- },
4148
- "withoutdefaults": {
4149
- "name": "withoutdefaults",
4150
- "type": "boolean",
4151
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4152
- "allowNo": false
4153
- },
4154
- "verbose": {
4155
- "name": "verbose",
4156
- "type": "boolean",
4157
- "char": "v",
4158
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4159
- "allowNo": false
4160
- },
4161
2575
  "help": {
4162
2576
  "name": "help",
4163
2577
  "type": "boolean",
@@ -4177,43 +2591,6 @@
4177
2591
  "pluginType": "core",
4178
2592
  "aliases": [],
4179
2593
  "flags": {
4180
- "as": {
4181
- "name": "as",
4182
- "type": "option",
4183
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4184
- "multiple": false
4185
- },
4186
- "remember": {
4187
- "name": "remember",
4188
- "type": "boolean",
4189
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4190
- "allowNo": false
4191
- },
4192
- "rememberAs": {
4193
- "name": "rememberAs",
4194
- "type": "option",
4195
- "description": "Saves the given argument list so that it can be called by name.",
4196
- "multiple": false
4197
- },
4198
- "unremember": {
4199
- "name": "unremember",
4200
- "type": "option",
4201
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4202
- "multiple": false
4203
- },
4204
- "withoutdefaults": {
4205
- "name": "withoutdefaults",
4206
- "type": "boolean",
4207
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4208
- "allowNo": false
4209
- },
4210
- "verbose": {
4211
- "name": "verbose",
4212
- "type": "boolean",
4213
- "char": "v",
4214
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4215
- "allowNo": false
4216
- },
4217
2594
  "help": {
4218
2595
  "name": "help",
4219
2596
  "type": "boolean",
@@ -4247,43 +2624,6 @@
4247
2624
  "dep:src"
4248
2625
  ],
4249
2626
  "flags": {
4250
- "as": {
4251
- "name": "as",
4252
- "type": "option",
4253
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4254
- "multiple": false
4255
- },
4256
- "remember": {
4257
- "name": "remember",
4258
- "type": "boolean",
4259
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4260
- "allowNo": false
4261
- },
4262
- "rememberAs": {
4263
- "name": "rememberAs",
4264
- "type": "option",
4265
- "description": "Saves the given argument list so that it can be called by name.",
4266
- "multiple": false
4267
- },
4268
- "unremember": {
4269
- "name": "unremember",
4270
- "type": "option",
4271
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4272
- "multiple": false
4273
- },
4274
- "withoutdefaults": {
4275
- "name": "withoutdefaults",
4276
- "type": "boolean",
4277
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4278
- "allowNo": false
4279
- },
4280
- "verbose": {
4281
- "name": "verbose",
4282
- "type": "boolean",
4283
- "char": "v",
4284
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4285
- "allowNo": false
4286
- },
4287
2627
  "help": {
4288
2628
  "name": "help",
4289
2629
  "type": "boolean",
@@ -4315,43 +2655,6 @@
4315
2655
  "pluginType": "core",
4316
2656
  "aliases": [],
4317
2657
  "flags": {
4318
- "as": {
4319
- "name": "as",
4320
- "type": "option",
4321
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4322
- "multiple": false
4323
- },
4324
- "remember": {
4325
- "name": "remember",
4326
- "type": "boolean",
4327
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4328
- "allowNo": false
4329
- },
4330
- "rememberAs": {
4331
- "name": "rememberAs",
4332
- "type": "option",
4333
- "description": "Saves the given argument list so that it can be called by name.",
4334
- "multiple": false
4335
- },
4336
- "unremember": {
4337
- "name": "unremember",
4338
- "type": "option",
4339
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4340
- "multiple": false
4341
- },
4342
- "withoutdefaults": {
4343
- "name": "withoutdefaults",
4344
- "type": "boolean",
4345
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4346
- "allowNo": false
4347
- },
4348
- "verbose": {
4349
- "name": "verbose",
4350
- "type": "boolean",
4351
- "char": "v",
4352
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4353
- "allowNo": false
4354
- },
4355
2658
  "help": {
4356
2659
  "name": "help",
4357
2660
  "type": "boolean",
@@ -4363,7 +2666,8 @@
4363
2666
  "args": {
4364
2667
  "dependency": {
4365
2668
  "name": "dependency",
4366
- "description": "The package name of the dependency to sync up into the main project"
2669
+ "description": "The package name of the dependency to sync up into the main project",
2670
+ "required": true
4367
2671
  }
4368
2672
  }
4369
2673
  },
@@ -4378,43 +2682,6 @@
4378
2682
  "dep:unsrc"
4379
2683
  ],
4380
2684
  "flags": {
4381
- "as": {
4382
- "name": "as",
4383
- "type": "option",
4384
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4385
- "multiple": false
4386
- },
4387
- "remember": {
4388
- "name": "remember",
4389
- "type": "boolean",
4390
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4391
- "allowNo": false
4392
- },
4393
- "rememberAs": {
4394
- "name": "rememberAs",
4395
- "type": "option",
4396
- "description": "Saves the given argument list so that it can be called by name.",
4397
- "multiple": false
4398
- },
4399
- "unremember": {
4400
- "name": "unremember",
4401
- "type": "option",
4402
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4403
- "multiple": false
4404
- },
4405
- "withoutdefaults": {
4406
- "name": "withoutdefaults",
4407
- "type": "boolean",
4408
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4409
- "allowNo": false
4410
- },
4411
- "verbose": {
4412
- "name": "verbose",
4413
- "type": "boolean",
4414
- "char": "v",
4415
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4416
- "allowNo": false
4417
- },
4418
2685
  "help": {
4419
2686
  "name": "help",
4420
2687
  "type": "boolean",
@@ -4440,7 +2707,8 @@
4440
2707
  "args": {
4441
2708
  "name": {
4442
2709
  "name": "name",
4443
- "description": "The official unique name of the dependency package."
2710
+ "description": "The official unique name of the dependency package.",
2711
+ "required": false
4444
2712
  }
4445
2713
  }
4446
2714
  },
@@ -4453,43 +2721,6 @@
4453
2721
  "pluginType": "core",
4454
2722
  "aliases": [],
4455
2723
  "flags": {
4456
- "as": {
4457
- "name": "as",
4458
- "type": "option",
4459
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4460
- "multiple": false
4461
- },
4462
- "remember": {
4463
- "name": "remember",
4464
- "type": "boolean",
4465
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4466
- "allowNo": false
4467
- },
4468
- "rememberAs": {
4469
- "name": "rememberAs",
4470
- "type": "option",
4471
- "description": "Saves the given argument list so that it can be called by name.",
4472
- "multiple": false
4473
- },
4474
- "unremember": {
4475
- "name": "unremember",
4476
- "type": "option",
4477
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4478
- "multiple": false
4479
- },
4480
- "withoutdefaults": {
4481
- "name": "withoutdefaults",
4482
- "type": "boolean",
4483
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4484
- "allowNo": false
4485
- },
4486
- "verbose": {
4487
- "name": "verbose",
4488
- "type": "boolean",
4489
- "char": "v",
4490
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4491
- "allowNo": false
4492
- },
4493
2724
  "help": {
4494
2725
  "name": "help",
4495
2726
  "type": "boolean",
@@ -4572,62 +2803,24 @@
4572
2803
  "description": "The unique human-readable identitifer to use for the enterprise (must be alphanunmeric with no spaces).",
4573
2804
  "required": false
4574
2805
  }
4575
- }
4576
- },
4577
- "enterprise:list": {
4578
- "id": "enterprise:list",
4579
- "description": "Shows the list of enterprises.",
4580
- "strict": true,
4581
- "pluginName": "@codiac.io/codiac-cli",
4582
- "pluginAlias": "@codiac.io/codiac-cli",
4583
- "pluginType": "core",
4584
- "aliases": [
4585
- "ent:list"
4586
- ],
4587
- "flags": {
4588
- "as": {
4589
- "name": "as",
4590
- "type": "option",
4591
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4592
- "multiple": false
4593
- },
4594
- "remember": {
4595
- "name": "remember",
4596
- "type": "boolean",
4597
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4598
- "allowNo": false
4599
- },
4600
- "rememberAs": {
4601
- "name": "rememberAs",
4602
- "type": "option",
4603
- "description": "Saves the given argument list so that it can be called by name.",
4604
- "multiple": false
4605
- },
4606
- "unremember": {
4607
- "name": "unremember",
4608
- "type": "option",
4609
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4610
- "multiple": false
4611
- },
4612
- "withoutdefaults": {
4613
- "name": "withoutdefaults",
4614
- "type": "boolean",
4615
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4616
- "allowNo": false
4617
- },
4618
- "verbose": {
4619
- "name": "verbose",
4620
- "type": "boolean",
4621
- "char": "v",
4622
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4623
- "allowNo": false
4624
- },
2806
+ }
2807
+ },
2808
+ "enterprise:list": {
2809
+ "id": "enterprise:list",
2810
+ "description": "Shows the list of enterprises.",
2811
+ "strict": true,
2812
+ "pluginName": "@codiac.io/codiac-cli",
2813
+ "pluginAlias": "@codiac.io/codiac-cli",
2814
+ "pluginType": "core",
2815
+ "aliases": [
2816
+ "ent:list"
2817
+ ],
2818
+ "flags": {
4625
2819
  "output": {
4626
2820
  "name": "output",
4627
2821
  "type": "option",
4628
2822
  "char": "o",
4629
2823
  "description": "format in which to render the data.",
4630
- "helpValue": "(json|yaml|tree|text)",
4631
2824
  "multiple": false,
4632
2825
  "options": [
4633
2826
  "json",
@@ -4656,43 +2849,6 @@
4656
2849
  "pluginType": "core",
4657
2850
  "aliases": [],
4658
2851
  "flags": {
4659
- "as": {
4660
- "name": "as",
4661
- "type": "option",
4662
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4663
- "multiple": false
4664
- },
4665
- "remember": {
4666
- "name": "remember",
4667
- "type": "boolean",
4668
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4669
- "allowNo": false
4670
- },
4671
- "rememberAs": {
4672
- "name": "rememberAs",
4673
- "type": "option",
4674
- "description": "Saves the given argument list so that it can be called by name.",
4675
- "multiple": false
4676
- },
4677
- "unremember": {
4678
- "name": "unremember",
4679
- "type": "option",
4680
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4681
- "multiple": false
4682
- },
4683
- "withoutdefaults": {
4684
- "name": "withoutdefaults",
4685
- "type": "boolean",
4686
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4687
- "allowNo": false
4688
- },
4689
- "verbose": {
4690
- "name": "verbose",
4691
- "type": "boolean",
4692
- "char": "v",
4693
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4694
- "allowNo": false
4695
- },
4696
2852
  "help": {
4697
2853
  "name": "help",
4698
2854
  "type": "boolean",
@@ -4832,49 +2988,11 @@
4832
2988
  "enviro:list"
4833
2989
  ],
4834
2990
  "flags": {
4835
- "as": {
4836
- "name": "as",
4837
- "type": "option",
4838
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4839
- "multiple": false
4840
- },
4841
- "remember": {
4842
- "name": "remember",
4843
- "type": "boolean",
4844
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4845
- "allowNo": false
4846
- },
4847
- "rememberAs": {
4848
- "name": "rememberAs",
4849
- "type": "option",
4850
- "description": "Saves the given argument list so that it can be called by name.",
4851
- "multiple": false
4852
- },
4853
- "unremember": {
4854
- "name": "unremember",
4855
- "type": "option",
4856
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4857
- "multiple": false
4858
- },
4859
- "withoutdefaults": {
4860
- "name": "withoutdefaults",
4861
- "type": "boolean",
4862
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4863
- "allowNo": false
4864
- },
4865
- "verbose": {
4866
- "name": "verbose",
4867
- "type": "boolean",
4868
- "char": "v",
4869
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4870
- "allowNo": false
4871
- },
4872
2991
  "output": {
4873
2992
  "name": "output",
4874
2993
  "type": "option",
4875
2994
  "char": "o",
4876
2995
  "description": "format in which to render the data.",
4877
- "helpValue": "(json|yaml|tree|text)",
4878
2996
  "multiple": false,
4879
2997
  "options": [
4880
2998
  "json",
@@ -4905,43 +3023,6 @@
4905
3023
  "fileshare:capture"
4906
3024
  ],
4907
3025
  "flags": {
4908
- "as": {
4909
- "name": "as",
4910
- "type": "option",
4911
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
4912
- "multiple": false
4913
- },
4914
- "remember": {
4915
- "name": "remember",
4916
- "type": "boolean",
4917
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
4918
- "allowNo": false
4919
- },
4920
- "rememberAs": {
4921
- "name": "rememberAs",
4922
- "type": "option",
4923
- "description": "Saves the given argument list so that it can be called by name.",
4924
- "multiple": false
4925
- },
4926
- "unremember": {
4927
- "name": "unremember",
4928
- "type": "option",
4929
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
4930
- "multiple": false
4931
- },
4932
- "withoutdefaults": {
4933
- "name": "withoutdefaults",
4934
- "type": "boolean",
4935
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
4936
- "allowNo": false
4937
- },
4938
- "verbose": {
4939
- "name": "verbose",
4940
- "type": "boolean",
4941
- "char": "v",
4942
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4943
- "allowNo": false
4944
- },
4945
3026
  "help": {
4946
3027
  "name": "help",
4947
3028
  "type": "boolean",
@@ -5033,43 +3114,6 @@
5033
3114
  "domain:map"
5034
3115
  ],
5035
3116
  "flags": {
5036
- "as": {
5037
- "name": "as",
5038
- "type": "option",
5039
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5040
- "multiple": false
5041
- },
5042
- "remember": {
5043
- "name": "remember",
5044
- "type": "boolean",
5045
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5046
- "allowNo": false
5047
- },
5048
- "rememberAs": {
5049
- "name": "rememberAs",
5050
- "type": "option",
5051
- "description": "Saves the given argument list so that it can be called by name.",
5052
- "multiple": false
5053
- },
5054
- "unremember": {
5055
- "name": "unremember",
5056
- "type": "option",
5057
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5058
- "multiple": false
5059
- },
5060
- "withoutdefaults": {
5061
- "name": "withoutdefaults",
5062
- "type": "boolean",
5063
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5064
- "allowNo": false
5065
- },
5066
- "verbose": {
5067
- "name": "verbose",
5068
- "type": "boolean",
5069
- "char": "v",
5070
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5071
- "allowNo": false
5072
- },
5073
3117
  "help": {
5074
3118
  "name": "help",
5075
3119
  "type": "boolean",
@@ -5144,106 +3188,32 @@
5144
3188
  "token:remove"
5145
3189
  ],
5146
3190
  "flags": {
5147
- "as": {
5148
- "name": "as",
5149
- "type": "option",
5150
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5151
- "multiple": false
5152
- },
5153
- "remember": {
5154
- "name": "remember",
5155
- "type": "boolean",
5156
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5157
- "allowNo": false
5158
- },
5159
- "rememberAs": {
5160
- "name": "rememberAs",
5161
- "type": "option",
5162
- "description": "Saves the given argument list so that it can be called by name.",
5163
- "multiple": false
5164
- },
5165
- "unremember": {
5166
- "name": "unremember",
5167
- "type": "option",
5168
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5169
- "multiple": false
5170
- },
5171
- "withoutdefaults": {
5172
- "name": "withoutdefaults",
5173
- "type": "boolean",
5174
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5175
- "allowNo": false
5176
- },
5177
- "verbose": {
5178
- "name": "verbose",
5179
- "type": "boolean",
5180
- "char": "v",
5181
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5182
- "allowNo": false
5183
- },
5184
- "help": {
5185
- "name": "help",
5186
- "type": "boolean",
5187
- "char": "h",
5188
- "description": "Displays the help document for this command.",
5189
- "allowNo": false
5190
- }
5191
- },
5192
- "args": {
5193
- "name": {
5194
- "name": "name",
5195
- "description": "The name of the token to delete. Use the 'identity:list' command to view the currently stored tokens."
5196
- }
5197
- }
5198
- },
5199
- "identity:list": {
5200
- "id": "identity:list",
5201
- "description": "Lists out the identity tokens currently stored for the current user.",
5202
- "strict": true,
5203
- "pluginName": "@codiac.io/codiac-cli",
5204
- "pluginAlias": "@codiac.io/codiac-cli",
5205
- "pluginType": "core",
5206
- "aliases": [
5207
- "token:list"
5208
- ],
5209
- "flags": {
5210
- "as": {
5211
- "name": "as",
5212
- "type": "option",
5213
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5214
- "multiple": false
5215
- },
5216
- "remember": {
5217
- "name": "remember",
5218
- "type": "boolean",
5219
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5220
- "allowNo": false
5221
- },
5222
- "rememberAs": {
5223
- "name": "rememberAs",
5224
- "type": "option",
5225
- "description": "Saves the given argument list so that it can be called by name.",
5226
- "multiple": false
5227
- },
5228
- "unremember": {
5229
- "name": "unremember",
5230
- "type": "option",
5231
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5232
- "multiple": false
5233
- },
5234
- "withoutdefaults": {
5235
- "name": "withoutdefaults",
5236
- "type": "boolean",
5237
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5238
- "allowNo": false
5239
- },
5240
- "verbose": {
5241
- "name": "verbose",
3191
+ "help": {
3192
+ "name": "help",
5242
3193
  "type": "boolean",
5243
- "char": "v",
5244
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
3194
+ "char": "h",
3195
+ "description": "Displays the help document for this command.",
5245
3196
  "allowNo": false
5246
- },
3197
+ }
3198
+ },
3199
+ "args": {
3200
+ "name": {
3201
+ "name": "name",
3202
+ "description": "The name of the token to delete. Use the 'identity:list' command to view the currently stored tokens."
3203
+ }
3204
+ }
3205
+ },
3206
+ "identity:list": {
3207
+ "id": "identity:list",
3208
+ "description": "Lists out the identity tokens currently stored for the current user.",
3209
+ "strict": true,
3210
+ "pluginName": "@codiac.io/codiac-cli",
3211
+ "pluginAlias": "@codiac.io/codiac-cli",
3212
+ "pluginType": "core",
3213
+ "aliases": [
3214
+ "token:list"
3215
+ ],
3216
+ "flags": {
5247
3217
  "help": {
5248
3218
  "name": "help",
5249
3219
  "type": "boolean",
@@ -5256,7 +3226,6 @@
5256
3226
  "type": "option",
5257
3227
  "char": "o",
5258
3228
  "description": "Format for the response data.",
5259
- "helpValue": "(table|extended|json|csv)",
5260
3229
  "multiple": false,
5261
3230
  "options": [
5262
3231
  "table",
@@ -5280,43 +3249,6 @@
5280
3249
  "pullsecret:unset"
5281
3250
  ],
5282
3251
  "flags": {
5283
- "as": {
5284
- "name": "as",
5285
- "type": "option",
5286
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5287
- "multiple": false
5288
- },
5289
- "remember": {
5290
- "name": "remember",
5291
- "type": "boolean",
5292
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5293
- "allowNo": false
5294
- },
5295
- "rememberAs": {
5296
- "name": "rememberAs",
5297
- "type": "option",
5298
- "description": "Saves the given argument list so that it can be called by name.",
5299
- "multiple": false
5300
- },
5301
- "unremember": {
5302
- "name": "unremember",
5303
- "type": "option",
5304
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5305
- "multiple": false
5306
- },
5307
- "withoutdefaults": {
5308
- "name": "withoutdefaults",
5309
- "type": "boolean",
5310
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5311
- "allowNo": false
5312
- },
5313
- "verbose": {
5314
- "name": "verbose",
5315
- "type": "boolean",
5316
- "char": "v",
5317
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5318
- "allowNo": false
5319
- },
5320
3252
  "url": {
5321
3253
  "name": "url",
5322
3254
  "type": "option",
@@ -5331,7 +3263,6 @@
5331
3263
  "char": "p",
5332
3264
  "description": "The cloud provider hosting the container registry.",
5333
3265
  "required": false,
5334
- "helpValue": "(aws|azure|dockerHub|other)",
5335
3266
  "multiple": false,
5336
3267
  "options": [
5337
3268
  "aws",
@@ -5411,43 +3342,6 @@
5411
3342
  "pluginType": "core",
5412
3343
  "aliases": [],
5413
3344
  "flags": {
5414
- "as": {
5415
- "name": "as",
5416
- "type": "option",
5417
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5418
- "multiple": false
5419
- },
5420
- "remember": {
5421
- "name": "remember",
5422
- "type": "boolean",
5423
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5424
- "allowNo": false
5425
- },
5426
- "rememberAs": {
5427
- "name": "rememberAs",
5428
- "type": "option",
5429
- "description": "Saves the given argument list so that it can be called by name.",
5430
- "multiple": false
5431
- },
5432
- "unremember": {
5433
- "name": "unremember",
5434
- "type": "option",
5435
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5436
- "multiple": false
5437
- },
5438
- "withoutdefaults": {
5439
- "name": "withoutdefaults",
5440
- "type": "boolean",
5441
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5442
- "allowNo": false
5443
- },
5444
- "verbose": {
5445
- "name": "verbose",
5446
- "type": "boolean",
5447
- "char": "v",
5448
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5449
- "allowNo": false
5450
- },
5451
3345
  "registry": {
5452
3346
  "name": "registry",
5453
3347
  "type": "option",
@@ -5502,43 +3396,6 @@
5502
3396
  "img:add"
5503
3397
  ],
5504
3398
  "flags": {
5505
- "as": {
5506
- "name": "as",
5507
- "type": "option",
5508
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5509
- "multiple": false
5510
- },
5511
- "remember": {
5512
- "name": "remember",
5513
- "type": "boolean",
5514
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5515
- "allowNo": false
5516
- },
5517
- "rememberAs": {
5518
- "name": "rememberAs",
5519
- "type": "option",
5520
- "description": "Saves the given argument list so that it can be called by name.",
5521
- "multiple": false
5522
- },
5523
- "unremember": {
5524
- "name": "unremember",
5525
- "type": "option",
5526
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5527
- "multiple": false
5528
- },
5529
- "withoutdefaults": {
5530
- "name": "withoutdefaults",
5531
- "type": "boolean",
5532
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5533
- "allowNo": false
5534
- },
5535
- "verbose": {
5536
- "name": "verbose",
5537
- "type": "boolean",
5538
- "char": "v",
5539
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5540
- "allowNo": false
5541
- },
5542
3399
  "help": {
5543
3400
  "name": "help",
5544
3401
  "type": "boolean",
@@ -5655,43 +3512,6 @@
5655
3512
  "img:list"
5656
3513
  ],
5657
3514
  "flags": {
5658
- "as": {
5659
- "name": "as",
5660
- "type": "option",
5661
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5662
- "multiple": false
5663
- },
5664
- "remember": {
5665
- "name": "remember",
5666
- "type": "boolean",
5667
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5668
- "allowNo": false
5669
- },
5670
- "rememberAs": {
5671
- "name": "rememberAs",
5672
- "type": "option",
5673
- "description": "Saves the given argument list so that it can be called by name.",
5674
- "multiple": false
5675
- },
5676
- "unremember": {
5677
- "name": "unremember",
5678
- "type": "option",
5679
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5680
- "multiple": false
5681
- },
5682
- "withoutdefaults": {
5683
- "name": "withoutdefaults",
5684
- "type": "boolean",
5685
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5686
- "allowNo": false
5687
- },
5688
- "verbose": {
5689
- "name": "verbose",
5690
- "type": "boolean",
5691
- "char": "v",
5692
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5693
- "allowNo": false
5694
- },
5695
3515
  "help": {
5696
3516
  "name": "help",
5697
3517
  "type": "boolean",
@@ -5704,7 +3524,6 @@
5704
3524
  "type": "option",
5705
3525
  "char": "o",
5706
3526
  "description": "Format for the response data.",
5707
- "helpValue": "(table|extended|json|csv)",
5708
3527
  "multiple": false,
5709
3528
  "options": [
5710
3529
  "table",
@@ -5715,11 +3534,7 @@
5715
3534
  "default": "table"
5716
3535
  }
5717
3536
  },
5718
- "args": {
5719
- "hello": {
5720
- "name": "hello"
5721
- }
5722
- }
3537
+ "args": {}
5723
3538
  },
5724
3539
  "images:patch": {
5725
3540
  "id": "images:patch",
@@ -5733,43 +3548,6 @@
5733
3548
  "img:patch"
5734
3549
  ],
5735
3550
  "flags": {
5736
- "as": {
5737
- "name": "as",
5738
- "type": "option",
5739
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5740
- "multiple": false
5741
- },
5742
- "remember": {
5743
- "name": "remember",
5744
- "type": "boolean",
5745
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5746
- "allowNo": false
5747
- },
5748
- "rememberAs": {
5749
- "name": "rememberAs",
5750
- "type": "option",
5751
- "description": "Saves the given argument list so that it can be called by name.",
5752
- "multiple": false
5753
- },
5754
- "unremember": {
5755
- "name": "unremember",
5756
- "type": "option",
5757
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5758
- "multiple": false
5759
- },
5760
- "withoutdefaults": {
5761
- "name": "withoutdefaults",
5762
- "type": "boolean",
5763
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5764
- "allowNo": false
5765
- },
5766
- "verbose": {
5767
- "name": "verbose",
5768
- "type": "boolean",
5769
- "char": "v",
5770
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5771
- "allowNo": false
5772
- },
5773
3551
  "help": {
5774
3552
  "name": "help",
5775
3553
  "type": "boolean",
@@ -5813,46 +3591,9 @@
5813
3591
  "image:remove",
5814
3592
  "img:remove",
5815
3593
  "image:delete",
5816
- "img:delete"
5817
- ],
5818
- "flags": {
5819
- "as": {
5820
- "name": "as",
5821
- "type": "option",
5822
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5823
- "multiple": false
5824
- },
5825
- "remember": {
5826
- "name": "remember",
5827
- "type": "boolean",
5828
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5829
- "allowNo": false
5830
- },
5831
- "rememberAs": {
5832
- "name": "rememberAs",
5833
- "type": "option",
5834
- "description": "Saves the given argument list so that it can be called by name.",
5835
- "multiple": false
5836
- },
5837
- "unremember": {
5838
- "name": "unremember",
5839
- "type": "option",
5840
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5841
- "multiple": false
5842
- },
5843
- "withoutdefaults": {
5844
- "name": "withoutdefaults",
5845
- "type": "boolean",
5846
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5847
- "allowNo": false
5848
- },
5849
- "verbose": {
5850
- "name": "verbose",
5851
- "type": "boolean",
5852
- "char": "v",
5853
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5854
- "allowNo": false
5855
- },
3594
+ "img:delete"
3595
+ ],
3596
+ "flags": {
5856
3597
  "help": {
5857
3598
  "name": "help",
5858
3599
  "type": "boolean",
@@ -5881,43 +3622,6 @@
5881
3622
  "img:list"
5882
3623
  ],
5883
3624
  "flags": {
5884
- "as": {
5885
- "name": "as",
5886
- "type": "option",
5887
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5888
- "multiple": false
5889
- },
5890
- "remember": {
5891
- "name": "remember",
5892
- "type": "boolean",
5893
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5894
- "allowNo": false
5895
- },
5896
- "rememberAs": {
5897
- "name": "rememberAs",
5898
- "type": "option",
5899
- "description": "Saves the given argument list so that it can be called by name.",
5900
- "multiple": false
5901
- },
5902
- "unremember": {
5903
- "name": "unremember",
5904
- "type": "option",
5905
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5906
- "multiple": false
5907
- },
5908
- "withoutdefaults": {
5909
- "name": "withoutdefaults",
5910
- "type": "boolean",
5911
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5912
- "allowNo": false
5913
- },
5914
- "verbose": {
5915
- "name": "verbose",
5916
- "type": "boolean",
5917
- "char": "v",
5918
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5919
- "allowNo": false
5920
- },
5921
3625
  "help": {
5922
3626
  "name": "help",
5923
3627
  "type": "boolean",
@@ -5930,7 +3634,6 @@
5930
3634
  "type": "option",
5931
3635
  "char": "o",
5932
3636
  "description": "Format for the response data.",
5933
- "helpValue": "(stdOut|json)",
5934
3637
  "multiple": false,
5935
3638
  "options": [
5936
3639
  "stdOut",
@@ -5941,7 +3644,9 @@
5941
3644
  },
5942
3645
  "args": {
5943
3646
  "name": {
5944
- "name": "name"
3647
+ "name": "name",
3648
+ "description": "Image name",
3649
+ "required": true
5945
3650
  }
5946
3651
  }
5947
3652
  },
@@ -5954,43 +3659,6 @@
5954
3659
  "pluginType": "core",
5955
3660
  "aliases": [],
5956
3661
  "flags": {
5957
- "as": {
5958
- "name": "as",
5959
- "type": "option",
5960
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
5961
- "multiple": false
5962
- },
5963
- "remember": {
5964
- "name": "remember",
5965
- "type": "boolean",
5966
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5967
- "allowNo": false
5968
- },
5969
- "rememberAs": {
5970
- "name": "rememberAs",
5971
- "type": "option",
5972
- "description": "Saves the given argument list so that it can be called by name.",
5973
- "multiple": false
5974
- },
5975
- "unremember": {
5976
- "name": "unremember",
5977
- "type": "option",
5978
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5979
- "multiple": false
5980
- },
5981
- "withoutdefaults": {
5982
- "name": "withoutdefaults",
5983
- "type": "boolean",
5984
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
5985
- "allowNo": false
5986
- },
5987
- "verbose": {
5988
- "name": "verbose",
5989
- "type": "boolean",
5990
- "char": "v",
5991
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
5992
- "allowNo": false
5993
- },
5994
3662
  "help": {
5995
3663
  "name": "help",
5996
3664
  "type": "boolean",
@@ -6075,43 +3743,6 @@
6075
3743
  "pluginType": "core",
6076
3744
  "aliases": [],
6077
3745
  "flags": {
6078
- "as": {
6079
- "name": "as",
6080
- "type": "option",
6081
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6082
- "multiple": false
6083
- },
6084
- "remember": {
6085
- "name": "remember",
6086
- "type": "boolean",
6087
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6088
- "allowNo": false
6089
- },
6090
- "rememberAs": {
6091
- "name": "rememberAs",
6092
- "type": "option",
6093
- "description": "Saves the given argument list so that it can be called by name.",
6094
- "multiple": false
6095
- },
6096
- "unremember": {
6097
- "name": "unremember",
6098
- "type": "option",
6099
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6100
- "multiple": false
6101
- },
6102
- "withoutdefaults": {
6103
- "name": "withoutdefaults",
6104
- "type": "boolean",
6105
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6106
- "allowNo": false
6107
- },
6108
- "verbose": {
6109
- "name": "verbose",
6110
- "type": "boolean",
6111
- "char": "v",
6112
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6113
- "allowNo": false
6114
- },
6115
3746
  "help": {
6116
3747
  "name": "help",
6117
3748
  "type": "boolean",
@@ -6169,43 +3800,6 @@
6169
3800
  "pluginType": "core",
6170
3801
  "aliases": [],
6171
3802
  "flags": {
6172
- "as": {
6173
- "name": "as",
6174
- "type": "option",
6175
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6176
- "multiple": false
6177
- },
6178
- "remember": {
6179
- "name": "remember",
6180
- "type": "boolean",
6181
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6182
- "allowNo": false
6183
- },
6184
- "rememberAs": {
6185
- "name": "rememberAs",
6186
- "type": "option",
6187
- "description": "Saves the given argument list so that it can be called by name.",
6188
- "multiple": false
6189
- },
6190
- "unremember": {
6191
- "name": "unremember",
6192
- "type": "option",
6193
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6194
- "multiple": false
6195
- },
6196
- "withoutdefaults": {
6197
- "name": "withoutdefaults",
6198
- "type": "boolean",
6199
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6200
- "allowNo": false
6201
- },
6202
- "verbose": {
6203
- "name": "verbose",
6204
- "type": "boolean",
6205
- "char": "v",
6206
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6207
- "allowNo": false
6208
- },
6209
3803
  "help": {
6210
3804
  "name": "help",
6211
3805
  "type": "boolean",
@@ -6214,11 +3808,7 @@
6214
3808
  "allowNo": false
6215
3809
  }
6216
3810
  },
6217
- "args": {
6218
- "hello": {
6219
- "name": "hello"
6220
- }
6221
- }
3811
+ "args": {}
6222
3812
  },
6223
3813
  "pkg:patch": {
6224
3814
  "id": "pkg:patch",
@@ -6229,43 +3819,6 @@
6229
3819
  "pluginType": "core",
6230
3820
  "aliases": [],
6231
3821
  "flags": {
6232
- "as": {
6233
- "name": "as",
6234
- "type": "option",
6235
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6236
- "multiple": false
6237
- },
6238
- "remember": {
6239
- "name": "remember",
6240
- "type": "boolean",
6241
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6242
- "allowNo": false
6243
- },
6244
- "rememberAs": {
6245
- "name": "rememberAs",
6246
- "type": "option",
6247
- "description": "Saves the given argument list so that it can be called by name.",
6248
- "multiple": false
6249
- },
6250
- "unremember": {
6251
- "name": "unremember",
6252
- "type": "option",
6253
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6254
- "multiple": false
6255
- },
6256
- "withoutdefaults": {
6257
- "name": "withoutdefaults",
6258
- "type": "boolean",
6259
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6260
- "allowNo": false
6261
- },
6262
- "verbose": {
6263
- "name": "verbose",
6264
- "type": "boolean",
6265
- "char": "v",
6266
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6267
- "allowNo": false
6268
- },
6269
3822
  "help": {
6270
3823
  "name": "help",
6271
3824
  "type": "boolean",
@@ -6284,68 +3837,31 @@
6284
3837
  "unset": {
6285
3838
  "name": "unset",
6286
3839
  "type": "option",
6287
- "char": "u",
6288
- "description": "Space-delimited list of properties to clear, in json-path format. (eg: --unset .targets.default)",
6289
- "required": false,
6290
- "multiple": false
6291
- }
6292
- },
6293
- "args": {
6294
- "packageName": {
6295
- "name": "packageName",
6296
- "description": "package name including, scope prefix. eg: \"your-company/your-package\"",
6297
- "required": true
6298
- }
6299
- }
6300
- },
6301
- "pkg:remove": {
6302
- "id": "pkg:remove",
6303
- "description": "Deletes the given package export from the configuration.",
6304
- "strict": true,
6305
- "pluginName": "@codiac.io/codiac-cli",
6306
- "pluginAlias": "@codiac.io/codiac-cli",
6307
- "pluginType": "core",
6308
- "aliases": [
6309
- "pkg:delete"
6310
- ],
6311
- "flags": {
6312
- "as": {
6313
- "name": "as",
6314
- "type": "option",
6315
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6316
- "multiple": false
6317
- },
6318
- "remember": {
6319
- "name": "remember",
6320
- "type": "boolean",
6321
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6322
- "allowNo": false
6323
- },
6324
- "rememberAs": {
6325
- "name": "rememberAs",
6326
- "type": "option",
6327
- "description": "Saves the given argument list so that it can be called by name.",
6328
- "multiple": false
6329
- },
6330
- "unremember": {
6331
- "name": "unremember",
6332
- "type": "option",
6333
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6334
- "multiple": false
6335
- },
6336
- "withoutdefaults": {
6337
- "name": "withoutdefaults",
6338
- "type": "boolean",
6339
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6340
- "allowNo": false
6341
- },
6342
- "verbose": {
6343
- "name": "verbose",
6344
- "type": "boolean",
6345
- "char": "v",
6346
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6347
- "allowNo": false
6348
- },
3840
+ "char": "u",
3841
+ "description": "Space-delimited list of properties to clear, in json-path format. (eg: --unset .targets.default)",
3842
+ "required": false,
3843
+ "multiple": false
3844
+ }
3845
+ },
3846
+ "args": {
3847
+ "packageName": {
3848
+ "name": "packageName",
3849
+ "description": "package name including, scope prefix. eg: \"your-company/your-package\"",
3850
+ "required": true
3851
+ }
3852
+ }
3853
+ },
3854
+ "pkg:remove": {
3855
+ "id": "pkg:remove",
3856
+ "description": "Deletes the given package export from the configuration.",
3857
+ "strict": true,
3858
+ "pluginName": "@codiac.io/codiac-cli",
3859
+ "pluginAlias": "@codiac.io/codiac-cli",
3860
+ "pluginType": "core",
3861
+ "aliases": [
3862
+ "pkg:delete"
3863
+ ],
3864
+ "flags": {
6349
3865
  "help": {
6350
3866
  "name": "help",
6351
3867
  "type": "boolean",
@@ -6373,43 +3889,6 @@
6373
3889
  "secretStore"
6374
3890
  ],
6375
3891
  "flags": {
6376
- "as": {
6377
- "name": "as",
6378
- "type": "option",
6379
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6380
- "multiple": false
6381
- },
6382
- "remember": {
6383
- "name": "remember",
6384
- "type": "boolean",
6385
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6386
- "allowNo": false
6387
- },
6388
- "rememberAs": {
6389
- "name": "rememberAs",
6390
- "type": "option",
6391
- "description": "Saves the given argument list so that it can be called by name.",
6392
- "multiple": false
6393
- },
6394
- "unremember": {
6395
- "name": "unremember",
6396
- "type": "option",
6397
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6398
- "multiple": false
6399
- },
6400
- "withoutdefaults": {
6401
- "name": "withoutdefaults",
6402
- "type": "boolean",
6403
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6404
- "allowNo": false
6405
- },
6406
- "verbose": {
6407
- "name": "verbose",
6408
- "type": "boolean",
6409
- "char": "v",
6410
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6411
- "allowNo": false
6412
- },
6413
3892
  "url": {
6414
3893
  "name": "url",
6415
3894
  "type": "option",
@@ -6424,7 +3903,6 @@
6424
3903
  "char": "p",
6425
3904
  "description": "The cloud provider hosting the secret store.",
6426
3905
  "required": false,
6427
- "helpValue": "(azure|aws|dockerHub|other)",
6428
3906
  "multiple": false,
6429
3907
  "options": [
6430
3908
  "azure",
@@ -6504,43 +3982,6 @@
6504
3982
  "pluginType": "core",
6505
3983
  "aliases": [],
6506
3984
  "flags": {
6507
- "as": {
6508
- "name": "as",
6509
- "type": "option",
6510
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6511
- "multiple": false
6512
- },
6513
- "remember": {
6514
- "name": "remember",
6515
- "type": "boolean",
6516
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6517
- "allowNo": false
6518
- },
6519
- "rememberAs": {
6520
- "name": "rememberAs",
6521
- "type": "option",
6522
- "description": "Saves the given argument list so that it can be called by name.",
6523
- "multiple": false
6524
- },
6525
- "unremember": {
6526
- "name": "unremember",
6527
- "type": "option",
6528
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6529
- "multiple": false
6530
- },
6531
- "withoutdefaults": {
6532
- "name": "withoutdefaults",
6533
- "type": "boolean",
6534
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6535
- "allowNo": false
6536
- },
6537
- "verbose": {
6538
- "name": "verbose",
6539
- "type": "boolean",
6540
- "char": "v",
6541
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6542
- "allowNo": false
6543
- },
6544
3985
  "name": {
6545
3986
  "name": "name",
6546
3987
  "type": "option",
@@ -6730,179 +4171,24 @@
6730
4171
  }
6731
4172
  }
6732
4173
  },
6733
- "view:dashboard": {
6734
- "id": "view:dashboard",
6735
- "description": "Spins up the dashboard for a given cabinet",
6736
- "strict": true,
6737
- "pluginName": "@codiac.io/codiac-cli",
6738
- "pluginAlias": "@codiac.io/codiac-cli",
6739
- "pluginType": "core",
6740
- "aliases": [
6741
- "view:dash",
6742
- "dash"
6743
- ],
6744
- "flags": {
6745
- "as": {
6746
- "name": "as",
6747
- "type": "option",
6748
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6749
- "multiple": false
6750
- },
6751
- "remember": {
6752
- "name": "remember",
6753
- "type": "boolean",
6754
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6755
- "allowNo": false
6756
- },
6757
- "rememberAs": {
6758
- "name": "rememberAs",
6759
- "type": "option",
6760
- "description": "Saves the given argument list so that it can be called by name.",
6761
- "multiple": false
6762
- },
6763
- "unremember": {
6764
- "name": "unremember",
6765
- "type": "option",
6766
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6767
- "multiple": false
6768
- },
6769
- "withoutdefaults": {
6770
- "name": "withoutdefaults",
6771
- "type": "boolean",
6772
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6773
- "allowNo": false
6774
- },
6775
- "verbose": {
6776
- "name": "verbose",
6777
- "type": "boolean",
6778
- "char": "v",
6779
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6780
- "allowNo": false
6781
- },
6782
- "help": {
6783
- "name": "help",
6784
- "type": "boolean",
6785
- "char": "h",
6786
- "description": "Show CLI help.",
6787
- "allowNo": false
6788
- }
6789
- },
6790
- "args": {}
6791
- },
6792
- "view:pods": {
6793
- "id": "view:pods",
6794
- "description": "Spins up the k9s cli pod viewer",
6795
- "strict": true,
6796
- "pluginName": "@codiac.io/codiac-cli",
6797
- "pluginAlias": "@codiac.io/codiac-cli",
6798
- "pluginType": "core",
6799
- "aliases": [
6800
- "view:k9s",
6801
- "k9s"
6802
- ],
6803
- "flags": {
6804
- "as": {
6805
- "name": "as",
6806
- "type": "option",
6807
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6808
- "multiple": false
6809
- },
6810
- "remember": {
6811
- "name": "remember",
6812
- "type": "boolean",
6813
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6814
- "allowNo": false
6815
- },
6816
- "rememberAs": {
6817
- "name": "rememberAs",
6818
- "type": "option",
6819
- "description": "Saves the given argument list so that it can be called by name.",
6820
- "multiple": false
6821
- },
6822
- "unremember": {
6823
- "name": "unremember",
6824
- "type": "option",
6825
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6826
- "multiple": false
6827
- },
6828
- "withoutdefaults": {
6829
- "name": "withoutdefaults",
6830
- "type": "boolean",
6831
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6832
- "allowNo": false
6833
- },
6834
- "verbose": {
6835
- "name": "verbose",
6836
- "type": "boolean",
6837
- "char": "v",
6838
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6839
- "allowNo": false
6840
- },
6841
- "help": {
6842
- "name": "help",
6843
- "type": "boolean",
6844
- "char": "h",
6845
- "description": "Show CLI help.",
6846
- "allowNo": false
6847
- }
6848
- },
6849
- "args": {}
6850
- },
6851
4174
  "asset:probe:create": {
6852
4175
  "id": "asset:probe:create",
6853
4176
  "description": "Declares the implementation of a health or readiness probe for an asset.",
6854
4177
  "strict": false,
6855
4178
  "pluginName": "@codiac.io/codiac-cli",
6856
4179
  "pluginAlias": "@codiac.io/codiac-cli",
6857
- "pluginType": "core",
6858
- "aliases": [
6859
- "asset:probe:create"
6860
- ],
6861
- "examples": [
6862
- "cod probe:create --predefined builtin-heartbeat-file-exists",
6863
- "cod probe:create -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"",
6864
- "cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"",
6865
- "cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand cat --execCommand /app/data/last-heartbeat.json",
6866
- "cod probe:create -n acme -a myapi -u readiness -p 15 --http --httpScheme https --httpHost myapi.acme.com --httpPort 443 --httpPath /diag/heartbeat -h Accept=application/json -h user-agent=MyUserAgent"
6867
- ],
6868
- "flags": {
6869
- "as": {
6870
- "name": "as",
6871
- "type": "option",
6872
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
6873
- "multiple": false
6874
- },
6875
- "remember": {
6876
- "name": "remember",
6877
- "type": "boolean",
6878
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
6879
- "allowNo": false
6880
- },
6881
- "rememberAs": {
6882
- "name": "rememberAs",
6883
- "type": "option",
6884
- "description": "Saves the given argument list so that it can be called by name.",
6885
- "multiple": false
6886
- },
6887
- "unremember": {
6888
- "name": "unremember",
6889
- "type": "option",
6890
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
6891
- "multiple": false
6892
- },
6893
- "withoutdefaults": {
6894
- "name": "withoutdefaults",
6895
- "type": "boolean",
6896
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
6897
- "allowNo": false
6898
- },
6899
- "verbose": {
6900
- "name": "verbose",
6901
- "type": "boolean",
6902
- "char": "v",
6903
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
6904
- "allowNo": false
6905
- },
4180
+ "pluginType": "core",
4181
+ "aliases": [
4182
+ "asset:probe:create"
4183
+ ],
4184
+ "examples": [
4185
+ "cod probe:create --predefined builtin-heartbeat-file-exists",
4186
+ "cod probe:create -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"",
4187
+ "cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand \"cat /app/data/last-heartbeat.json\"",
4188
+ "cod probe:create -n acme -a myapi -u readiness -p 15 --exec --execCommand cat --execCommand /app/data/last-heartbeat.json",
4189
+ "cod probe:create -n acme -a myapi -u readiness -p 15 --http --httpScheme https --httpHost myapi.acme.com --httpPort 443 --httpPath /diag/heartbeat -h Accept=application/json -h user-agent=MyUserAgent"
4190
+ ],
4191
+ "flags": {
6906
4192
  "help": {
6907
4193
  "name": "help",
6908
4194
  "type": "boolean",
@@ -6939,7 +4225,6 @@
6939
4225
  "char": "u",
6940
4226
  "description": "The diagnostic purpose the probe will serve.",
6941
4227
  "required": true,
6942
- "helpValue": "(readiness|liveness|startup)",
6943
4228
  "multiple": false,
6944
4229
  "options": [
6945
4230
  "readiness",
@@ -7233,43 +4518,6 @@
7233
4518
  "asset:volume:add"
7234
4519
  ],
7235
4520
  "flags": {
7236
- "as": {
7237
- "name": "as",
7238
- "type": "option",
7239
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7240
- "multiple": false
7241
- },
7242
- "remember": {
7243
- "name": "remember",
7244
- "type": "boolean",
7245
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7246
- "allowNo": false
7247
- },
7248
- "rememberAs": {
7249
- "name": "rememberAs",
7250
- "type": "option",
7251
- "description": "Saves the given argument list so that it can be called by name.",
7252
- "multiple": false
7253
- },
7254
- "unremember": {
7255
- "name": "unremember",
7256
- "type": "option",
7257
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7258
- "multiple": false
7259
- },
7260
- "withoutdefaults": {
7261
- "name": "withoutdefaults",
7262
- "type": "boolean",
7263
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7264
- "allowNo": false
7265
- },
7266
- "verbose": {
7267
- "name": "verbose",
7268
- "type": "boolean",
7269
- "char": "v",
7270
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7271
- "allowNo": false
7272
- },
7273
4521
  "help": {
7274
4522
  "name": "help",
7275
4523
  "type": "boolean",
@@ -7331,43 +4579,6 @@
7331
4579
  "asset:volumes:del"
7332
4580
  ],
7333
4581
  "flags": {
7334
- "as": {
7335
- "name": "as",
7336
- "type": "option",
7337
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7338
- "multiple": false
7339
- },
7340
- "remember": {
7341
- "name": "remember",
7342
- "type": "boolean",
7343
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7344
- "allowNo": false
7345
- },
7346
- "rememberAs": {
7347
- "name": "rememberAs",
7348
- "type": "option",
7349
- "description": "Saves the given argument list so that it can be called by name.",
7350
- "multiple": false
7351
- },
7352
- "unremember": {
7353
- "name": "unremember",
7354
- "type": "option",
7355
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7356
- "multiple": false
7357
- },
7358
- "withoutdefaults": {
7359
- "name": "withoutdefaults",
7360
- "type": "boolean",
7361
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7362
- "allowNo": false
7363
- },
7364
- "verbose": {
7365
- "name": "verbose",
7366
- "type": "boolean",
7367
- "char": "v",
7368
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7369
- "allowNo": false
7370
- },
7371
4582
  "help": {
7372
4583
  "name": "help",
7373
4584
  "type": "boolean",
@@ -7412,43 +4623,6 @@
7412
4623
  "asset:volumes:list"
7413
4624
  ],
7414
4625
  "flags": {
7415
- "as": {
7416
- "name": "as",
7417
- "type": "option",
7418
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7419
- "multiple": false
7420
- },
7421
- "remember": {
7422
- "name": "remember",
7423
- "type": "boolean",
7424
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7425
- "allowNo": false
7426
- },
7427
- "rememberAs": {
7428
- "name": "rememberAs",
7429
- "type": "option",
7430
- "description": "Saves the given argument list so that it can be called by name.",
7431
- "multiple": false
7432
- },
7433
- "unremember": {
7434
- "name": "unremember",
7435
- "type": "option",
7436
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7437
- "multiple": false
7438
- },
7439
- "withoutdefaults": {
7440
- "name": "withoutdefaults",
7441
- "type": "boolean",
7442
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7443
- "allowNo": false
7444
- },
7445
- "verbose": {
7446
- "name": "verbose",
7447
- "type": "boolean",
7448
- "char": "v",
7449
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7450
- "allowNo": false
7451
- },
7452
4626
  "help": {
7453
4627
  "name": "help",
7454
4628
  "type": "boolean",
@@ -7478,7 +4652,6 @@
7478
4652
  "char": "o",
7479
4653
  "description": "Output format of the actual settings data document.",
7480
4654
  "required": false,
7481
- "helpValue": "(pretty|json|yaml|auto)",
7482
4655
  "multiple": false,
7483
4656
  "options": [
7484
4657
  "pretty",
@@ -7516,43 +4689,6 @@
7516
4689
  "pullsecret"
7517
4690
  ],
7518
4691
  "flags": {
7519
- "as": {
7520
- "name": "as",
7521
- "type": "option",
7522
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7523
- "multiple": false
7524
- },
7525
- "remember": {
7526
- "name": "remember",
7527
- "type": "boolean",
7528
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7529
- "allowNo": false
7530
- },
7531
- "rememberAs": {
7532
- "name": "rememberAs",
7533
- "type": "option",
7534
- "description": "Saves the given argument list so that it can be called by name.",
7535
- "multiple": false
7536
- },
7537
- "unremember": {
7538
- "name": "unremember",
7539
- "type": "option",
7540
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7541
- "multiple": false
7542
- },
7543
- "withoutdefaults": {
7544
- "name": "withoutdefaults",
7545
- "type": "boolean",
7546
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7547
- "allowNo": false
7548
- },
7549
- "verbose": {
7550
- "name": "verbose",
7551
- "type": "boolean",
7552
- "char": "v",
7553
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7554
- "allowNo": false
7555
- },
7556
4692
  "registry": {
7557
4693
  "name": "registry",
7558
4694
  "type": "option",
@@ -7570,7 +4706,6 @@
7570
4706
  "char": "f",
7571
4707
  "description": "Applies the command to either the primary (default) or seoncdary secret for the image registry.",
7572
4708
  "required": false,
7573
- "helpValue": "(primary|secondary)",
7574
4709
  "multiple": false,
7575
4710
  "options": [
7576
4711
  "primary",
@@ -7584,7 +4719,6 @@
7584
4719
  "char": "t",
7585
4720
  "description": "The type of secret store containing the actual pull secrets.",
7586
4721
  "required": false,
7587
- "helpValue": "(awsKeyVault|azBlob|azKeyVault|etcd|mongoCollection|mongoDocument)",
7588
4722
  "multiple": false,
7589
4723
  "options": [
7590
4724
  "awsKeyVault",
@@ -7660,43 +4794,6 @@
7660
4794
  "pullsecret:unset"
7661
4795
  ],
7662
4796
  "flags": {
7663
- "as": {
7664
- "name": "as",
7665
- "type": "option",
7666
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7667
- "multiple": false
7668
- },
7669
- "remember": {
7670
- "name": "remember",
7671
- "type": "boolean",
7672
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7673
- "allowNo": false
7674
- },
7675
- "rememberAs": {
7676
- "name": "rememberAs",
7677
- "type": "option",
7678
- "description": "Saves the given argument list so that it can be called by name.",
7679
- "multiple": false
7680
- },
7681
- "unremember": {
7682
- "name": "unremember",
7683
- "type": "option",
7684
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7685
- "multiple": false
7686
- },
7687
- "withoutdefaults": {
7688
- "name": "withoutdefaults",
7689
- "type": "boolean",
7690
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7691
- "allowNo": false
7692
- },
7693
- "verbose": {
7694
- "name": "verbose",
7695
- "type": "boolean",
7696
- "char": "v",
7697
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7698
- "allowNo": false
7699
- },
7700
4797
  "registry": {
7701
4798
  "name": "registry",
7702
4799
  "type": "option",
@@ -7714,7 +4811,6 @@
7714
4811
  "char": "f",
7715
4812
  "description": "Applies the command to either the primary (default) or seoncdary secret for the image registry.",
7716
4813
  "required": false,
7717
- "helpValue": "(primary|secondary)",
7718
4814
  "multiple": false,
7719
4815
  "options": [
7720
4816
  "primary",
@@ -7744,70 +4840,33 @@
7744
4840
  "name"
7745
4841
  ]
7746
4842
  },
7747
- "help": {
7748
- "name": "help",
7749
- "type": "boolean",
7750
- "char": "h",
7751
- "description": "Show CLI help.",
7752
- "allowNo": false
7753
- }
7754
- },
7755
- "args": {},
7756
- "dependsOn": [
7757
- "registry",
7758
- "storeType",
7759
- "storeName",
7760
- "name"
7761
- ]
7762
- },
7763
- "noc:cluster:create": {
7764
- "id": "noc:cluster:create",
7765
- "description": "Provisions the physical cluster",
7766
- "strict": true,
7767
- "pluginName": "@codiac.io/codiac-cli",
7768
- "pluginAlias": "@codiac.io/codiac-cli",
7769
- "pluginType": "core",
7770
- "aliases": [
7771
- "cluster:create"
7772
- ],
7773
- "flags": {
7774
- "as": {
7775
- "name": "as",
7776
- "type": "option",
7777
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7778
- "multiple": false
7779
- },
7780
- "remember": {
7781
- "name": "remember",
7782
- "type": "boolean",
7783
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7784
- "allowNo": false
7785
- },
7786
- "rememberAs": {
7787
- "name": "rememberAs",
7788
- "type": "option",
7789
- "description": "Saves the given argument list so that it can be called by name.",
7790
- "multiple": false
7791
- },
7792
- "unremember": {
7793
- "name": "unremember",
7794
- "type": "option",
7795
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7796
- "multiple": false
7797
- },
7798
- "withoutdefaults": {
7799
- "name": "withoutdefaults",
7800
- "type": "boolean",
7801
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7802
- "allowNo": false
7803
- },
7804
- "verbose": {
7805
- "name": "verbose",
4843
+ "help": {
4844
+ "name": "help",
7806
4845
  "type": "boolean",
7807
- "char": "v",
7808
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
4846
+ "char": "h",
4847
+ "description": "Show CLI help.",
7809
4848
  "allowNo": false
7810
- },
4849
+ }
4850
+ },
4851
+ "args": {},
4852
+ "dependsOn": [
4853
+ "registry",
4854
+ "storeType",
4855
+ "storeName",
4856
+ "name"
4857
+ ]
4858
+ },
4859
+ "noc:cluster:create": {
4860
+ "id": "noc:cluster:create",
4861
+ "description": "Provisions the physical cluster",
4862
+ "strict": true,
4863
+ "pluginName": "@codiac.io/codiac-cli",
4864
+ "pluginAlias": "@codiac.io/codiac-cli",
4865
+ "pluginType": "core",
4866
+ "aliases": [
4867
+ "cluster:create"
4868
+ ],
4869
+ "flags": {
7811
4870
  "help": {
7812
4871
  "name": "help",
7813
4872
  "type": "boolean",
@@ -7945,43 +5004,6 @@
7945
5004
  "cluster:deinit"
7946
5005
  ],
7947
5006
  "flags": {
7948
- "as": {
7949
- "name": "as",
7950
- "type": "option",
7951
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
7952
- "multiple": false
7953
- },
7954
- "remember": {
7955
- "name": "remember",
7956
- "type": "boolean",
7957
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
7958
- "allowNo": false
7959
- },
7960
- "rememberAs": {
7961
- "name": "rememberAs",
7962
- "type": "option",
7963
- "description": "Saves the given argument list so that it can be called by name.",
7964
- "multiple": false
7965
- },
7966
- "unremember": {
7967
- "name": "unremember",
7968
- "type": "option",
7969
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
7970
- "multiple": false
7971
- },
7972
- "withoutdefaults": {
7973
- "name": "withoutdefaults",
7974
- "type": "boolean",
7975
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
7976
- "allowNo": false
7977
- },
7978
- "verbose": {
7979
- "name": "verbose",
7980
- "type": "boolean",
7981
- "char": "v",
7982
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
7983
- "allowNo": false
7984
- },
7985
5007
  "help": {
7986
5008
  "name": "help",
7987
5009
  "type": "boolean",
@@ -8003,7 +5025,6 @@
8003
5025
  "char": "p",
8004
5026
  "description": "Code for the cloud service provider.",
8005
5027
  "required": false,
8006
- "helpValue": "(aws|azure|dockerHub|other)",
8007
5028
  "multiple": false,
8008
5029
  "options": [
8009
5030
  "aws",
@@ -8042,43 +5063,6 @@
8042
5063
  "cluster:destroy"
8043
5064
  ],
8044
5065
  "flags": {
8045
- "as": {
8046
- "name": "as",
8047
- "type": "option",
8048
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
8049
- "multiple": false
8050
- },
8051
- "remember": {
8052
- "name": "remember",
8053
- "type": "boolean",
8054
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
8055
- "allowNo": false
8056
- },
8057
- "rememberAs": {
8058
- "name": "rememberAs",
8059
- "type": "option",
8060
- "description": "Saves the given argument list so that it can be called by name.",
8061
- "multiple": false
8062
- },
8063
- "unremember": {
8064
- "name": "unremember",
8065
- "type": "option",
8066
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
8067
- "multiple": false
8068
- },
8069
- "withoutdefaults": {
8070
- "name": "withoutdefaults",
8071
- "type": "boolean",
8072
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
8073
- "allowNo": false
8074
- },
8075
- "verbose": {
8076
- "name": "verbose",
8077
- "type": "boolean",
8078
- "char": "v",
8079
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
8080
- "allowNo": false
8081
- },
8082
5066
  "help": {
8083
5067
  "name": "help",
8084
5068
  "type": "boolean",
@@ -8115,7 +5099,6 @@
8115
5099
  "char": "p",
8116
5100
  "description": "Code for the cloud service provider.",
8117
5101
  "required": false,
8118
- "helpValue": "(azure|aws|dockerHub|other)",
8119
5102
  "multiple": false,
8120
5103
  "options": [
8121
5104
  "azure",
@@ -8146,54 +5129,71 @@
8146
5129
  "name"
8147
5130
  ]
8148
5131
  },
8149
- "noc:cluster:init": {
8150
- "id": "noc:cluster:init",
8151
- "description": "Post-create initialization for the cluster (installs the ingress controller service)",
5132
+ "noc:cluster:grant": {
5133
+ "id": "noc:cluster:grant",
5134
+ "description": "(AWS Only) Provides cluster access to the given user.",
8152
5135
  "strict": true,
8153
5136
  "pluginName": "@codiac.io/codiac-cli",
8154
5137
  "pluginAlias": "@codiac.io/codiac-cli",
8155
5138
  "pluginType": "core",
8156
5139
  "aliases": [
8157
- "cluster:init"
5140
+ "cluster:grant"
8158
5141
  ],
8159
5142
  "flags": {
8160
- "as": {
8161
- "name": "as",
8162
- "type": "option",
8163
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
8164
- "multiple": false
8165
- },
8166
- "remember": {
8167
- "name": "remember",
5143
+ "help": {
5144
+ "name": "help",
8168
5145
  "type": "boolean",
8169
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
5146
+ "char": "h",
5147
+ "description": "Show CLI help.",
8170
5148
  "allowNo": false
8171
5149
  },
8172
- "rememberAs": {
8173
- "name": "rememberAs",
5150
+ "cluster": {
5151
+ "name": "cluster",
8174
5152
  "type": "option",
8175
- "description": "Saves the given argument list so that it can be called by name.",
5153
+ "char": "c",
5154
+ "description": "Name of the cluster.",
5155
+ "required": false,
8176
5156
  "multiple": false
8177
5157
  },
8178
- "unremember": {
8179
- "name": "unremember",
5158
+ "user": {
5159
+ "name": "user",
8180
5160
  "type": "option",
8181
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
5161
+ "char": "u",
5162
+ "description": "AWS usernames (as email) to add.",
5163
+ "required": false,
8182
5164
  "multiple": false
8183
5165
  },
8184
- "withoutdefaults": {
8185
- "name": "withoutdefaults",
8186
- "type": "boolean",
8187
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
8188
- "allowNo": false
8189
- },
8190
- "verbose": {
8191
- "name": "verbose",
5166
+ "silent": {
5167
+ "name": "silent",
8192
5168
  "type": "boolean",
8193
- "char": "v",
8194
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
8195
- "allowNo": false
8196
- },
5169
+ "char": "y",
5170
+ "description": "(Optional: defaults to false) Prevents confirmations of user-values.",
5171
+ "required": false,
5172
+ "allowNo": false,
5173
+ "dependsOn": [
5174
+ "cluster",
5175
+ "user"
5176
+ ]
5177
+ }
5178
+ },
5179
+ "args": {
5180
+ "name": {
5181
+ "name": "name",
5182
+ "description": "Proposed name of the cluster"
5183
+ }
5184
+ }
5185
+ },
5186
+ "noc:cluster:init": {
5187
+ "id": "noc:cluster:init",
5188
+ "description": "Post-create initialization for the cluster (installs the ingress controller service)",
5189
+ "strict": true,
5190
+ "pluginName": "@codiac.io/codiac-cli",
5191
+ "pluginAlias": "@codiac.io/codiac-cli",
5192
+ "pluginType": "core",
5193
+ "aliases": [
5194
+ "cluster:init"
5195
+ ],
5196
+ "flags": {
8197
5197
  "help": {
8198
5198
  "name": "help",
8199
5199
  "type": "boolean",
@@ -8215,7 +5215,6 @@
8215
5215
  "char": "p",
8216
5216
  "description": "Code for the cloud service provider.",
8217
5217
  "required": false,
8218
- "helpValue": "(azure|aws|dockerHub|other)",
8219
5218
  "multiple": false,
8220
5219
  "options": [
8221
5220
  "azure",
@@ -8254,55 +5253,17 @@
8254
5253
  "cluster:list"
8255
5254
  ],
8256
5255
  "flags": {
8257
- "as": {
8258
- "name": "as",
8259
- "type": "option",
8260
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
8261
- "multiple": false
8262
- },
8263
- "remember": {
8264
- "name": "remember",
8265
- "type": "boolean",
8266
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
8267
- "allowNo": false
8268
- },
8269
- "rememberAs": {
8270
- "name": "rememberAs",
8271
- "type": "option",
8272
- "description": "Saves the given argument list so that it can be called by name.",
8273
- "multiple": false
8274
- },
8275
- "unremember": {
8276
- "name": "unremember",
8277
- "type": "option",
8278
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
8279
- "multiple": false
8280
- },
8281
- "withoutdefaults": {
8282
- "name": "withoutdefaults",
8283
- "type": "boolean",
8284
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
8285
- "allowNo": false
8286
- },
8287
- "verbose": {
8288
- "name": "verbose",
8289
- "type": "boolean",
8290
- "char": "v",
8291
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
8292
- "allowNo": false
8293
- },
8294
5256
  "output": {
8295
5257
  "name": "output",
8296
5258
  "type": "option",
8297
5259
  "char": "o",
8298
5260
  "description": "format in which to render the data.",
8299
- "helpValue": "(json|yaml|tree|text)",
8300
5261
  "multiple": false,
8301
5262
  "options": [
8302
- "json",
8303
- "yaml",
5263
+ "text",
8304
5264
  "tree",
8305
- "text"
5265
+ "json",
5266
+ "yaml"
8306
5267
  ],
8307
5268
  "default": "tree"
8308
5269
  },
@@ -8327,43 +5288,6 @@
8327
5288
  "cluster:recreate"
8328
5289
  ],
8329
5290
  "flags": {
8330
- "as": {
8331
- "name": "as",
8332
- "type": "option",
8333
- "description": "Fires this command with an argument list that was previously remembered using the --rememberAs flag.",
8334
- "multiple": false
8335
- },
8336
- "remember": {
8337
- "name": "remember",
8338
- "type": "boolean",
8339
- "description": "Saves the arguments, so they are invoked as defaults whenever this command gets called.",
8340
- "allowNo": false
8341
- },
8342
- "rememberAs": {
8343
- "name": "rememberAs",
8344
- "type": "option",
8345
- "description": "Saves the given argument list so that it can be called by name.",
8346
- "multiple": false
8347
- },
8348
- "unremember": {
8349
- "name": "unremember",
8350
- "type": "option",
8351
- "description": "Administrative only: DOES NOT fire the actual command. Simply clears the arguments that were previously stored under the given name (use \"--unRemember default\" to clear default argument list memorized with the --remember flag).",
8352
- "multiple": false
8353
- },
8354
- "withoutdefaults": {
8355
- "name": "withoutdefaults",
8356
- "type": "boolean",
8357
- "description": "Prevents any relevant saved defaults from being invoked for this call.",
8358
- "allowNo": false
8359
- },
8360
- "verbose": {
8361
- "name": "verbose",
8362
- "type": "boolean",
8363
- "char": "v",
8364
- "description": "Renders additional logging levels (detail, trace, and debug) to the console output.",
8365
- "allowNo": false
8366
- },
8367
5291
  "help": {
8368
5292
  "name": "help",
8369
5293
  "type": "boolean",
@@ -8454,18 +5378,6 @@
8454
5378
  "required": false,
8455
5379
  "multiple": false
8456
5380
  },
8457
- "identityType": {
8458
- "name": "identityType",
8459
- "type": "option",
8460
- "description": "The type of security account to use for the cluster identity.",
8461
- "required": false,
8462
- "helpValue": "(servicePrincipal|managedIdentity)",
8463
- "multiple": false,
8464
- "options": [
8465
- "servicePrincipal",
8466
- "managedIdentity"
8467
- ]
8468
- },
8469
5381
  "silent": {
8470
5382
  "name": "silent",
8471
5383
  "type": "boolean",