1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
519 stars 170 forks source link

Adding init command #380

Closed JustMaris closed 1 year ago

JustMaris commented 1 year ago

Overview

Terraform init command also requries authentication to be able to authenticate backend in certain cases, for example, using s3 as a backend for Terraform.

Type of change

- [ ] Created a new plugin - [X] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [ ] Improved contributor utilities or experience ## Related Issue(s) * Resolves: [#372](https://github.com/1Password/shell-plugins/issues/372) * Relates: # ## How To Test

terraform init

Changelog

Adding init to the commands that need authentication
SimonBarendse commented 1 year ago

Appreciate the contribution @JustMaris ! 🙌

bte-salt commented 12 months ago

Hi,

Appreciate that this is fixed! When will this be released into op cli?