Guides
GitHub Actions
How to use Exponent with your CI/CD pipeline
Overview
Exponent can run in your CI/CD pipeline as long as you have an Exponent API key. Simply install the Exponent CLI and run exponent run
in your CI/CD pipeline.
1
Install Exponent CLI as a step in your CI/CD pipeline
2
Authenticate with Exponent
Add your Exponent API key as a secret to your repository and run exponent login
:
3
Run Exponent Shell with a preloaded prompt and autorun mode
Provide Exponent with instructions for your pipeline and run exponent shell
: