Workflows
These recipes combine eggl with the tools it already uses.
Switch into a cluster environment
The profile makes the kubectl context and Tailscale account agree before you work with private cluster services.
Open a local service
The named port-forward is repeatable and keeps the resource definition in versionable YAML rather than in shell history.
Clean changed repository files
Preview only the files changed against main:
Apply the same changes after reviewing the preview:
Recover a stale development port
First inspect matching processes:
Then terminate them gracefully:
Use --force only when a process does not respond to a normal termination signal.
Retrigger CI
This creates and pushes an empty commit in the current Git repository.