westerveltco / django-opfield

A custom Django field for storing and securely accessing a 1Password vault item
https://django-opfield.westervelt.dev
MIT License
3 stars 0 forks source link

Add ability to download and install the `op` CLI tool #17

Open joshuadavidthomas opened 2 months ago

joshuadavidthomas commented 2 months ago

It'd be nice to either have a management command to install the CLI tool or even download it automatically if not found. I'm thinking of how django-tailwind-cli auto-downloads the Tailwind CSS CLI if the command is not available.