Skip to content
toggle-right

GitHub Action

esquio-rollout-v2

v2.3 Latest version

esquio-rollout-v2

toggle-right

esquio-rollout-v2

Xabaril Esquio Rollout task (V2)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: esquio-rollout-v2

uses: Xabaril/[email protected]

Learn more about this action in Xabaril/EsquioRolloutActionV2

Choose a version

Esquio (V2) Github Action rollout feature

With this Esquio Github action you can enable a feature in an Github Actions workflow.Esquio.

Please read Esquio readthedocs first to fully understand Esquio Feature Toggle package configuration and possibilities.

Parameters needed

  • esquioUrl: Url to the ESquio Api. i.e.: https://myesquioui.deployment.com
  • esquioApiKey: API key to authenticate to esquio. Recommended to store as Github secret
  • productName: Name of the product to which the feature belongs.
  • featureName: Name of the feature to enable.

Example

      - name: Esquio rollout
        uses: actions/esquio-rollout
        id: esquio-rollout
        with:
          esquioUrl: 'https://esquiodemoui.azurewebsites.net/'
          esquioApiKey: ${{ secrets.apikey }}
          productName: 'Default'
          featureName: 'MatchScore'