[ADD] Database command to change database parameters without starting it#107
[ADD] Database command to change database parameters without starting it#107
Conversation
Allow change states and parameters of a local database without running it: - change or remove linked worktree - change or remove linked virtual environment - change or remove linked repository - (un)whitelist
lse-odoo
left a comment
There was a problem hiding this comment.
functionallity speacking, would it make sense to also have a command to get the actual current data ? for example giving:
odev database test repository
would give the current directory while:
odev database test repository "lse-odoo/repository"
would set its value
So more like the |
I feel like it's becoming more and more complicated personally. The more command we add, the more the complexity it gets. The ideas are good in themselves, but I guess it can become complicate for a new comers. I am also wondering if "database" command name should be rather rename "local-database" as here all commands make sense only for database installed locally, it might avoid ambiguity on the scope of the action. In the long term I feel that having "group" of commands might make sense in odev to avoid having 10 000 commands listed in help and have a better separation of the "category" of commands (even if it would be arguable in which category belongs which command). This would make sense with plugin in my opinion as generally they include commands for a given scope/category. Here for example being in the group "local-database" so that any odev command have to be prefixed with "local-database" before calling the real command "info, list, etc." could make sense |
Description
Allow changing states and parameters of a local database without running it:
Linked Issues
Compliance
docsdirectoryrequirements.txtfile, if any