CLI
Get started
Start using the CLI
The CLI package is @empiricalrun/test-gen and is hosted on NPM.
Pre-requisites
- Ensure that you have Node.js 20+ installed.
- Ensure you have an account on our dashboard. If your team uses Empirical, signing in with your work email should just work.
Authenticate
Use the login
command to link the CLI with your authenticated session on the dashboard.
To check your login status, you can use whoami
.
Clone your repo locally
To access, which repos you have access to, run the repos
command.
Pick a repo that you want to clone locally, and run the setup
command. This will clone the repo, and install dependencies.