Skip to content

RFC: odoo-venv update? #59

@nilshamerlinck

Description

@nilshamerlinck
  • option 1: adding a new command $ odoo-venv update
    • but would be very redundant with the create command: same arguments/flags
    • except if we store original arguments in the venv's pyvenv.cfg
  • option 2: adding flags on command create:
    --update-if-exists (default: False); should refuse to update if the venv was not created by uv (old venv)
    --recreate-if-exists (default: False)
  • for both options, we could:
    • have a --backup flag to keep a backup of the venv in case things go wrong on update/recreation
    • show a list of the changes to inform user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions