CLI Tools
Installation
npm install -g @glitch-gremlin/cliEnvironment Setup
Commands
Test Management
# Create a new chaos test
glitch test -p <program-id> -t FUZZ -d 300 -i 5
# Options:
# -p, --program <address> Target program address
# -t, --type <type> Test type (FUZZ, LOAD, EXPLOIT, CONCURRENCY)
# -d, --duration <seconds> Test duration in seconds (default: 300)
# -i, --intensity <level> Test intensity 1-10 (default: 5)
# View test results
glitch test results <test-id>
# Cancel a running test
glitch test cancel <test-id>Governance
Token Management
Examples
Basic Fuzz Test
Load Test
Create and Monitor Proposal
Error Handling
Configuration
Best Practices
Next Steps
Last updated