@lovrabet/rabetbase-cli 2.1.12-beta.0 → 2.1.12-beta.2

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 (200) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/discover.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app/use.js +1 -1
  26. package/lib/commands/auth/index.js +1 -1
  27. package/lib/commands/bff/create.js +1 -1
  28. package/lib/commands/bff/delete.js +1 -1
  29. package/lib/commands/bff/detail.js +1 -1
  30. package/lib/commands/bff/index.js +1 -1
  31. package/lib/commands/bff/list.js +1 -1
  32. package/lib/commands/bff/pull.js +1 -1
  33. package/lib/commands/bff/push.js +1 -1
  34. package/lib/commands/bff/status.js +1 -1
  35. package/lib/commands/cli-update.js +1 -1
  36. package/lib/commands/codegen/index.js +1 -1
  37. package/lib/commands/codegen/sdk.js +1 -1
  38. package/lib/commands/codegen/sql.js +1 -1
  39. package/lib/commands/common/app-selector.js +1 -1
  40. package/lib/commands/common/flags.js +1 -1
  41. package/lib/commands/common/validate.js +1 -1
  42. package/lib/commands/config/get.js +1 -1
  43. package/lib/commands/config/index.js +1 -1
  44. package/lib/commands/config/list.js +1 -1
  45. package/lib/commands/config/set.js +1 -1
  46. package/lib/commands/config/shared.js +1 -1
  47. package/lib/commands/data/filter.js +1 -1
  48. package/lib/commands/data/getOne.js +1 -1
  49. package/lib/commands/data/index.js +1 -1
  50. package/lib/commands/data/shared.js +1 -1
  51. package/lib/commands/dataset/capability.js +1 -1
  52. package/lib/commands/dataset/delete.js +1 -1
  53. package/lib/commands/dataset/detail.js +1 -1
  54. package/lib/commands/dataset/field-update.js +1 -1
  55. package/lib/commands/dataset/index.js +1 -1
  56. package/lib/commands/dataset/link-create.js +1 -1
  57. package/lib/commands/dataset/link-delete.js +1 -1
  58. package/lib/commands/dataset/link-shared.js +1 -1
  59. package/lib/commands/dataset/link-update.js +1 -1
  60. package/lib/commands/dataset/links.js +1 -1
  61. package/lib/commands/dataset/list.js +1 -1
  62. package/lib/commands/dataset/operations.js +1 -1
  63. package/lib/commands/db/analyze-cancel.js +1 -1
  64. package/lib/commands/db/analyze-start.js +1 -1
  65. package/lib/commands/db/analyze-status.js +1 -1
  66. package/lib/commands/db/create.js +1 -1
  67. package/lib/commands/db/delete.js +1 -1
  68. package/lib/commands/db/detail.js +1 -1
  69. package/lib/commands/db/diff.js +1 -1
  70. package/lib/commands/db/index.js +1 -1
  71. package/lib/commands/db/list.js +1 -1
  72. package/lib/commands/db/shared.js +1 -1
  73. package/lib/commands/db/tables.js +1 -1
  74. package/lib/commands/db/test.js +1 -1
  75. package/lib/commands/db/update.js +1 -1
  76. package/lib/commands/doctor.js +1 -1
  77. package/lib/commands/init/index.js +1 -1
  78. package/lib/commands/issue/index.js +1 -1
  79. package/lib/commands/issue/nudge.js +1 -0
  80. package/lib/commands/issue/report.js +1 -1
  81. package/lib/commands/issue/shared.js +1 -0
  82. package/lib/commands/logs/index.js +1 -1
  83. package/lib/commands/menu/index.js +1 -1
  84. package/lib/commands/menu/shared/compare-table.js +1 -1
  85. package/lib/commands/menu/shared/index.js +1 -1
  86. package/lib/commands/menu/shared/inquirer.js +1 -1
  87. package/lib/commands/menu/shared/local-pages.js +1 -1
  88. package/lib/commands/menu/shared/logic.js +1 -1
  89. package/lib/commands/menu/shared/service.js +1 -1
  90. package/lib/commands/menu/shared/sync-core.js +1 -1
  91. package/lib/commands/menu/shared/update-core.js +1 -1
  92. package/lib/commands/menu/shared/valid-url.js +1 -1
  93. package/lib/commands/menu/sync.js +1 -1
  94. package/lib/commands/menu/update.js +1 -1
  95. package/lib/commands/page/generate-start.js +1 -1
  96. package/lib/commands/page/generate-status.js +1 -1
  97. package/lib/commands/page/index.js +1 -1
  98. package/lib/commands/page/pull.js +1 -1
  99. package/lib/commands/page/push.js +1 -1
  100. package/lib/commands/page/shared.js +1 -1
  101. package/lib/commands/page/standard-page-status.js +1 -1
  102. package/lib/commands/page/sync.js +1 -1
  103. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  104. package/lib/commands/project/create/format-elapsed.js +1 -1
  105. package/lib/commands/project/create/main.js +1 -1
  106. package/lib/commands/project/create/non-interactive.js +1 -1
  107. package/lib/commands/project/create/project-template-path.js +1 -1
  108. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  109. package/lib/commands/project/create/use-format-code.js +1 -1
  110. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  111. package/lib/commands/project/index.js +1 -1
  112. package/lib/commands/project/init.js +1 -1
  113. package/lib/commands/project/upgrade.js +1 -1
  114. package/lib/commands/registry.js +1 -1
  115. package/lib/commands/run/index.js +1 -1
  116. package/lib/commands/schema.js +1 -1
  117. package/lib/commands/skill/index.js +1 -1
  118. package/lib/commands/sql/create.js +1 -1
  119. package/lib/commands/sql/delete.js +1 -1
  120. package/lib/commands/sql/detail.js +1 -1
  121. package/lib/commands/sql/exec.js +1 -1
  122. package/lib/commands/sql/index.js +1 -1
  123. package/lib/commands/sql/list.js +1 -1
  124. package/lib/commands/sql/pull.js +1 -1
  125. package/lib/commands/sql/push.js +1 -1
  126. package/lib/commands/sql/save.js +1 -1
  127. package/lib/commands/sql/shared.js +1 -1
  128. package/lib/commands/sql/status.js +1 -1
  129. package/lib/commands/sql/validate.js +1 -1
  130. package/lib/config/schema.js +1 -1
  131. package/lib/constant/cdn.js +1 -1
  132. package/lib/constant/cli.js +1 -1
  133. package/lib/constant/defaults.js +1 -1
  134. package/lib/constant/domain.js +1 -1
  135. package/lib/constant/env.js +1 -1
  136. package/lib/constant/output.js +1 -1
  137. package/lib/constant/paths.js +1 -1
  138. package/lib/constant/risk.js +1 -1
  139. package/lib/context.js +1 -1
  140. package/lib/core/alias-resolver.js +1 -1
  141. package/lib/core/api-client.js +1 -1
  142. package/lib/core/bff/config.js +1 -1
  143. package/lib/core/bff/file-system.js +1 -1
  144. package/lib/core/bff/hash.js +1 -1
  145. package/lib/core/bff/lock.js +1 -1
  146. package/lib/core/bff/utils.js +1 -1
  147. package/lib/core/db-resolver.js +1 -1
  148. package/lib/core/page/file-system.js +1 -1
  149. package/lib/core/page/hash.js +1 -1
  150. package/lib/core/page/lock.js +1 -1
  151. package/lib/core/sql-sync/config.js +1 -1
  152. package/lib/core/sql-sync/file-system.js +1 -1
  153. package/lib/core/sql-sync/hash.js +1 -1
  154. package/lib/core/sql-sync/lock.js +1 -1
  155. package/lib/core/sql-sync/utils.js +1 -1
  156. package/lib/core/sql-validator.js +1 -1
  157. package/lib/errors.js +1 -1
  158. package/lib/framework/build-all-flags.js +1 -1
  159. package/lib/framework/flags.js +1 -1
  160. package/lib/framework/help.js +1 -1
  161. package/lib/framework/index.js +1 -1
  162. package/lib/framework/output.js +1 -1
  163. package/lib/framework/response.js +1 -1
  164. package/lib/framework/runner-alias.js +1 -1
  165. package/lib/framework/runner.js +1 -1
  166. package/lib/framework/schema-export.js +1 -1
  167. package/lib/framework/types.js +1 -1
  168. package/lib/generated/build-info.js +1 -1
  169. package/lib/help.js +1 -1
  170. package/lib/skills/main.js +1 -1
  171. package/lib/skills/npx-skills-add.js +1 -1
  172. package/lib/telemetry/cli-command-trace.js +1 -1
  173. package/lib/telemetry/cli-help-trace.js +1 -1
  174. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  175. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  176. package/lib/telemetry/send-cli-trace-log.js +1 -1
  177. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  178. package/lib/utils/ai_config.js +1 -1
  179. package/lib/utils/apply-jq-filter.js +1 -1
  180. package/lib/utils/cdn-config.js +1 -1
  181. package/lib/utils/check-sdk-version.js +1 -1
  182. package/lib/utils/cli-version-check.js +1 -1
  183. package/lib/utils/cli-version-policy.js +1 -1
  184. package/lib/utils/config.js +1 -1
  185. package/lib/utils/copy-directory.js +1 -1
  186. package/lib/utils/entity-with-id.js +1 -1
  187. package/lib/utils/file-utils.js +1 -1
  188. package/lib/utils/guides-cdn.js +1 -1
  189. package/lib/utils/http-client.js +1 -1
  190. package/lib/utils/is-non-interactive.js +1 -1
  191. package/lib/utils/logger.js +1 -1
  192. package/lib/utils/params.js +1 -1
  193. package/lib/utils/platform.js +1 -1
  194. package/lib/utils/rules-cdn.js +1 -1
  195. package/lib/utils/sleep.js +1 -1
  196. package/lib/utils/template-replacer.js +1 -1
  197. package/lib/utils/version.js +1 -1
  198. package/lib/utils/with-active-cookie.js +1 -1
  199. package/lib/utils/write-cli-side-channel.js +1 -1
  200. package/package.json +3 -2
