Installation
Commands
| 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 |
Global flags
Password flags
Commands that work with encrypted packages accept these flags:| 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) |
