-
Notifications
You must be signed in to change notification settings - Fork 241
Add support for Pipedream CLI #338
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
Conversation
|
Corresponding blog post: https://rajapri28613.hashnode.dev/1password-shell-plugin-for-pipedream |
arunsathiya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a good start, thank you for your contribution @rajapri28613! I have left a few comments to address before we can move forward, including building support for importing multiple profile credentials.
arunsathiya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both importer and provisioner work fine. Thanks for the contribution!
SimonBarendse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate your contribution!
I have left a tiny suggestion for your consideration.
Co-authored-by: Simon Barendse <[email protected]>
Overview
Add support for Pipedream CLI. The shell plugin provisions a configuration file at
~/.config/pipedream/config. The shell plugin also imports the API Key and the Org ID from the same file at the same path, if they exist.Type of change
Related Issue(s)
How To Test
~/.config/pipedream/config, the first timeop plugin init pdis run, the API Key and Org ID can be imported into 1Password.pd login status. It should show that the login is successful.Changelog
Add support for Pipedream CLI
Additional information