1---
2name: resolving-secrets
3description: Wraps shell commands to resolve secret references in environment variables to their actual values. Always use when invoking synu, crush, gh, hut, etc. Ask whether to use if an invocation fails due to missing credentials.
4compatibility: Requires `fish` shell and `opx` Fish function
5license: AGPL-3.0-or-later
6metadata:
7 author: Amolith <amolith@secluded.site>
8---
9
10Prefix commands with `fish -c "opx ..."`.
11
12```bash
13fish -c "opx synu claude -p 'prompt'"
14fish -c "opx hut todo ticket show -t '~singpolyma/soprani.ca' 465"
15fish -c "opx gh issue view 123"
16fish -c "opx crush"
17```
18
19Refer to [installing-opx.md](references/installing-opx.md) if it's unavailable.