bruno
bruno copied to clipboard
Import secrets from 1password
I would like to import my secrets from 1Password. I use '@1password/op-js' for this. Unfortunately, I get this error when executing the script:
Error invoking remote method 'send-http-request': VMError: Cannot find module 'child_process'
const read = require("@1password/op-js");
const password = read.parse('op://Private/MyAPI/password')