Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years ago1password cli op run with python in Visual Studio Code using remote SSH
I am really interested in using 1password cli in Visual studio code but needing to add 'op run --' before the command is nearly impossible when using VSC python debugger. At least I have not found a...
weslowsk
3 years agoNew Contributor
I wanted to start using VSC and 1Password today and ran into the same problem. Because I didn't want to make as many changes as the OP did, and I consider my VSC development environment secure, I decided to use op inject
instead. I use it to inject secrets into config files that my Python script pulls in.
https://developer.1password.com/docs/cli/secrets-config-files/
To increase security a bit, one could remove the config files from the file system after each development session.