See the general quickstart guide if you want to start creating your monitoring in the Checkly app first.
Installing
Recommended approach: Create a new project with the CLI:Terminal
Terminal
Terminal
Terminal
Checking the Version
Terminal
Command Reference
Authentication & Account Management
checkly login
- Authenticate with your accountcheckly logout
- Sign out and remove tokenscheckly whoami
- Display current account infocheckly switch
- Switch between accounts
Development & Testing
checkly test
- Run checks locally for testingcheckly pw-test
- Run Playwright checks locally for testingcheckly runtimes
- List available runtime environmentscheckly sync-playwright
- Sync Playwright configuration
Deployment & Management
checkly deploy
- Deploy checks to your accountcheckly destroy
- Remove all project resourcescheckly trigger
- Run deployed checks on-demand
Environment & Import
checkly env
- Manage global environment variablescheckly import
- Import existing resources into CLI
Next Steps
- Authenticate - Get started with the CLI
- Create your first test - Write and test a check locally
- Deploy your monitoring - Push checks to Checkly