A GitHub CLI extension for managing Atlas workflows.
To quickly set up Atlas Cloud CI for your repository, follow these steps:
- Install the official
gh
CLI:
brew install gh
For other systems, see the installation instructions. 2. Install this extension:
gh extension install ariga/gh-atlas
- Setting up Atlas Cloud for your repository requires creating new GitHub Actions workflows.
To do this, you need add the following permissions to your GitHub CLI:
gh auth refresh -s write:packages,workflow
- Use the
init-action
command to set up Atlas Cloud for your repository:
gh atlas init-action
This will create a new workflow in your repository, which will run on every push to the your mainline branch.
You can customize the workflow by editing the .github/workflows/ci-atlas.yml
file.