Usage Examples
A command cookbook organized by outcomes and team maturity, from first setup to audit and recovery operations.
Command Intent Map
| Intent | Primary commands | Best fit team |
|---|---|---|
| Bootstrap a secure project | xenvsync init + xenvsync push | Solo / Startup |
| Run app without plaintext on disk | xenvsync run -- <cmd> | All |
| Team key onboarding | xenvsync keygen + whoami + team add | Startup / Enterprise |
| Pipeline safety gate | xenvsync doctor + verify | Enterprise |
| Access revocation | xenvsync rotate --revoke | Startup / Enterprise |
Solo: Build Fast, Stay Safe
Encrypt local env, catch drift early, and run app in-memory with no plaintext file writes.
Solo recipebash
Startup: Team Collaboration + CI
Onboard member keys, keep CI keys runtime-only, and align staging workflows across local and pipeline runs.
Startup recipebash
Enterprise: Governance + Incident Response
Enforce health gates, export for infra pipelines, and run revocation rotation when offboarding or exposure is suspected.
Enterprise recipebash