@@ -1 +1 @@
1
- (function(_0x58c7df,_0x3219ae){var _0x3c480d=a199_0xbb83,_0x12c06d=_0x58c7df();while(!![]){try{var _0x3ecb40=parseInt(_0x3c480d(0x101))/0x1*(-parseInt(_0x3c480d(0x109))/0x2)+parseInt(_0x3c480d(0x103))/0x3*(parseInt(_0x3c480d(0x10a))/0x4)+-parseInt(_0x3c480d(0x104))/0x5*(parseInt(_0x3c480d(0x100))/0x6)+-parseInt(_0x3c480d(0xfe))/0x7*(-parseInt(_0x3c480d(0xff))/0x8)+-parseInt(_0x3c480d(0x102))/0x9*(-parseInt(_0x3c480d(0x105))/0xa)+parseInt(_0x3c480d(0x106))/0xb*(parseInt(_0x3c480d(0x107))/0xc)+-parseInt(_0x3c480d(0x108))/0xd;if(_0x3ecb40===_0x3219ae)break;else _0x12c06d['push'](_0x12c06d['shift']());}catch(_0x42d241){_0x12c06d['push'](_0x12c06d['shift']());}}}(a199_0x353f,0x23657));import{VERSION}from'../generated/build-info.js';function a199_0xbb83(_0x3c0c27,_0x356ae2){_0x3c0c27=_0x3c0c27-0xfe;var _0x353f97=a199_0x353f();var _0xbb8317=_0x353f97[_0x3c0c27];return _0xbb8317;}export function getCliVersion(){return VERSION;}function a199_0x353f(){var _0x469e87=['43625nKsHQp','9GsuRKl','3EZfxux','23110eTZNyt','1102860hmqdXh','32835ZXIHju','1164PVzuJs','2725099TWrCfU','6xNTjOb','40384IjmNbf','7xkNYSo','1935568WgmlRT','216xfEWsR'];a199_0x353f=function(){return _0x469e87;};return a199_0x353f();}
1
+ (function(_0x476b8f,_0x35bc88){var _0x2c25fe=a201_0x5bf0,_0x1dd918=_0x476b8f();while(!![]){try{var _0x558d11=parseInt(_0x2c25fe(0xf7))/0x1*(parseInt(_0x2c25fe(0xf4))/0x2)+parseInt(_0x2c25fe(0xff))/0x3*(-parseInt(_0x2c25fe(0xf5))/0x4)+parseInt(_0x2c25fe(0xf6))/0x5*(parseInt(_0x2c25fe(0xfa))/0x6)+-parseInt(_0x2c25fe(0xf9))/0x7*(parseInt(_0x2c25fe(0xfb))/0x8)+parseInt(_0x2c25fe(0xfd))/0x9+-parseInt(_0x2c25fe(0xf8))/0xa*(-parseInt(_0x2c25fe(0xfc))/0xb)+-parseInt(_0x2c25fe(0xfe))/0xc*(-parseInt(_0x2c25fe(0xf3))/0xd);if(_0x558d11===_0x35bc88)break;else _0x1dd918['push'](_0x1dd918['shift']());}catch(_0x5f31cc){_0x1dd918['push'](_0x1dd918['shift']());}}}(a201_0x2e9f,0xbf518));import{VERSION}from'../generated/build-info.js';function a201_0x2e9f(){var _0x3bfa93=['5997nXKVPr','247KDnHNR','2EAqSCH','1596zWcJLd','950OErJfl','184735yMPjKW','10KjleiQ','63daqRjq','27426WVOCDX','535336vdoLFv','1224179CcXSKs','1477359xOhpAf','539892xDTVKI'];a201_0x2e9f=function(){return _0x3bfa93;};return a201_0x2e9f();}function a201_0x5bf0(_0x5ca768,_0x161a43){_0x5ca768=_0x5ca768-0xf3;var _0x2e9fed=a201_0x2e9f();var _0x5bf0a2=_0x2e9fed[_0x5ca768];return _0x5bf0a2;}export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- (function(_0x49110a,_0x33beea){var _0x3b7dda=a200_0x21df,_0x78352=_0x49110a();while(!![]){try{var _0x4fdac5=parseInt(_0x3b7dda(0x131))/0x1+-parseInt(_0x3b7dda(0x133))/0x2+parseInt(_0x3b7dda(0x137))/0x3+parseInt(_0x3b7dda(0x130))/0x4+-parseInt(_0x3b7dda(0x132))/0x5*(-parseInt(_0x3b7dda(0x135))/0x6)+-parseInt(_0x3b7dda(0x134))/0x7+parseInt(_0x3b7dda(0x138))/0x8*(-parseInt(_0x3b7dda(0x136))/0x9);if(_0x4fdac5===_0x33beea)break;else _0x78352['push'](_0x78352['shift']());}catch(_0x121570){_0x78352['push'](_0x78352['shift']());}}}(a200_0x1c12,0xd69df));function a200_0x1c12(){var _0x177ae8=['11111800JySsYt','8308842yaZDyZ','45RaKLcb','2950212RjFwiH','5139368OZVDxy','6690864GqRYLg','1704851JTKYhL','5yEePyH','134404mUJtFK'];a200_0x1c12=function(){return _0x177ae8;};return a200_0x1c12();}function a200_0x21df(_0x400ee1,_0x42ba3e){_0x400ee1=_0x400ee1-0x130;var _0x1c121b=a200_0x1c12();var _0x21df64=_0x1c121b[_0x400ee1];return _0x21df64;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x530d7f,_0x168172){setActiveCookie(_0x530d7f);try{return await _0x168172();}finally{clearActiveCookie();}}
1
+ function a202_0x299b(){var _0x1b1bd5=['112ibWPvn','1093869hTQxGp','2032481vjsswd','14sxytvV','72360wZdODg','9340mEFgFc','187061KfsyCu','2649702BlyIIW','36ACestv','60tTyutQ','16tECHyD','24281ArgXtl'];a202_0x299b=function(){return _0x1b1bd5;};return a202_0x299b();}(function(_0x4ffd37,_0x3002b1){var _0xf02bbf=a202_0x5775,_0xc31fd3=_0x4ffd37();while(!![]){try{var _0x310249=parseInt(_0xf02bbf(0x199))/0x1*(parseInt(_0xf02bbf(0x19d))/0x2)+parseInt(_0xf02bbf(0x19b))/0x3+-parseInt(_0xf02bbf(0x198))/0x4*(parseInt(_0xf02bbf(0x19f))/0x5)+-parseInt(_0xf02bbf(0x1a1))/0x6+-parseInt(_0xf02bbf(0x1a0))/0x7*(parseInt(_0xf02bbf(0x19a))/0x8)+parseInt(_0xf02bbf(0x19e))/0x9*(parseInt(_0xf02bbf(0x197))/0xa)+-parseInt(_0xf02bbf(0x19c))/0xb*(-parseInt(_0xf02bbf(0x1a2))/0xc);if(_0x310249===_0x3002b1)break;else _0xc31fd3['push'](_0xc31fd3['shift']());}catch(_0x1ea054){_0xc31fd3['push'](_0xc31fd3['shift']());}}}(a202_0x299b,0x4ca4c));function a202_0x5775(_0x4abd82,_0x377c21){_0x4abd82=_0x4abd82-0x197;var _0x299bee=a202_0x299b();var _0x5775f2=_0x299bee[_0x4abd82];return _0x5775f2;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x30ba38,_0x4bfd4f){setActiveCookie(_0x30ba38);try{return await _0x4bfd4f();}finally{clearActiveCookie();}}
@@ -1 +1 @@
1
- (function(_0x242973,_0xfd5186){var _0x59e2a7=a201_0x5ec4,_0x41e88b=_0x242973();while(!![]){try{var _0x4fc10c=-parseInt(_0x59e2a7(0xaf))/0x1*(parseInt(_0x59e2a7(0xb1))/0x2)+parseInt(_0x59e2a7(0xaa))/0x3+-parseInt(_0x59e2a7(0xa9))/0x4*(parseInt(_0x59e2a7(0xae))/0x5)+parseInt(_0x59e2a7(0xa7))/0x6+parseInt(_0x59e2a7(0xab))/0x7+parseInt(_0x59e2a7(0xb2))/0x8*(parseInt(_0x59e2a7(0xa8))/0x9)+-parseInt(_0x59e2a7(0xac))/0xa*(-parseInt(_0x59e2a7(0xad))/0xb);if(_0x4fc10c===_0xfd5186)break;else _0x41e88b['push'](_0x41e88b['shift']());}catch(_0xc13262){_0x41e88b['push'](_0x41e88b['shift']());}}}(a201_0x555e,0xe5b70));function a201_0x5ec4(_0x21ec64,_0x482dbc){_0x21ec64=_0x21ec64-0xa7;var _0x555e22=a201_0x555e();var _0x5ec488=_0x555e22[_0x21ec64];return _0x5ec488;}function a201_0x555e(){var _0x1f4e99=['1679681Xdmudk','stderr','2cSGiAN','191896GBYgQj','4857468VupPLM','117xwsZBl','16BXENoW','2504826KaFIQf','3363262sneryE','3640egbRwK','14663QXdmbp','376795UYVDqh'];a201_0x555e=function(){return _0x1f4e99;};return a201_0x555e();}export function writeCliSideChannelLine(_0x1528d4){var _0x1fce33=a201_0x5ec4;process[_0x1fce33(0xb0)]['write'](_0x1528d4+'\x0a');}
1
+ function a203_0x1ca5(_0x3ea639,_0x7dea68){_0x3ea639=_0x3ea639-0xaf;var _0x55e763=a203_0x55e7();var _0x1ca53f=_0x55e763[_0x3ea639];return _0x1ca53f;}function a203_0x55e7(){var _0x205405=['3400026oBbyIu','558243RfHZsu','stderr','8ijnpWx','7194257qDucMx','7105205PhmiwE','write','95271UPPrlq','32029083kmcPpt','92eCJPbE','2498528RvVVxG'];a203_0x55e7=function(){return _0x205405;};return a203_0x55e7();}(function(_0xd87444,_0x1cd3ca){var _0x236195=a203_0x1ca5,_0x39bec2=_0xd87444();while(!![]){try{var _0x4b825b=-parseInt(_0x236195(0xb8))/0x1+-parseInt(_0x236195(0xb5))/0x2*(-parseInt(_0x236195(0xb3))/0x3)+-parseInt(_0x236195(0xb6))/0x4+-parseInt(_0x236195(0xb1))/0x5+-parseInt(_0x236195(0xb7))/0x6+-parseInt(_0x236195(0xb0))/0x7*(parseInt(_0x236195(0xaf))/0x8)+parseInt(_0x236195(0xb4))/0x9;if(_0x4b825b===_0x1cd3ca)break;else _0x39bec2['push'](_0x39bec2['shift']());}catch(_0x5ed06b){_0x39bec2['push'](_0x39bec2['shift']());}}}(a203_0x55e7,0xc8817));export function writeCliSideChannelLine(_0x343711){var _0x51611b=a203_0x1ca5;process[_0x51611b(0xb9)][_0x51611b(0xb2)](_0x343711+'\x0a');}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.1.12-beta.0",
3
+ "version": "2.1.12-beta.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,8 @@
43
43
  "typecheck": "tsc --noEmit",
44
44
  "publish:github": "node scripts/publish-github.mjs",
45
45
  "lint": "echo 'No linter configured yet'",
46
- "ci": "npm run typecheck && npm run test:run && npm run build"
46
+ "check:skill-version": "node scripts/check-skill-version.mjs",
47
+ "ci": "npm run typecheck && npm run check:skill-version && npm run test:run && npm run build"
47
48
  },
48
49
  "publishConfig": {
49
50
  "access": "public"