James Neill
5b5286106e
style(1password): ensure function definitions meet style guide
...
- have both leading `function` declarations and parenthesis at the end
2024-12-26 03:26:32 +00:00
James Neill
f47ea3f003
docs(1password): outline new injection automation and add example
2024-12-26 03:18:04 +00:00
James Neill
3be91a697b
feat(1password): automatically inject secrets for specific commands using op run
...
- Add functionality to wrap specified commands (e.g., terraform, env) with
- Automatically inject secrets from environment variables into subprocesses
- Implement toggle activation with Ctrl+O keybinding
2024-12-26 03:09:48 +00:00
Carlo Sala
80fa5e1376
fix(1password): copy password properly in `opswd`
...
Closes #12635
2024-09-05 20:21:14 +02:00
Carlo Sala
95579e3ca1
feat(1password): make completion loading async
2024-09-05 20:21:13 +02:00
Gheritarish
6df14641ac
feat(1password): add username copy to `opswd` ( #10812 )
2022-11-07 19:53:36 +01:00
Adam Pike
dbadfa0810
refactor(1password): support CLI 2 and soft-deprecate CLI 1 ( #10787 )
...
This change still supports CLI 1, but shows a deprecation warning
on the first run of `opswd`. Support for CLI 1 shall be removed
in the near future.
Closes #10787
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-03-26 15:16:19 +01:00
Marc Cornellà
a64d940377
refactor(1password): extract `opswd` function
2022-03-26 15:10:56 +01:00
Gheritarish
11a87eac47
chore(1password): fix comments to follow code ( #10634 )
2022-01-28 13:47:41 +01:00
David Chin
8e7c33bf15
chore(1password): fix typo in `opswd` ( #10614 )
2022-01-24 16:30:49 +01:00
Ricky Medina
3f5402e268
feat(1password): add plugin for 1password ( #8884 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-01-24 15:21:34 +01:00