Replace remaining op item get calls with op read
Migrate all remaining `op item get --fields` usage to `op read` URI syntax across docs, READMEs, and YAML comments. Simplify the guidance note in CLAUDE.md now that the migration is complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aa0b7d3a6c
commit
6ce6a1329f
7 changed files with 10 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ Both tasks fetch the Gandi PAT from 1Password automatically.
|
|||
To run Pulumi directly:
|
||||
|
||||
```bash
|
||||
export GANDI_PERSONAL_ACCESS_TOKEN=$(op item get mco6ka3dc3rmw7zkg2dhia5d2m --field pat --reveal --vault vg6xf6vvfmoh5hqjjhlhbeoaie)
|
||||
export GANDI_PERSONAL_ACCESS_TOKEN=$(op read "op://vg6xf6vvfmoh5hqjjhlhbeoaie/mco6ka3dc3rmw7zkg2dhia5d2m/pat")
|
||||
cd pulumi/gandi
|
||||
pulumi preview
|
||||
pulumi up --yes
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ kubectl --context=minikube-indri -n <namespace> get pods --field-selector=status
|
|||
|
||||
**ArgoCD login expired:**
|
||||
```bash
|
||||
argocd login argocd.ops.eblu.me --username admin --password "$(op --vault vg6xf6vvfmoh5hqjjhlhbeoaie item get srogeebssulhtb6tnqd7ls6qey --fields password --reveal)"
|
||||
argocd login argocd.ops.eblu.me --username admin --password "$(op read 'op://vg6xf6vvfmoh5hqjjhlhbeoaie/srogeebssulhtb6tnqd7ls6qey/password')"
|
||||
```
|
||||
|
||||
### kubectl connection refused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue