This project uses a devcontainer with pixi for environment management.
- GitHub CLI (
gh): Available viapixi run ghor directly if using a login shell. The container mounts the host's~/.config/gh, so if you are authenticated on the host, that authentication is shared -- including in a container opened withoutdl, such as a plaindevpod upor VS Code's Reopen in Container. Underdlthere is also a forwardedGH_TOKEN(taken fromGH_TOKEN,GITHUB_TOKENorgh auth token, whichever answers first), and that takes precedence over the mountedhosts.yml.
When using pixi tasks, prefer pixi run <task>. See pixi task list for available tasks.
For tools installed as dependencies (like gh), you can run them via:
pixi run gh <args>- works in any shellgh <args>- works in login shells (bash -l -c '...')