Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins only work inside home directory #407

Open
bklebe opened this issue Nov 30, 2023 · 1 comment
Open

Plugins only work inside home directory #407

bklebe opened this issue Nov 30, 2023 · 1 comment
Labels
op-cli Functionality to be implemented in 1Password CLI. Needs to be done by 1Password Developers.

Comments

@bklebe
Copy link

bklebe commented Nov 30, 2023

op CLI version

2.23.0

Goal or desired behavior

I can use op plugins in any directory on the system.

Current behavior

e.g.

❯ cd ~

~
❯ op plugin inspect gh

GitHub CLI

Configured Aliases

✔ Alias for "gh" configured
✔ Aliases sourced (/Users/bklebe/.config/op/plugins.sh)

Configured Credentials

✔ Configured as global default: 
CREDENTIAL TYPE                 ITEM                            VAULT
GitHub Personal Access Token    GitHub Personal Access Token    Private

~
❯ cd /

/
❯ op plugin inspect gh 

GitHub CLI

Configured Aliases

✔ Alias for "gh" configured
✔ Aliases sourced (/Users/bklebe/.config/op/plugins.sh)

Configured Credentials
<the command hangs, op shows over 100% CPU usage in Activity Monitor>
^C

/
❯ 

Relevant log output

No response

@bklebe bklebe added the op-cli Functionality to be implemented in 1Password CLI. Needs to be done by 1Password Developers. label Nov 30, 2023
@lukas-jansen
Copy link

I got the same issue, only works in my home directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
op-cli Functionality to be implemented in 1Password CLI. Needs to be done by 1Password Developers.
Projects
None yet
Development

No branches or pull requests

2 participants