1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00
budibase/packages/cli/src
2023-02-06 17:54:40 +00:00
..
analytics
backups Some fixes for #8770 - the CLI was very memory intensive when working with large databases, that contained many revisions. We don't need the revisions for app exports/backups, therefore I've updated our export systems to drop the revision history as it compacts the database significantly and speeds up exports/reduces memory usage. 2023-02-06 17:54:40 +00:00
core
hosting Improvement to CLI logging output for plugins --dev command - make it more obvious what next steps are. 2022-09-30 17:13:50 +01:00
plugins Refactoring worker, converting all controllers/routes to Typescript and all imports of backend-core to new style. 2022-11-23 18:25:20 +00:00
structures Updating hosting to break up single file into lots of independent commands - this was an attempt to improve syntax. Adding in single image handling, as well as full support for watch directory. 2022-09-28 19:11:22 +01:00
constants.js Improvement to CLI logging output for plugins --dev command - make it more obvious what next steps are. 2022-09-30 17:13:50 +01:00
environment.js
events.js Adding types for plugin events, specifically for plugin init, import and deletion, this is across the CLI and the server. 2022-09-14 17:35:46 +01:00
exec.js Update exec.js 2022-10-04 12:18:04 +03:00
index.js Adding version handling to CLI, #8335 - useful to see what version of CLI currently installed. 2022-10-25 15:28:05 +01:00
options.js
prebuilds.js
questions.js
utils.js Adding a fix for checklist being incorrect after restoring from the CLI. 2022-10-27 09:48:37 +01:00