Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

init

Initialize a cred project.

cred init

Initialize a new cred project in the current directory:

cred init

This creates:

.cred/
├── project.toml    # Project configuration
└── vault.enc       # Encrypted secrets vault

Run this once per project, typically at the repository root.