@lovrabet/rabetbase-cli 2.3.4-beta.1 → 2.3.4-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +99 -560
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/discover.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +18 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x415c64,_0x3cdd79){const _0x1f0397=a218_0x2577,_0x3a635e=_0x415c64();while(!![]){try{const _0x82cf4e=parseInt(_0x1f0397(0x174))/0x1*(-parseInt(_0x1f0397(0x17e))/0x2)+parseInt(_0x1f0397(0x171))/0x3+parseInt(_0x1f0397(0x16a))/0x4*(-parseInt(_0x1f0397(0x16d))/0x5)+-parseInt(_0x1f0397(0x177))/0x6*(-parseInt(_0x1f0397(0x16b))/0x7)+parseInt(_0x1f0397(0x172))/0x8+parseInt(_0x1f0397(0x186))/0x9*(parseInt(_0x1f0397(0x189))/0xa)+-parseInt(_0x1f0397(0x17c))/0xb*(parseInt(_0x1f0397(0x180))/0xc);if(_0x82cf4e===_0x3cdd79)break;else _0x3a635e['push'](_0x3a635e['shift']());}catch(_0x5d7a45){_0x3a635e['push'](_0x3a635e['shift']());}}}(a218_0x44a4,0x4ffdf));function a218_0x2577(_0x5cd961,_0x51c035){_0x5cd961=_0x5cd961-0x169;const _0x44a4aa=a218_0x44a4();let _0x257703=_0x44a4aa[_0x5cd961];return _0x257703;}import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a218_0x378afa from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{getCliVersion}from'../utils/version.js';const UPDATE_CHECK_TTL_MS=0xc*0x3c*0x3c*0x3e8,UPDATE_NOTICE_TTL_MS=0x18*0x3c*0x3c*0x3e8;function a218_0x44a4(){const _0xcd007e=['486DTMSTe','now','.cache','68230KYRrNa','stableVersion','8yDbBBU','35LfCWpV','valid','165075sQRPuM','gte','\x20available,\x20current\x20','latest','1947495aVHlAS','1093128wWvYkz','/v/','37pIOfFa','utf8','update-check.json','194946wdJOmF','stringify','https://www.npmjs.com/package/','checkedAt','number','2445388bPgkSg','\x20update','25860YcrsOR','rabetbase-cli','24CuULyU','object','lastNotifiedAt','trim','parse','lastNotifiedVersion'];a218_0x44a4=function(){return _0xcd007e;};return a218_0x44a4();}function isUpdateNoticeDisabled(){const _0x4f0e3c=a218_0x2577,_0x215961=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x4f0e3c(0x183)]()['toLowerCase']();return _0x215961==='1'||_0x215961==='true'||_0x215961==='yes';}function cacheRoot(){const _0x412af5=a218_0x2577;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x412af5(0x188));}export function getUpdateNoticeCachePath(){const _0x31b583=a218_0x2577;return join(cacheRoot(),_0x31b583(0x17f),_0x31b583(0x176));}async function readUpdateNoticeCache(){const _0x2e8dbd=a218_0x2577;try{const _0x3a5476=await readFile(getUpdateNoticeCachePath(),_0x2e8dbd(0x175)),_0x21f294=JSON[_0x2e8dbd(0x184)](_0x3a5476);if(!_0x21f294||typeof _0x21f294!==_0x2e8dbd(0x181))return{};return _0x21f294;}catch{return{};}}async function writeUpdateNoticeCache(_0x20b5b8){const _0x4ce5f8=a218_0x2577;try{const _0x420160=getUpdateNoticeCachePath();await mkdir(dirname(_0x420160),{'recursive':!![]}),await writeFile(_0x420160,JSON[_0x4ce5f8(0x178)](_0x20b5b8,null,0x2)+'\x0a',_0x4ce5f8(0x175));}catch{}}function isFreshCheck(_0x3aca4e,_0x53f71c){const _0x286e1f=a218_0x2577;return typeof _0x3aca4e[_0x286e1f(0x17a)]===_0x286e1f(0x17b)&&_0x53f71c-_0x3aca4e[_0x286e1f(0x17a)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x269201,_0x5562b5,_0xec1fdd){const _0x49f1f3=a218_0x2577;return _0x269201[_0x49f1f3(0x185)]===_0x5562b5&&typeof _0x269201['lastNotifiedAt']==='number'&&_0xec1fdd-_0x269201[_0x49f1f3(0x182)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x431104){const _0x16de55=a218_0x2577;return _0x16de55(0x179)+NPM_PACKAGE_NAME+_0x16de55(0x173)+_0x431104;}export async function resolveLatestUpdateNotice(){const _0x54e4cc=a218_0x2577;if(isUpdateNoticeDisabled())return null;try{const _0x4543f2=Date[_0x54e4cc(0x187)](),_0x17db3a=getCliVersion(),_0x5ba155=await readUpdateNoticeCache();let _0x314f48=isFreshCheck(_0x5ba155,_0x4543f2)?_0x5ba155[_0x54e4cc(0x170)]?.[_0x54e4cc(0x183)]():undefined;if(!_0x314f48&&!isFreshCheck(_0x5ba155,_0x4543f2)){const _0x2dbae2=await getCliVersionPolicy();_0x314f48=_0x2dbae2?.[_0x54e4cc(0x169)]?.[_0x54e4cc(0x183)]()||undefined,await writeUpdateNoticeCache({..._0x5ba155,'checkedAt':_0x4543f2,'latest':_0x314f48,'failed':!_0x314f48});}if(!_0x314f48||!a218_0x378afa['valid'](_0x17db3a)||!a218_0x378afa[_0x54e4cc(0x16c)](_0x314f48))return null;if(a218_0x378afa[_0x54e4cc(0x16e)](_0x17db3a,_0x314f48))return null;if(isRecentlyNotified(_0x5ba155,_0x314f48,_0x4543f2))return null;const _0xbaf3fd=CLI_BIN_NAME+_0x54e4cc(0x17d);return await writeUpdateNoticeCache({..._0x5ba155,'checkedAt':isFreshCheck(_0x5ba155,_0x4543f2)?_0x5ba155[_0x54e4cc(0x17a)]:_0x4543f2,'latest':_0x314f48,'failed':![],'lastNotifiedVersion':_0x314f48,'lastNotifiedAt':_0x4543f2}),{'command':_0xbaf3fd,'current':_0x17db3a,'latest':_0x314f48,'url':buildNpmVersionUrl(_0x314f48),'message':CLI_BIN_NAME+'\x20'+_0x314f48+_0x54e4cc(0x16f)+_0x17db3a+',\x20run:\x20'+_0xbaf3fd};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x5c4ccf,_0xa3fa76){var _0x30da0b=a219_0x53a8,_0x2447c1=_0x5c4ccf();while(!![]){try{var _0x998536=parseInt(_0x30da0b(0x117))/0x1+parseInt(_0x30da0b(0x118))/0x2*(-parseInt(_0x30da0b(0x11e))/0x3)+parseInt(_0x30da0b(0x120))/0x4*(parseInt(_0x30da0b(0x119))/0x5)+parseInt(_0x30da0b(0x116))/0x6*(-parseInt(_0x30da0b(0x11b))/0x7)+parseInt(_0x30da0b(0x11c))/0x8+-parseInt(_0x30da0b(0x11f))/0x9+parseInt(_0x30da0b(0x11d))/0xa*(parseInt(_0x30da0b(0x11a))/0xb);if(_0x998536===_0xa3fa76)break;else _0x2447c1['push'](_0x2447c1['shift']());}catch(_0x4b3123){_0x2447c1['push'](_0x2447c1['shift']());}}}(a219_0x30f5,0xe15b4));function a219_0x53a8(_0x57ef48,_0x30fe9c){_0x57ef48=_0x57ef48-0x116;var _0x30f526=a219_0x30f5();var _0x53a896=_0x30f526[_0x57ef48];return _0x53a896;}import{VERSION}from'../generated/build-info.js';function a219_0x30f5(){var _0x5e342f=['111SuyxVM','6818238NenDkx','55336FGVNLm','2581704EltQMG','1162322BqOPwh','6584ZmbAkK','75aCGTFQ','3982GzypGV','7yHxRNJ','3587264hgvAvT','11450kbhqCz'];a219_0x30f5=function(){return _0x5e342f;};return a219_0x30f5();}export function getCliVersion(){return VERSION;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a220_0xb3c5(){var _0x2a205e=['3723475TKShev','2903616rBIOGn','225212DoHYMd','30kMzywL','4VoBXxY','1018056zUsoFr','1086518RbUxqf','175703TyEBdm','8UIdxZM','5RjIKEU','2317818YMECAx'];a220_0xb3c5=function(){return _0x2a205e;};return a220_0xb3c5();}(function(_0x504226,_0x300eaa){var _0x1942fc=a220_0x2026,_0x20827d=_0x504226();while(!![]){try{var _0x262593=parseInt(_0x1942fc(0x10d))/0x1+parseInt(_0x1942fc(0x106))/0x2+-parseInt(_0x1942fc(0x105))/0x3*(parseInt(_0x1942fc(0x104))/0x4)+-parseInt(_0x1942fc(0x109))/0x5*(parseInt(_0x1942fc(0x10a))/0x6)+-parseInt(_0x1942fc(0x10b))/0x7*(-parseInt(_0x1942fc(0x108))/0x8)+-parseInt(_0x1942fc(0x10c))/0x9+parseInt(_0x1942fc(0x103))/0xa*(parseInt(_0x1942fc(0x107))/0xb);if(_0x262593===_0x300eaa)break;else _0x20827d['push'](_0x20827d['shift']());}catch(_0x1e03d9){_0x20827d['push'](_0x20827d['shift']());}}}(a220_0xb3c5,0x49404));function a220_0x2026(_0x14d75b,_0x3fbff5){_0x14d75b=_0x14d75b-0x103;var _0xb3c561=a220_0xb3c5();var _0x2026ad=_0xb3c561[_0x14d75b];return _0x2026ad;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x5e6069,_0x3b98ab){setActiveCookie(_0x5e6069);try{return await _0x3b98ab();}finally{clearActiveCookie();}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x32f9b9,_0x42a17b){var _0x3140db=a221_0x3544,_0x59c0d4=_0x32f9b9();while(!![]){try{var _0x2c9f60=parseInt(_0x3140db(0x14d))/0x1*(-parseInt(_0x3140db(0x14c))/0x2)+-parseInt(_0x3140db(0x145))/0x3+-parseInt(_0x3140db(0x14f))/0x4+parseInt(_0x3140db(0x14a))/0x5+parseInt(_0x3140db(0x146))/0x6*(parseInt(_0x3140db(0x14b))/0x7)+parseInt(_0x3140db(0x14e))/0x8*(parseInt(_0x3140db(0x144))/0x9)+-parseInt(_0x3140db(0x143))/0xa*(-parseInt(_0x3140db(0x149))/0xb);if(_0x2c9f60===_0x42a17b)break;else _0x59c0d4['push'](_0x59c0d4['shift']());}catch(_0x51b683){_0x59c0d4['push'](_0x59c0d4['shift']());}}}(a221_0x52ed,0x50967));function a221_0x3544(_0x2346ea,_0x342895){_0x2346ea=_0x2346ea-0x143;var _0x52ed7c=a221_0x52ed();var _0x3544c6=_0x52ed7c[_0x2346ea];return _0x3544c6;}function a221_0x52ed(){var _0x33a40e=['3143XlAtbp','846834hhhMxX','1nXXVEk','179472UzinPu','2406256bRHyPF','40fRzZtj','261JkwBWv','1060881UHGijL','8358UhZvYe','stderr','write','898557xEGGpb','529520tnTqES'];a221_0x52ed=function(){return _0x33a40e;};return a221_0x52ed();}export function writeCliSideChannelLine(_0x2f9a30){var _0x4601e0=a221_0x3544;process[_0x4601e0(0x147)][_0x4601e0(0x148)](_0x2f9a30+'\x0a');}
|
package/package.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lovrabet/rabetbase-cli",
|
|
3
|
-
"version": "2.3.4-beta.
|
|
3
|
+
"version": "2.3.4-beta.3",
|
|
4
|
+
"description": "Developer CLI for Lovrabet apps, datasets, pages, SQL, BFF, database connections, skills, and AI agent workflows.",
|
|
4
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"lovrabet",
|
|
8
|
+
"rabetbase",
|
|
9
|
+
"cli",
|
|
10
|
+
"developer-tools",
|
|
11
|
+
"ai-agent",
|
|
12
|
+
"agent-tools",
|
|
13
|
+
"dataset",
|
|
14
|
+
"bff",
|
|
15
|
+
"sql",
|
|
16
|
+
"low-code"
|
|
17
|
+
],
|
|
18
|
+
"homepage": "https://open.lovrabet.com/",
|
|
5
19
|
"repository": {
|
|
6
20
|
"type": "git",
|
|
7
21
|
"url": "git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git"
|
|
@@ -52,7 +66,9 @@
|
|
|
52
66
|
"files": [
|
|
53
67
|
"lib",
|
|
54
68
|
"templates",
|
|
55
|
-
"sidecar"
|
|
69
|
+
"sidecar",
|
|
70
|
+
"README.md",
|
|
71
|
+
"LICENSE"
|
|
56
72
|
],
|
|
57
73
|
"dependencies": {
|
|
58
74
|
"@inquirer/prompts": "^8.3.2",
|