setup-cli icon indicating copy to clipboard operation
setup-cli copied to clipboard

A GitHub action for interacting with your Supabase projects using the CLI.

Results 37 setup-cli issues
Sort by recently updated
recently updated
newest added

# Improve documentation ## Link docs/backups.md ## Describe the problem The backups document details the code to use in GitHub actions to make a backup of the schema and data....

documentation

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in actions/setup-node#1374...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

I'd like to make `supabase start` faster in my github actions CI. I'm running the following workflow in github actions: ```yml steps: - name: Checkout repository uses: actions/checkout@v4 - name:...

documentation

Added instructions for using Supabase environment variables in the application setup. Seems like a regular use case that is explained in #317.

## What kind of change does this PR introduce? closes https://github.com/supabase/setup-cli/issues/271 ## What is the new behavior? - Removes unnecessary flags - Makes db password optional ## Additional context Add...

The current GitHub Actions workflow for database backups may cause an infinite loop. When the workflow commits backup changes to the repository, this commit can trigger the workflow again, leading...

documentation