wundertest
v1.5.0
Published
CLI tool for Wundertest
Readme
Wundertest CLI
A command-line interface for Wundertest.
Installation
npm install -g .Usage
The CLI will automatically prompt for an API token on first use. The token will be securely stored for future use.
Commands
# Run the CLI
wundertest
# Token Management
wundertest token # Set a new token if none exists
wundertest token -s # Show current token
wundertest token -c # Clear saved tokenDevelopment
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build the project
npm run build