Commands
init
Create a new Showpass project. Opens an interactive wizard.
showpass init my-event-site
Without a name, one is generated for you:
showpass init
dev
Start the local development server with hot reload.
showpass dev
Runs on http://localhost:8080 by default.
build
Create a production-optimized build.
showpass build
Output is written to dist/.
whoami
Display current authentication status.
showpass whoami
logout
Clear saved credentials and venue selection.
showpass logout
help
Show available commands:
showpass --help
Get help for a specific command:
showpass init --help