centy 0.0.1

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 (309) hide show
  1. package/LICENSE +21 -0
  2. package/bin/dev.js +4 -0
  3. package/bin/run.js +4 -0
  4. package/dist/commands/add/asset.d.ts +18 -0
  5. package/dist/commands/add/asset.d.ts.map +1 -0
  6. package/dist/commands/add/asset.js +78 -0
  7. package/dist/commands/add/asset.js.map +1 -0
  8. package/dist/commands/config.d.ts +13 -0
  9. package/dist/commands/config.d.ts.map +1 -0
  10. package/dist/commands/config.js +62 -0
  11. package/dist/commands/config.js.map +1 -0
  12. package/dist/commands/create/doc.d.ts +16 -0
  13. package/dist/commands/create/doc.d.ts.map +1 -0
  14. package/dist/commands/create/doc.js +63 -0
  15. package/dist/commands/create/doc.js.map +1 -0
  16. package/dist/commands/create/issue.d.ts +16 -0
  17. package/dist/commands/create/issue.d.ts.map +1 -0
  18. package/dist/commands/create/issue.js +50 -0
  19. package/dist/commands/create/issue.js.map +1 -0
  20. package/dist/commands/delete/asset.d.ts +18 -0
  21. package/dist/commands/delete/asset.d.ts.map +1 -0
  22. package/dist/commands/delete/asset.js +83 -0
  23. package/dist/commands/delete/asset.js.map +1 -0
  24. package/dist/commands/delete/doc.d.ts +16 -0
  25. package/dist/commands/delete/doc.d.ts.map +1 -0
  26. package/dist/commands/delete/doc.js +67 -0
  27. package/dist/commands/delete/doc.js.map +1 -0
  28. package/dist/commands/delete/issue.d.ts +16 -0
  29. package/dist/commands/delete/issue.d.ts.map +1 -0
  30. package/dist/commands/delete/issue.js +68 -0
  31. package/dist/commands/delete/issue.js.map +1 -0
  32. package/dist/commands/get/asset.d.ts +18 -0
  33. package/dist/commands/get/asset.d.ts.map +1 -0
  34. package/dist/commands/get/asset.js +71 -0
  35. package/dist/commands/get/asset.js.map +1 -0
  36. package/dist/commands/get/doc.d.ts +16 -0
  37. package/dist/commands/get/doc.d.ts.map +1 -0
  38. package/dist/commands/get/doc.js +56 -0
  39. package/dist/commands/get/doc.js.map +1 -0
  40. package/dist/commands/get/issue.d.ts +16 -0
  41. package/dist/commands/get/issue.d.ts.map +1 -0
  42. package/dist/commands/get/issue.js +72 -0
  43. package/dist/commands/get/issue.js.map +1 -0
  44. package/dist/commands/get/project.d.ts +16 -0
  45. package/dist/commands/get/project.d.ts.map +1 -0
  46. package/dist/commands/get/project.js +57 -0
  47. package/dist/commands/get/project.js.map +1 -0
  48. package/dist/commands/info.d.ts +13 -0
  49. package/dist/commands/info.d.ts.map +1 -0
  50. package/dist/commands/info.js +41 -0
  51. package/dist/commands/info.js.map +1 -0
  52. package/dist/commands/init.d.ts +13 -0
  53. package/dist/commands/init.d.ts.map +1 -0
  54. package/dist/commands/init.js +29 -0
  55. package/dist/commands/init.js.map +1 -0
  56. package/dist/commands/list/assets.d.ts +16 -0
  57. package/dist/commands/list/assets.d.ts.map +1 -0
  58. package/dist/commands/list/assets.js +75 -0
  59. package/dist/commands/list/assets.js.map +1 -0
  60. package/dist/commands/list/docs.d.ts +13 -0
  61. package/dist/commands/list/docs.d.ts.map +1 -0
  62. package/dist/commands/list/docs.js +52 -0
  63. package/dist/commands/list/docs.js.map +1 -0
  64. package/dist/commands/list/issues.d.ts +15 -0
  65. package/dist/commands/list/issues.d.ts.map +1 -0
  66. package/dist/commands/list/issues.js +70 -0
  67. package/dist/commands/list/issues.js.map +1 -0
  68. package/dist/commands/list/projects.d.ts +14 -0
  69. package/dist/commands/list/projects.d.ts.map +1 -0
  70. package/dist/commands/list/projects.js +56 -0
  71. package/dist/commands/list/projects.js.map +1 -0
  72. package/dist/commands/manifest.d.ts +13 -0
  73. package/dist/commands/manifest.d.ts.map +1 -0
  74. package/dist/commands/manifest.js +54 -0
  75. package/dist/commands/manifest.js.map +1 -0
  76. package/dist/commands/register/project.d.ts +13 -0
  77. package/dist/commands/register/project.d.ts.map +1 -0
  78. package/dist/commands/register/project.js +41 -0
  79. package/dist/commands/register/project.js.map +1 -0
  80. package/dist/commands/untrack/project.d.ts +16 -0
  81. package/dist/commands/untrack/project.d.ts.map +1 -0
  82. package/dist/commands/untrack/project.js +62 -0
  83. package/dist/commands/untrack/project.js.map +1 -0
  84. package/dist/commands/update/doc.d.ts +18 -0
  85. package/dist/commands/update/doc.d.ts.map +1 -0
  86. package/dist/commands/update/doc.js +65 -0
  87. package/dist/commands/update/doc.js.map +1 -0
  88. package/dist/commands/update/issue.d.ts +20 -0
  89. package/dist/commands/update/issue.d.ts.map +1 -0
  90. package/dist/commands/update/issue.js +90 -0
  91. package/dist/commands/update/issue.js.map +1 -0
  92. package/dist/commands/update.d.ts +14 -0
  93. package/dist/commands/update.d.ts.map +1 -0
  94. package/dist/commands/update.js +79 -0
  95. package/dist/commands/update.js.map +1 -0
  96. package/dist/commands/version.d.ts +14 -0
  97. package/dist/commands/version.d.ts.map +1 -0
  98. package/dist/commands/version.js +62 -0
  99. package/dist/commands/version.js.map +1 -0
  100. package/dist/daemon/daemon-add-asset.d.ts +6 -0
  101. package/dist/daemon/daemon-add-asset.d.ts.map +1 -0
  102. package/dist/daemon/daemon-add-asset.js +17 -0
  103. package/dist/daemon/daemon-add-asset.js.map +1 -0
  104. package/dist/daemon/daemon-create-doc.d.ts +6 -0
  105. package/dist/daemon/daemon-create-doc.d.ts.map +1 -0
  106. package/dist/daemon/daemon-create-doc.js +17 -0
  107. package/dist/daemon/daemon-create-doc.js.map +1 -0
  108. package/dist/daemon/daemon-create-issue.d.ts +6 -0
  109. package/dist/daemon/daemon-create-issue.d.ts.map +1 -0
  110. package/dist/daemon/daemon-create-issue.js +17 -0
  111. package/dist/daemon/daemon-create-issue.js.map +1 -0
  112. package/dist/daemon/daemon-delete-asset.d.ts +6 -0
  113. package/dist/daemon/daemon-delete-asset.d.ts.map +1 -0
  114. package/dist/daemon/daemon-delete-asset.js +17 -0
  115. package/dist/daemon/daemon-delete-asset.js.map +1 -0
  116. package/dist/daemon/daemon-delete-doc.d.ts +6 -0
  117. package/dist/daemon/daemon-delete-doc.d.ts.map +1 -0
  118. package/dist/daemon/daemon-delete-doc.js +17 -0
  119. package/dist/daemon/daemon-delete-doc.js.map +1 -0
  120. package/dist/daemon/daemon-delete-issue.d.ts +6 -0
  121. package/dist/daemon/daemon-delete-issue.d.ts.map +1 -0
  122. package/dist/daemon/daemon-delete-issue.js +17 -0
  123. package/dist/daemon/daemon-delete-issue.js.map +1 -0
  124. package/dist/daemon/daemon-execute-reconciliation.d.ts +6 -0
  125. package/dist/daemon/daemon-execute-reconciliation.d.ts.map +1 -0
  126. package/dist/daemon/daemon-execute-reconciliation.js +17 -0
  127. package/dist/daemon/daemon-execute-reconciliation.js.map +1 -0
  128. package/dist/daemon/daemon-get-asset.d.ts +6 -0
  129. package/dist/daemon/daemon-get-asset.d.ts.map +1 -0
  130. package/dist/daemon/daemon-get-asset.js +17 -0
  131. package/dist/daemon/daemon-get-asset.js.map +1 -0
  132. package/dist/daemon/daemon-get-config.d.ts +6 -0
  133. package/dist/daemon/daemon-get-config.d.ts.map +1 -0
  134. package/dist/daemon/daemon-get-config.js +17 -0
  135. package/dist/daemon/daemon-get-config.js.map +1 -0
  136. package/dist/daemon/daemon-get-daemon-info.d.ts +6 -0
  137. package/dist/daemon/daemon-get-daemon-info.d.ts.map +1 -0
  138. package/dist/daemon/daemon-get-daemon-info.js +17 -0
  139. package/dist/daemon/daemon-get-daemon-info.js.map +1 -0
  140. package/dist/daemon/daemon-get-doc.d.ts +6 -0
  141. package/dist/daemon/daemon-get-doc.d.ts.map +1 -0
  142. package/dist/daemon/daemon-get-doc.js +17 -0
  143. package/dist/daemon/daemon-get-doc.js.map +1 -0
  144. package/dist/daemon/daemon-get-issue-by-display-number.d.ts +6 -0
  145. package/dist/daemon/daemon-get-issue-by-display-number.d.ts.map +1 -0
  146. package/dist/daemon/daemon-get-issue-by-display-number.js +17 -0
  147. package/dist/daemon/daemon-get-issue-by-display-number.js.map +1 -0
  148. package/dist/daemon/daemon-get-issue.d.ts +6 -0
  149. package/dist/daemon/daemon-get-issue.d.ts.map +1 -0
  150. package/dist/daemon/daemon-get-issue.js +17 -0
  151. package/dist/daemon/daemon-get-issue.js.map +1 -0
  152. package/dist/daemon/daemon-get-manifest.d.ts +6 -0
  153. package/dist/daemon/daemon-get-manifest.d.ts.map +1 -0
  154. package/dist/daemon/daemon-get-manifest.js +17 -0
  155. package/dist/daemon/daemon-get-manifest.js.map +1 -0
  156. package/dist/daemon/daemon-get-project-info.d.ts +6 -0
  157. package/dist/daemon/daemon-get-project-info.d.ts.map +1 -0
  158. package/dist/daemon/daemon-get-project-info.js +17 -0
  159. package/dist/daemon/daemon-get-project-info.js.map +1 -0
  160. package/dist/daemon/daemon-get-project-version.d.ts +6 -0
  161. package/dist/daemon/daemon-get-project-version.d.ts.map +1 -0
  162. package/dist/daemon/daemon-get-project-version.js +17 -0
  163. package/dist/daemon/daemon-get-project-version.js.map +1 -0
  164. package/dist/daemon/daemon-get-reconciliation-plan.d.ts +6 -0
  165. package/dist/daemon/daemon-get-reconciliation-plan.d.ts.map +1 -0
  166. package/dist/daemon/daemon-get-reconciliation-plan.js +17 -0
  167. package/dist/daemon/daemon-get-reconciliation-plan.js.map +1 -0
  168. package/dist/daemon/daemon-init.d.ts +6 -0
  169. package/dist/daemon/daemon-init.d.ts.map +1 -0
  170. package/dist/daemon/daemon-init.js +17 -0
  171. package/dist/daemon/daemon-init.js.map +1 -0
  172. package/dist/daemon/daemon-is-initialized.d.ts +6 -0
  173. package/dist/daemon/daemon-is-initialized.d.ts.map +1 -0
  174. package/dist/daemon/daemon-is-initialized.js +17 -0
  175. package/dist/daemon/daemon-is-initialized.js.map +1 -0
  176. package/dist/daemon/daemon-list-assets.d.ts +6 -0
  177. package/dist/daemon/daemon-list-assets.d.ts.map +1 -0
  178. package/dist/daemon/daemon-list-assets.js +17 -0
  179. package/dist/daemon/daemon-list-assets.js.map +1 -0
  180. package/dist/daemon/daemon-list-docs.d.ts +6 -0
  181. package/dist/daemon/daemon-list-docs.d.ts.map +1 -0
  182. package/dist/daemon/daemon-list-docs.js +17 -0
  183. package/dist/daemon/daemon-list-docs.js.map +1 -0
  184. package/dist/daemon/daemon-list-issues.d.ts +6 -0
  185. package/dist/daemon/daemon-list-issues.d.ts.map +1 -0
  186. package/dist/daemon/daemon-list-issues.js +17 -0
  187. package/dist/daemon/daemon-list-issues.js.map +1 -0
  188. package/dist/daemon/daemon-list-projects.d.ts +6 -0
  189. package/dist/daemon/daemon-list-projects.d.ts.map +1 -0
  190. package/dist/daemon/daemon-list-projects.js +17 -0
  191. package/dist/daemon/daemon-list-projects.js.map +1 -0
  192. package/dist/daemon/daemon-list-shared-assets.d.ts +6 -0
  193. package/dist/daemon/daemon-list-shared-assets.d.ts.map +1 -0
  194. package/dist/daemon/daemon-list-shared-assets.js +17 -0
  195. package/dist/daemon/daemon-list-shared-assets.js.map +1 -0
  196. package/dist/daemon/daemon-register-project.d.ts +6 -0
  197. package/dist/daemon/daemon-register-project.d.ts.map +1 -0
  198. package/dist/daemon/daemon-register-project.js +17 -0
  199. package/dist/daemon/daemon-register-project.js.map +1 -0
  200. package/dist/daemon/daemon-untrack-project.d.ts +6 -0
  201. package/dist/daemon/daemon-untrack-project.d.ts.map +1 -0
  202. package/dist/daemon/daemon-untrack-project.js +17 -0
  203. package/dist/daemon/daemon-untrack-project.js.map +1 -0
  204. package/dist/daemon/daemon-update-doc.d.ts +6 -0
  205. package/dist/daemon/daemon-update-doc.d.ts.map +1 -0
  206. package/dist/daemon/daemon-update-doc.js +17 -0
  207. package/dist/daemon/daemon-update-doc.js.map +1 -0
  208. package/dist/daemon/daemon-update-issue.d.ts +6 -0
  209. package/dist/daemon/daemon-update-issue.d.ts.map +1 -0
  210. package/dist/daemon/daemon-update-issue.js +17 -0
  211. package/dist/daemon/daemon-update-issue.js.map +1 -0
  212. package/dist/daemon/daemon-update-version.d.ts +6 -0
  213. package/dist/daemon/daemon-update-version.d.ts.map +1 -0
  214. package/dist/daemon/daemon-update-version.js +17 -0
  215. package/dist/daemon/daemon-update-version.js.map +1 -0
  216. package/dist/daemon/load-proto.d.ts +39 -0
  217. package/dist/daemon/load-proto.d.ts.map +1 -0
  218. package/dist/daemon/load-proto.js +36 -0
  219. package/dist/daemon/load-proto.js.map +1 -0
  220. package/dist/daemon/types.d.ts +340 -0
  221. package/dist/daemon/types.d.ts.map +1 -0
  222. package/dist/daemon/types.js +6 -0
  223. package/dist/daemon/types.js.map +1 -0
  224. package/dist/get-version.d.ts +5 -0
  225. package/dist/get-version.d.ts.map +1 -0
  226. package/dist/get-version.js +8 -0
  227. package/dist/get-version.js.map +1 -0
  228. package/dist/index.d.ts +8 -0
  229. package/dist/index.d.ts.map +1 -0
  230. package/dist/index.js +8 -0
  231. package/dist/index.js.map +1 -0
  232. package/dist/lib/create-issue/create-issue.d.ts +8 -0
  233. package/dist/lib/create-issue/create-issue.d.ts.map +1 -0
  234. package/dist/lib/create-issue/create-issue.js +100 -0
  235. package/dist/lib/create-issue/create-issue.js.map +1 -0
  236. package/dist/lib/create-issue/gather-issue-input.d.ts +11 -0
  237. package/dist/lib/create-issue/gather-issue-input.d.ts.map +1 -0
  238. package/dist/lib/create-issue/gather-issue-input.js +28 -0
  239. package/dist/lib/create-issue/gather-issue-input.js.map +1 -0
  240. package/dist/lib/create-issue/index.d.ts +2 -0
  241. package/dist/lib/create-issue/index.d.ts.map +1 -0
  242. package/dist/lib/create-issue/index.js +2 -0
  243. package/dist/lib/create-issue/index.js.map +1 -0
  244. package/dist/lib/create-issue/prompt-for-description.d.ts +6 -0
  245. package/dist/lib/create-issue/prompt-for-description.d.ts.map +1 -0
  246. package/dist/lib/create-issue/prompt-for-description.js +12 -0
  247. package/dist/lib/create-issue/prompt-for-description.js.map +1 -0
  248. package/dist/lib/create-issue/prompt-for-title.d.ts +6 -0
  249. package/dist/lib/create-issue/prompt-for-title.d.ts.map +1 -0
  250. package/dist/lib/create-issue/prompt-for-title.js +12 -0
  251. package/dist/lib/create-issue/prompt-for-title.js.map +1 -0
  252. package/dist/lib/init/index.d.ts +2 -0
  253. package/dist/lib/init/index.d.ts.map +1 -0
  254. package/dist/lib/init/index.js +2 -0
  255. package/dist/lib/init/index.js.map +1 -0
  256. package/dist/lib/init/init.d.ts +8 -0
  257. package/dist/lib/init/init.d.ts.map +1 -0
  258. package/dist/lib/init/init.js +118 -0
  259. package/dist/lib/init/init.js.map +1 -0
  260. package/dist/lib/init/output-summary.d.ts +6 -0
  261. package/dist/lib/init/output-summary.d.ts.map +1 -0
  262. package/dist/lib/init/output-summary.js +27 -0
  263. package/dist/lib/init/output-summary.js.map +1 -0
  264. package/dist/lib/init/prompt-for-reset.d.ts +16 -0
  265. package/dist/lib/init/prompt-for-reset.d.ts.map +1 -0
  266. package/dist/lib/init/prompt-for-reset.js +38 -0
  267. package/dist/lib/init/prompt-for-reset.js.map +1 -0
  268. package/dist/lib/init/prompt-for-restore.d.ts +15 -0
  269. package/dist/lib/init/prompt-for-restore.d.ts.map +1 -0
  270. package/dist/lib/init/prompt-for-restore.js +38 -0
  271. package/dist/lib/init/prompt-for-restore.js.map +1 -0
  272. package/dist/types/create-issue-options.d.ts +22 -0
  273. package/dist/types/create-issue-options.d.ts.map +1 -0
  274. package/dist/types/create-issue-options.js +2 -0
  275. package/dist/types/create-issue-options.js.map +1 -0
  276. package/dist/types/create-issue-result.d.ts +18 -0
  277. package/dist/types/create-issue-result.d.ts.map +1 -0
  278. package/dist/types/create-issue-result.js +2 -0
  279. package/dist/types/create-issue-result.js.map +1 -0
  280. package/dist/types/init-options.d.ts +14 -0
  281. package/dist/types/init-options.d.ts.map +1 -0
  282. package/dist/types/init-options.js +2 -0
  283. package/dist/types/init-options.js.map +1 -0
  284. package/dist/types/init-result.d.ts +20 -0
  285. package/dist/types/init-result.d.ts.map +1 -0
  286. package/dist/types/init-result.js +2 -0
  287. package/dist/types/init-result.js.map +1 -0
  288. package/dist/utils/ask-yes-no-all-none.d.ts +7 -0
  289. package/dist/utils/ask-yes-no-all-none.d.ts.map +1 -0
  290. package/dist/utils/ask-yes-no-all-none.js +23 -0
  291. package/dist/utils/ask-yes-no-all-none.js.map +1 -0
  292. package/dist/utils/close-prompt-interface.d.ts +6 -0
  293. package/dist/utils/close-prompt-interface.d.ts.map +1 -0
  294. package/dist/utils/close-prompt-interface.js +7 -0
  295. package/dist/utils/close-prompt-interface.js.map +1 -0
  296. package/dist/utils/create-prompt-interface.d.ts +6 -0
  297. package/dist/utils/create-prompt-interface.d.ts.map +1 -0
  298. package/dist/utils/create-prompt-interface.js +10 -0
  299. package/dist/utils/create-prompt-interface.js.map +1 -0
  300. package/dist/utils/prompt-choice.d.ts +2 -0
  301. package/dist/utils/prompt-choice.d.ts.map +1 -0
  302. package/dist/utils/prompt-choice.js +2 -0
  303. package/dist/utils/prompt-choice.js.map +1 -0
  304. package/dist/version.d.ts +5 -0
  305. package/dist/version.d.ts.map +1 -0
  306. package/dist/version.js +5 -0
  307. package/dist/version.js.map +1 -0
  308. package/oclif.manifest.json +1054 -0
  309. package/package.json +93 -0
@@ -0,0 +1,1054 @@
1
+ {
2
+ "commands": {
3
+ "config": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "Get the project configuration",
7
+ "examples": [
8
+ "<%= config.bin %> config",
9
+ "<%= config.bin %> config --json"
10
+ ],
11
+ "flags": {
12
+ "json": {
13
+ "description": "Output as JSON",
14
+ "name": "json",
15
+ "allowNo": false,
16
+ "type": "boolean"
17
+ }
18
+ },
19
+ "hasDynamicHelp": false,
20
+ "hiddenAliases": [],
21
+ "id": "config",
22
+ "pluginAlias": "centy",
23
+ "pluginName": "centy",
24
+ "pluginType": "core",
25
+ "strict": true,
26
+ "enableJsonFlag": false,
27
+ "isESM": true,
28
+ "relativePath": [
29
+ "dist",
30
+ "commands",
31
+ "config.js"
32
+ ]
33
+ },
34
+ "info": {
35
+ "aliases": [],
36
+ "args": {},
37
+ "description": "Get centy daemon info",
38
+ "examples": [
39
+ "<%= config.bin %> info",
40
+ "<%= config.bin %> info --json"
41
+ ],
42
+ "flags": {
43
+ "json": {
44
+ "description": "Output as JSON",
45
+ "name": "json",
46
+ "allowNo": false,
47
+ "type": "boolean"
48
+ }
49
+ },
50
+ "hasDynamicHelp": false,
51
+ "hiddenAliases": [],
52
+ "id": "info",
53
+ "pluginAlias": "centy",
54
+ "pluginName": "centy",
55
+ "pluginType": "core",
56
+ "strict": true,
57
+ "enableJsonFlag": false,
58
+ "isESM": true,
59
+ "relativePath": [
60
+ "dist",
61
+ "commands",
62
+ "info.js"
63
+ ]
64
+ },
65
+ "init": {
66
+ "aliases": [],
67
+ "args": {},
68
+ "description": "Initialize a .centy folder in the current project",
69
+ "examples": [
70
+ "<%= config.bin %> <%= command.id %>",
71
+ "<%= config.bin %> <%= command.id %> --force"
72
+ ],
73
+ "flags": {
74
+ "force": {
75
+ "char": "f",
76
+ "description": "Skip interactive prompts and use defaults",
77
+ "name": "force",
78
+ "allowNo": false,
79
+ "type": "boolean"
80
+ }
81
+ },
82
+ "hasDynamicHelp": false,
83
+ "hiddenAliases": [],
84
+ "id": "init",
85
+ "pluginAlias": "centy",
86
+ "pluginName": "centy",
87
+ "pluginType": "core",
88
+ "strict": true,
89
+ "enableJsonFlag": false,
90
+ "isESM": true,
91
+ "relativePath": [
92
+ "dist",
93
+ "commands",
94
+ "init.js"
95
+ ]
96
+ },
97
+ "manifest": {
98
+ "aliases": [],
99
+ "args": {},
100
+ "description": "Get the project manifest",
101
+ "examples": [
102
+ "<%= config.bin %> manifest",
103
+ "<%= config.bin %> manifest --json"
104
+ ],
105
+ "flags": {
106
+ "json": {
107
+ "description": "Output as JSON",
108
+ "name": "json",
109
+ "allowNo": false,
110
+ "type": "boolean"
111
+ }
112
+ },
113
+ "hasDynamicHelp": false,
114
+ "hiddenAliases": [],
115
+ "id": "manifest",
116
+ "pluginAlias": "centy",
117
+ "pluginName": "centy",
118
+ "pluginType": "core",
119
+ "strict": true,
120
+ "enableJsonFlag": false,
121
+ "isESM": true,
122
+ "relativePath": [
123
+ "dist",
124
+ "commands",
125
+ "manifest.js"
126
+ ]
127
+ },
128
+ "update": {
129
+ "aliases": [],
130
+ "args": {},
131
+ "description": "Update project to a target version (runs migrations)",
132
+ "examples": [
133
+ "<%= config.bin %> update",
134
+ "<%= config.bin %> update --target 0.2.0",
135
+ "<%= config.bin %> update --force"
136
+ ],
137
+ "flags": {
138
+ "target": {
139
+ "char": "t",
140
+ "description": "Target version to update to (defaults to daemon version)",
141
+ "name": "target",
142
+ "hasDynamicHelp": false,
143
+ "multiple": false,
144
+ "type": "option"
145
+ },
146
+ "force": {
147
+ "char": "f",
148
+ "description": "Skip confirmation prompt",
149
+ "name": "force",
150
+ "allowNo": false,
151
+ "type": "boolean"
152
+ }
153
+ },
154
+ "hasDynamicHelp": false,
155
+ "hiddenAliases": [],
156
+ "id": "update",
157
+ "pluginAlias": "centy",
158
+ "pluginName": "centy",
159
+ "pluginType": "core",
160
+ "strict": true,
161
+ "enableJsonFlag": false,
162
+ "isESM": true,
163
+ "relativePath": [
164
+ "dist",
165
+ "commands",
166
+ "update.js"
167
+ ]
168
+ },
169
+ "version": {
170
+ "aliases": [],
171
+ "args": {},
172
+ "description": "Get project version info and comparison with daemon",
173
+ "examples": [
174
+ "<%= config.bin %> version",
175
+ "<%= config.bin %> version --json"
176
+ ],
177
+ "flags": {
178
+ "json": {
179
+ "description": "Output as JSON",
180
+ "name": "json",
181
+ "allowNo": false,
182
+ "type": "boolean"
183
+ }
184
+ },
185
+ "hasDynamicHelp": false,
186
+ "hiddenAliases": [],
187
+ "id": "version",
188
+ "pluginAlias": "centy",
189
+ "pluginName": "centy",
190
+ "pluginType": "core",
191
+ "strict": true,
192
+ "enableJsonFlag": false,
193
+ "isESM": true,
194
+ "relativePath": [
195
+ "dist",
196
+ "commands",
197
+ "version.js"
198
+ ]
199
+ },
200
+ "add:asset": {
201
+ "aliases": [],
202
+ "args": {
203
+ "file": {
204
+ "description": "Path to the file to add",
205
+ "name": "file",
206
+ "required": true
207
+ }
208
+ },
209
+ "description": "Add an asset to an issue or as a shared asset",
210
+ "examples": [
211
+ "<%= config.bin %> add asset screenshot.png --issue 1",
212
+ "<%= config.bin %> add asset diagram.svg --shared",
213
+ "<%= config.bin %> add asset image.jpg --issue 1 --name my-image.jpg"
214
+ ],
215
+ "flags": {
216
+ "issue": {
217
+ "char": "i",
218
+ "description": "Issue ID or display number to attach the asset to",
219
+ "name": "issue",
220
+ "hasDynamicHelp": false,
221
+ "multiple": false,
222
+ "type": "option"
223
+ },
224
+ "shared": {
225
+ "char": "s",
226
+ "description": "Add as a shared asset (accessible by all issues)",
227
+ "name": "shared",
228
+ "allowNo": false,
229
+ "type": "boolean"
230
+ },
231
+ "name": {
232
+ "char": "n",
233
+ "description": "Custom filename (defaults to original filename)",
234
+ "name": "name",
235
+ "hasDynamicHelp": false,
236
+ "multiple": false,
237
+ "type": "option"
238
+ }
239
+ },
240
+ "hasDynamicHelp": false,
241
+ "hiddenAliases": [],
242
+ "id": "add:asset",
243
+ "pluginAlias": "centy",
244
+ "pluginName": "centy",
245
+ "pluginType": "core",
246
+ "strict": true,
247
+ "enableJsonFlag": false,
248
+ "isESM": true,
249
+ "relativePath": [
250
+ "dist",
251
+ "commands",
252
+ "add",
253
+ "asset.js"
254
+ ]
255
+ },
256
+ "create:doc": {
257
+ "aliases": [],
258
+ "args": {},
259
+ "description": "Create a new documentation file",
260
+ "examples": [
261
+ "<%= config.bin %> create doc --title \"Getting Started\"",
262
+ "<%= config.bin %> create doc -t \"API Reference\" -c \"# API\n\nDocumentation here\"",
263
+ "<%= config.bin %> create doc --title \"Guide\" --slug my-guide"
264
+ ],
265
+ "flags": {
266
+ "title": {
267
+ "char": "t",
268
+ "description": "Doc title",
269
+ "name": "title",
270
+ "required": true,
271
+ "hasDynamicHelp": false,
272
+ "multiple": false,
273
+ "type": "option"
274
+ },
275
+ "content": {
276
+ "char": "c",
277
+ "description": "Doc content (markdown)",
278
+ "name": "content",
279
+ "default": "",
280
+ "hasDynamicHelp": false,
281
+ "multiple": false,
282
+ "type": "option"
283
+ },
284
+ "slug": {
285
+ "description": "Custom slug (auto-generated from title if not provided)",
286
+ "name": "slug",
287
+ "hasDynamicHelp": false,
288
+ "multiple": false,
289
+ "type": "option"
290
+ },
291
+ "template": {
292
+ "description": "Template name to use",
293
+ "name": "template",
294
+ "hasDynamicHelp": false,
295
+ "multiple": false,
296
+ "type": "option"
297
+ }
298
+ },
299
+ "hasDynamicHelp": false,
300
+ "hiddenAliases": [],
301
+ "id": "create:doc",
302
+ "pluginAlias": "centy",
303
+ "pluginName": "centy",
304
+ "pluginType": "core",
305
+ "strict": true,
306
+ "enableJsonFlag": false,
307
+ "isESM": true,
308
+ "relativePath": [
309
+ "dist",
310
+ "commands",
311
+ "create",
312
+ "doc.js"
313
+ ]
314
+ },
315
+ "create:issue": {
316
+ "aliases": [],
317
+ "args": {},
318
+ "description": "Create a new issue in the .centy folder",
319
+ "examples": [
320
+ "<%= config.bin %> create issue",
321
+ "<%= config.bin %> create issue --title \"Bug in login\" --priority high",
322
+ "<%= config.bin %> create issue -t \"Add feature\" -d \"Implement dark mode\""
323
+ ],
324
+ "flags": {
325
+ "title": {
326
+ "char": "t",
327
+ "description": "Issue title",
328
+ "name": "title",
329
+ "hasDynamicHelp": false,
330
+ "multiple": false,
331
+ "type": "option"
332
+ },
333
+ "description": {
334
+ "char": "d",
335
+ "description": "Issue description",
336
+ "name": "description",
337
+ "hasDynamicHelp": false,
338
+ "multiple": false,
339
+ "type": "option"
340
+ },
341
+ "priority": {
342
+ "char": "p",
343
+ "description": "Priority level (low/medium/high)",
344
+ "name": "priority",
345
+ "default": "medium",
346
+ "hasDynamicHelp": false,
347
+ "multiple": false,
348
+ "options": [
349
+ "low",
350
+ "medium",
351
+ "high"
352
+ ],
353
+ "type": "option"
354
+ },
355
+ "status": {
356
+ "char": "s",
357
+ "description": "Initial status",
358
+ "name": "status",
359
+ "default": "open",
360
+ "hasDynamicHelp": false,
361
+ "multiple": false,
362
+ "type": "option"
363
+ }
364
+ },
365
+ "hasDynamicHelp": false,
366
+ "hiddenAliases": [],
367
+ "id": "create:issue",
368
+ "pluginAlias": "centy",
369
+ "pluginName": "centy",
370
+ "pluginType": "core",
371
+ "strict": true,
372
+ "enableJsonFlag": false,
373
+ "isESM": true,
374
+ "relativePath": [
375
+ "dist",
376
+ "commands",
377
+ "create",
378
+ "issue.js"
379
+ ]
380
+ },
381
+ "delete:asset": {
382
+ "aliases": [],
383
+ "args": {
384
+ "filename": {
385
+ "description": "Asset filename",
386
+ "name": "filename",
387
+ "required": true
388
+ }
389
+ },
390
+ "description": "Delete an asset",
391
+ "examples": [
392
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
393
+ "<%= config.bin %> delete asset logo.svg --shared",
394
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force"
395
+ ],
396
+ "flags": {
397
+ "issue": {
398
+ "char": "i",
399
+ "description": "Issue ID or display number",
400
+ "name": "issue",
401
+ "hasDynamicHelp": false,
402
+ "multiple": false,
403
+ "type": "option"
404
+ },
405
+ "shared": {
406
+ "char": "s",
407
+ "description": "Delete a shared asset",
408
+ "name": "shared",
409
+ "allowNo": false,
410
+ "type": "boolean"
411
+ },
412
+ "force": {
413
+ "char": "f",
414
+ "description": "Skip confirmation prompt",
415
+ "name": "force",
416
+ "allowNo": false,
417
+ "type": "boolean"
418
+ }
419
+ },
420
+ "hasDynamicHelp": false,
421
+ "hiddenAliases": [],
422
+ "id": "delete:asset",
423
+ "pluginAlias": "centy",
424
+ "pluginName": "centy",
425
+ "pluginType": "core",
426
+ "strict": true,
427
+ "enableJsonFlag": false,
428
+ "isESM": true,
429
+ "relativePath": [
430
+ "dist",
431
+ "commands",
432
+ "delete",
433
+ "asset.js"
434
+ ]
435
+ },
436
+ "delete:doc": {
437
+ "aliases": [],
438
+ "args": {
439
+ "slug": {
440
+ "description": "Doc slug",
441
+ "name": "slug",
442
+ "required": true
443
+ }
444
+ },
445
+ "description": "Delete a documentation file",
446
+ "examples": [
447
+ "<%= config.bin %> delete doc getting-started",
448
+ "<%= config.bin %> delete doc api-reference --force"
449
+ ],
450
+ "flags": {
451
+ "force": {
452
+ "char": "f",
453
+ "description": "Skip confirmation prompt",
454
+ "name": "force",
455
+ "allowNo": false,
456
+ "type": "boolean"
457
+ }
458
+ },
459
+ "hasDynamicHelp": false,
460
+ "hiddenAliases": [],
461
+ "id": "delete:doc",
462
+ "pluginAlias": "centy",
463
+ "pluginName": "centy",
464
+ "pluginType": "core",
465
+ "strict": true,
466
+ "enableJsonFlag": false,
467
+ "isESM": true,
468
+ "relativePath": [
469
+ "dist",
470
+ "commands",
471
+ "delete",
472
+ "doc.js"
473
+ ]
474
+ },
475
+ "delete:issue": {
476
+ "aliases": [],
477
+ "args": {
478
+ "id": {
479
+ "description": "Issue ID (UUID) or display number",
480
+ "name": "id",
481
+ "required": true
482
+ }
483
+ },
484
+ "description": "Delete an issue",
485
+ "examples": [
486
+ "<%= config.bin %> delete issue 1",
487
+ "<%= config.bin %> delete issue abc123-uuid",
488
+ "<%= config.bin %> delete issue 1 --force"
489
+ ],
490
+ "flags": {
491
+ "force": {
492
+ "char": "f",
493
+ "description": "Skip confirmation prompt",
494
+ "name": "force",
495
+ "allowNo": false,
496
+ "type": "boolean"
497
+ }
498
+ },
499
+ "hasDynamicHelp": false,
500
+ "hiddenAliases": [],
501
+ "id": "delete:issue",
502
+ "pluginAlias": "centy",
503
+ "pluginName": "centy",
504
+ "pluginType": "core",
505
+ "strict": true,
506
+ "enableJsonFlag": false,
507
+ "isESM": true,
508
+ "relativePath": [
509
+ "dist",
510
+ "commands",
511
+ "delete",
512
+ "issue.js"
513
+ ]
514
+ },
515
+ "get:asset": {
516
+ "aliases": [],
517
+ "args": {
518
+ "filename": {
519
+ "description": "Asset filename",
520
+ "name": "filename",
521
+ "required": true
522
+ }
523
+ },
524
+ "description": "Get an asset and save it to a file",
525
+ "examples": [
526
+ "<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
527
+ "<%= config.bin %> get asset logo.svg --shared --output ./logo.svg"
528
+ ],
529
+ "flags": {
530
+ "issue": {
531
+ "char": "i",
532
+ "description": "Issue ID or display number",
533
+ "name": "issue",
534
+ "hasDynamicHelp": false,
535
+ "multiple": false,
536
+ "type": "option"
537
+ },
538
+ "shared": {
539
+ "char": "s",
540
+ "description": "Get a shared asset",
541
+ "name": "shared",
542
+ "allowNo": false,
543
+ "type": "boolean"
544
+ },
545
+ "output": {
546
+ "char": "o",
547
+ "description": "Output file path (defaults to asset filename)",
548
+ "name": "output",
549
+ "hasDynamicHelp": false,
550
+ "multiple": false,
551
+ "type": "option"
552
+ }
553
+ },
554
+ "hasDynamicHelp": false,
555
+ "hiddenAliases": [],
556
+ "id": "get:asset",
557
+ "pluginAlias": "centy",
558
+ "pluginName": "centy",
559
+ "pluginType": "core",
560
+ "strict": true,
561
+ "enableJsonFlag": false,
562
+ "isESM": true,
563
+ "relativePath": [
564
+ "dist",
565
+ "commands",
566
+ "get",
567
+ "asset.js"
568
+ ]
569
+ },
570
+ "get:doc": {
571
+ "aliases": [],
572
+ "args": {
573
+ "slug": {
574
+ "description": "Doc slug",
575
+ "name": "slug",
576
+ "required": true
577
+ }
578
+ },
579
+ "description": "Get a documentation file by slug",
580
+ "examples": [
581
+ "<%= config.bin %> get doc getting-started",
582
+ "<%= config.bin %> get doc api-reference --json"
583
+ ],
584
+ "flags": {
585
+ "json": {
586
+ "description": "Output as JSON",
587
+ "name": "json",
588
+ "allowNo": false,
589
+ "type": "boolean"
590
+ }
591
+ },
592
+ "hasDynamicHelp": false,
593
+ "hiddenAliases": [],
594
+ "id": "get:doc",
595
+ "pluginAlias": "centy",
596
+ "pluginName": "centy",
597
+ "pluginType": "core",
598
+ "strict": true,
599
+ "enableJsonFlag": false,
600
+ "isESM": true,
601
+ "relativePath": [
602
+ "dist",
603
+ "commands",
604
+ "get",
605
+ "doc.js"
606
+ ]
607
+ },
608
+ "get:issue": {
609
+ "aliases": [],
610
+ "args": {
611
+ "id": {
612
+ "description": "Issue ID (UUID) or display number",
613
+ "name": "id",
614
+ "required": true
615
+ }
616
+ },
617
+ "description": "Get a single issue by ID or display number",
618
+ "examples": [
619
+ "<%= config.bin %> get issue 1",
620
+ "<%= config.bin %> get issue abc123-uuid",
621
+ "<%= config.bin %> get issue 1 --json"
622
+ ],
623
+ "flags": {
624
+ "json": {
625
+ "description": "Output as JSON",
626
+ "name": "json",
627
+ "allowNo": false,
628
+ "type": "boolean"
629
+ }
630
+ },
631
+ "hasDynamicHelp": false,
632
+ "hiddenAliases": [],
633
+ "id": "get:issue",
634
+ "pluginAlias": "centy",
635
+ "pluginName": "centy",
636
+ "pluginType": "core",
637
+ "strict": true,
638
+ "enableJsonFlag": false,
639
+ "isESM": true,
640
+ "relativePath": [
641
+ "dist",
642
+ "commands",
643
+ "get",
644
+ "issue.js"
645
+ ]
646
+ },
647
+ "get:project": {
648
+ "aliases": [],
649
+ "args": {
650
+ "path": {
651
+ "description": "Path to the project (defaults to current directory)",
652
+ "name": "path",
653
+ "required": false
654
+ }
655
+ },
656
+ "description": "Get info about a specific project",
657
+ "examples": [
658
+ "<%= config.bin %> get project",
659
+ "<%= config.bin %> get project /path/to/project",
660
+ "<%= config.bin %> get project --json"
661
+ ],
662
+ "flags": {
663
+ "json": {
664
+ "description": "Output as JSON",
665
+ "name": "json",
666
+ "allowNo": false,
667
+ "type": "boolean"
668
+ }
669
+ },
670
+ "hasDynamicHelp": false,
671
+ "hiddenAliases": [],
672
+ "id": "get:project",
673
+ "pluginAlias": "centy",
674
+ "pluginName": "centy",
675
+ "pluginType": "core",
676
+ "strict": true,
677
+ "enableJsonFlag": false,
678
+ "isESM": true,
679
+ "relativePath": [
680
+ "dist",
681
+ "commands",
682
+ "get",
683
+ "project.js"
684
+ ]
685
+ },
686
+ "list:assets": {
687
+ "aliases": [],
688
+ "args": {},
689
+ "description": "List assets for an issue or shared assets",
690
+ "examples": [
691
+ "<%= config.bin %> list assets --issue 1",
692
+ "<%= config.bin %> list assets --shared",
693
+ "<%= config.bin %> list assets --issue 1 --include-shared"
694
+ ],
695
+ "flags": {
696
+ "issue": {
697
+ "char": "i",
698
+ "description": "Issue ID or display number",
699
+ "name": "issue",
700
+ "hasDynamicHelp": false,
701
+ "multiple": false,
702
+ "type": "option"
703
+ },
704
+ "shared": {
705
+ "char": "s",
706
+ "description": "List only shared assets",
707
+ "name": "shared",
708
+ "allowNo": false,
709
+ "type": "boolean"
710
+ },
711
+ "include-shared": {
712
+ "description": "Include shared assets when listing issue assets",
713
+ "name": "include-shared",
714
+ "allowNo": false,
715
+ "type": "boolean"
716
+ },
717
+ "json": {
718
+ "description": "Output as JSON",
719
+ "name": "json",
720
+ "allowNo": false,
721
+ "type": "boolean"
722
+ }
723
+ },
724
+ "hasDynamicHelp": false,
725
+ "hiddenAliases": [],
726
+ "id": "list:assets",
727
+ "pluginAlias": "centy",
728
+ "pluginName": "centy",
729
+ "pluginType": "core",
730
+ "strict": true,
731
+ "enableJsonFlag": false,
732
+ "isESM": true,
733
+ "relativePath": [
734
+ "dist",
735
+ "commands",
736
+ "list",
737
+ "assets.js"
738
+ ]
739
+ },
740
+ "list:docs": {
741
+ "aliases": [],
742
+ "args": {},
743
+ "description": "List all documentation files",
744
+ "examples": [
745
+ "<%= config.bin %> list docs",
746
+ "<%= config.bin %> list docs --json"
747
+ ],
748
+ "flags": {
749
+ "json": {
750
+ "description": "Output as JSON",
751
+ "name": "json",
752
+ "allowNo": false,
753
+ "type": "boolean"
754
+ }
755
+ },
756
+ "hasDynamicHelp": false,
757
+ "hiddenAliases": [],
758
+ "id": "list:docs",
759
+ "pluginAlias": "centy",
760
+ "pluginName": "centy",
761
+ "pluginType": "core",
762
+ "strict": true,
763
+ "enableJsonFlag": false,
764
+ "isESM": true,
765
+ "relativePath": [
766
+ "dist",
767
+ "commands",
768
+ "list",
769
+ "docs.js"
770
+ ]
771
+ },
772
+ "list:issues": {
773
+ "aliases": [],
774
+ "args": {},
775
+ "description": "List all issues",
776
+ "examples": [
777
+ "<%= config.bin %> list issues",
778
+ "<%= config.bin %> list issues --status open",
779
+ "<%= config.bin %> list issues --priority 1"
780
+ ],
781
+ "flags": {
782
+ "status": {
783
+ "char": "s",
784
+ "description": "Filter by status (e.g., open, in-progress, closed)",
785
+ "name": "status",
786
+ "hasDynamicHelp": false,
787
+ "multiple": false,
788
+ "type": "option"
789
+ },
790
+ "priority": {
791
+ "char": "p",
792
+ "description": "Filter by priority level (1 = highest)",
793
+ "name": "priority",
794
+ "hasDynamicHelp": false,
795
+ "multiple": false,
796
+ "type": "option"
797
+ },
798
+ "json": {
799
+ "description": "Output as JSON",
800
+ "name": "json",
801
+ "allowNo": false,
802
+ "type": "boolean"
803
+ }
804
+ },
805
+ "hasDynamicHelp": false,
806
+ "hiddenAliases": [],
807
+ "id": "list:issues",
808
+ "pluginAlias": "centy",
809
+ "pluginName": "centy",
810
+ "pluginType": "core",
811
+ "strict": true,
812
+ "enableJsonFlag": false,
813
+ "isESM": true,
814
+ "relativePath": [
815
+ "dist",
816
+ "commands",
817
+ "list",
818
+ "issues.js"
819
+ ]
820
+ },
821
+ "list:projects": {
822
+ "aliases": [],
823
+ "args": {},
824
+ "description": "List all tracked centy projects",
825
+ "examples": [
826
+ "<%= config.bin %> list projects",
827
+ "<%= config.bin %> list projects --include-stale",
828
+ "<%= config.bin %> list projects --json"
829
+ ],
830
+ "flags": {
831
+ "include-stale": {
832
+ "description": "Include projects where path no longer exists",
833
+ "name": "include-stale",
834
+ "allowNo": false,
835
+ "type": "boolean"
836
+ },
837
+ "json": {
838
+ "description": "Output as JSON",
839
+ "name": "json",
840
+ "allowNo": false,
841
+ "type": "boolean"
842
+ }
843
+ },
844
+ "hasDynamicHelp": false,
845
+ "hiddenAliases": [],
846
+ "id": "list:projects",
847
+ "pluginAlias": "centy",
848
+ "pluginName": "centy",
849
+ "pluginType": "core",
850
+ "strict": true,
851
+ "enableJsonFlag": false,
852
+ "isESM": true,
853
+ "relativePath": [
854
+ "dist",
855
+ "commands",
856
+ "list",
857
+ "projects.js"
858
+ ]
859
+ },
860
+ "register:project": {
861
+ "aliases": [],
862
+ "args": {
863
+ "path": {
864
+ "description": "Path to the project (defaults to current directory)",
865
+ "name": "path",
866
+ "required": false
867
+ }
868
+ },
869
+ "description": "Register a project for tracking",
870
+ "examples": [
871
+ "<%= config.bin %> register project",
872
+ "<%= config.bin %> register project /path/to/project"
873
+ ],
874
+ "flags": {},
875
+ "hasDynamicHelp": false,
876
+ "hiddenAliases": [],
877
+ "id": "register:project",
878
+ "pluginAlias": "centy",
879
+ "pluginName": "centy",
880
+ "pluginType": "core",
881
+ "strict": true,
882
+ "enableJsonFlag": false,
883
+ "isESM": true,
884
+ "relativePath": [
885
+ "dist",
886
+ "commands",
887
+ "register",
888
+ "project.js"
889
+ ]
890
+ },
891
+ "untrack:project": {
892
+ "aliases": [],
893
+ "args": {
894
+ "path": {
895
+ "description": "Path to the project (defaults to current directory)",
896
+ "name": "path",
897
+ "required": false
898
+ }
899
+ },
900
+ "description": "Remove a project from tracking",
901
+ "examples": [
902
+ "<%= config.bin %> untrack project",
903
+ "<%= config.bin %> untrack project /path/to/project",
904
+ "<%= config.bin %> untrack project --force"
905
+ ],
906
+ "flags": {
907
+ "force": {
908
+ "char": "f",
909
+ "description": "Skip confirmation prompt",
910
+ "name": "force",
911
+ "allowNo": false,
912
+ "type": "boolean"
913
+ }
914
+ },
915
+ "hasDynamicHelp": false,
916
+ "hiddenAliases": [],
917
+ "id": "untrack:project",
918
+ "pluginAlias": "centy",
919
+ "pluginName": "centy",
920
+ "pluginType": "core",
921
+ "strict": true,
922
+ "enableJsonFlag": false,
923
+ "isESM": true,
924
+ "relativePath": [
925
+ "dist",
926
+ "commands",
927
+ "untrack",
928
+ "project.js"
929
+ ]
930
+ },
931
+ "update:doc": {
932
+ "aliases": [],
933
+ "args": {
934
+ "slug": {
935
+ "description": "Doc slug",
936
+ "name": "slug",
937
+ "required": true
938
+ }
939
+ },
940
+ "description": "Update an existing documentation file",
941
+ "examples": [
942
+ "<%= config.bin %> update doc getting-started --title \"New Title\"",
943
+ "<%= config.bin %> update doc api-reference --content \"# New Content\"",
944
+ "<%= config.bin %> update doc old-slug --new-slug new-slug"
945
+ ],
946
+ "flags": {
947
+ "title": {
948
+ "char": "t",
949
+ "description": "New title",
950
+ "name": "title",
951
+ "hasDynamicHelp": false,
952
+ "multiple": false,
953
+ "type": "option"
954
+ },
955
+ "content": {
956
+ "char": "c",
957
+ "description": "New content (markdown)",
958
+ "name": "content",
959
+ "hasDynamicHelp": false,
960
+ "multiple": false,
961
+ "type": "option"
962
+ },
963
+ "new-slug": {
964
+ "description": "Rename the doc to a new slug",
965
+ "name": "new-slug",
966
+ "hasDynamicHelp": false,
967
+ "multiple": false,
968
+ "type": "option"
969
+ }
970
+ },
971
+ "hasDynamicHelp": false,
972
+ "hiddenAliases": [],
973
+ "id": "update:doc",
974
+ "pluginAlias": "centy",
975
+ "pluginName": "centy",
976
+ "pluginType": "core",
977
+ "strict": true,
978
+ "enableJsonFlag": false,
979
+ "isESM": true,
980
+ "relativePath": [
981
+ "dist",
982
+ "commands",
983
+ "update",
984
+ "doc.js"
985
+ ]
986
+ },
987
+ "update:issue": {
988
+ "aliases": [],
989
+ "args": {
990
+ "id": {
991
+ "description": "Issue ID (UUID) or display number",
992
+ "name": "id",
993
+ "required": true
994
+ }
995
+ },
996
+ "description": "Update an existing issue",
997
+ "examples": [
998
+ "<%= config.bin %> update issue 1 --status closed",
999
+ "<%= config.bin %> update issue 1 --title \"New title\" --priority high",
1000
+ "<%= config.bin %> update issue abc123 --status in-progress"
1001
+ ],
1002
+ "flags": {
1003
+ "title": {
1004
+ "char": "t",
1005
+ "description": "New title",
1006
+ "name": "title",
1007
+ "hasDynamicHelp": false,
1008
+ "multiple": false,
1009
+ "type": "option"
1010
+ },
1011
+ "description": {
1012
+ "char": "d",
1013
+ "description": "New description",
1014
+ "name": "description",
1015
+ "hasDynamicHelp": false,
1016
+ "multiple": false,
1017
+ "type": "option"
1018
+ },
1019
+ "status": {
1020
+ "char": "s",
1021
+ "description": "New status (e.g., open, in-progress, closed)",
1022
+ "name": "status",
1023
+ "hasDynamicHelp": false,
1024
+ "multiple": false,
1025
+ "type": "option"
1026
+ },
1027
+ "priority": {
1028
+ "char": "p",
1029
+ "description": "New priority (low/medium/high or 1-3)",
1030
+ "name": "priority",
1031
+ "hasDynamicHelp": false,
1032
+ "multiple": false,
1033
+ "type": "option"
1034
+ }
1035
+ },
1036
+ "hasDynamicHelp": false,
1037
+ "hiddenAliases": [],
1038
+ "id": "update:issue",
1039
+ "pluginAlias": "centy",
1040
+ "pluginName": "centy",
1041
+ "pluginType": "core",
1042
+ "strict": true,
1043
+ "enableJsonFlag": false,
1044
+ "isESM": true,
1045
+ "relativePath": [
1046
+ "dist",
1047
+ "commands",
1048
+ "update",
1049
+ "issue.js"
1050
+ ]
1051
+ }
1052
+ },
1053
+ "version": "0.0.1"
1054
+ }