Skip to content

esquio-set-parameter-v2

Actions
Xabaril Esquio set parameter task (V2)
v2.1
Latest
Star (0)

Esquio (V2) Github Action set toggle parameter value for feature

With this Esquio Github action you can set a parameter value for a toggle in 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 chich the toggle belongs.
  • toggleType: Type of the toggle to set the parameter value.
  • parameterName: Name of the parameter inside the toggle.
  • value: Value to set to the parameter.

Example

      - name: Esquio rollout
        uses: actions/esquio-rollout
        id: esquio-rollout
        with:
          esquioUrl: 'https://esquiodemoui.azurewebsites.net/'
          esquioApiKey: ${{ secrets.apikey }}
          productName: 'Default'
          featureName: 'MatchScore'
          toggleType: 'Esquio.Toggles.GradualRolloutUserNameToggle,Esquio'
          parameterName: 'Percentage'
          value: '56'

esquio-set-parameter-v2 is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Xabaril Esquio set parameter task (V2)
v2.1
Latest

esquio-set-parameter-v2 is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.