Fix op item get --fields usage in mise tasks

Replace with op read to prevent multi-line secret value corruption,
matching the convention documented in CLAUDE.md and #143.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-10 14:51:22 -08:00
commit 074d4a1a2a
5 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
Replace `op item get --fields` with `op read` in all mise tasks (tailnet-up, tailnet-preview, dns-up, dns-preview) to prevent multi-line secret corruption.