Setup Flipt
The flipt-setup-action can be used to setup Flipt in your GitHub workflow. Once setup, you can then use any of the CLI commands that Flipt provides in your workflow.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to use our GitHub Actions to automate your workflows.
The flipt-setup-action can be used to setup Flipt in your GitHub workflow. Once setup, you can then use any of the CLI commands that Flipt provides in your workflow.
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: flipt-io/setup-action@v0.1.0
# with:
# Optional, additional arguments to pass to the `flipt` command
# args:
# Optional, the version of Flipt to install, defaults to the latest release
# version:
# Optional, the directory to run Flipt against, defaults to the repository root
# working-directory:
- run: flipt validate
Was this page helpful?