Tayn
Tayn prepares a secure developer workspace while Git stays the source of truth.
Get started
Section titled “Get started”From an existing Git project:
go install ./cmd/tayn
cd /path/to/your/projecttayn inittayn secret import .envtayn run devReview the generated .tayn/project.yaml and .tayn/secrets.schema.yaml before importing secrets or running project code.
Commands
Section titled “Commands”tayn up <project> # Prepare and run a workspacetayn run <task> # Run a task with its approved secretstayn status [project] # Show workspace statustayn doctor [project] # Check prerequisites and safetytayn down [project] # Stop managed services
tayn secret import <dotenv-file> # Encrypt dotenv values locallytayn secret list # List secret namestayn secret set <name> # Set one secret securelytayn secret unset <name> # Remove one secret
tayn --help # Show every command