CLI Reference
CLI Overview
The vibe command-line tool for packaging, signing, and managing .vibeapp files.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The vibe command-line tool for packaging, signing, and managing .vibeapp files.
brew tap dolfin/vibe && brew install vibe
cargo build -p vibe-cli --release
| Command | Description |
|---|---|
vibe init <name> | Initialize a new Vibe application project |
vibe validate [vibe.yaml] | Validate a manifest |
vibe package <manifest> | Package an app into a .vibeapp |
vibe sign <package> | Sign a package with Ed25519 |
vibe verify <package> | Verify a package signature |
vibe keygen | Generate an Ed25519 signing keypair |
vibe inspect <package> | Inspect package contents |
vibe revert <package> | Strip saved state from a package |
vibe import-compose | Import from Docker Compose (coming soon) |
vibe install-hooks | Install AI coding assistant skills |
-h, --help Print help
-V, --version Print version
| Flag | Description |
|---|---|
--password <pass> | Password on the command line (avoid — visible in shell history) |
--password-file <path> | Read password from a file |
| (omit both) | Prompted interactively (most secure) |
man vibe
make man # writes man/vibe.1
man man/vibe.1
