Simon Barendse
Simon Barendse
I've implemented in #121 I've tackled the challenges mentioned in this ticket in the following way: 1. Deletion of non-empty directories is only allowed when `force_destroy` is set to true....
Hi Aaron, thank you for offering to build a GCP plugin! That will make for a great addition! :raised_hands: As for `gcloud` supporting file or envvar, I'm seeing file support...
> I think this is because the #!/usr/bin/env bash shebang line causes it to run in a subshell in which ~/.config/op/plugins.sh would not have been sourced. This is correct. Furthermore,...
As an alternative workaround for now that doesn't require you to change your scripts, you could use a shim: create a file in your `$PATH` named `doctl` with the following...
Hi Alon, welcome to the community! :wave: A plugin for OCI would be a great addition! :raised_hands: Thank you for offering to build the plugin. We're here to help in...
@barlevalon have you had the chance to give writing this plugin a try? We're here to help in case you run into any issues and if you have questions
Hi @parthiv11, the test case you've added is failing. Could you please give that a look? Before we can merge your changes, you'll also need to sign your commits. You...
Wondering whether we want to solve this as a single plugin having multiple executables or as multiple plugins sharing a credential. We're exploring the latter with AWS CLI and AWS...
Apologies for the delay on this @frans-otogone ! This will go out with the next 1Password CLI release.
How does this compare to alternative implementation in https://github.com/1Password/shell-plugins/pull/503 ?