Skip to content

Axway APIM-CLI Github Action

Actions
Use the Axway APIM-CLI in you GitHub action workflows. Import APIs, users, organizations and applications in batch mode
v1.14.11
Latest
Star (3)

Axway APIM-CLI GitHub Action

This action helps you to use the Axway APIM CLI in a GitHub Actions workflow. You can import APIs, Applications, Organizations, and Users into an API-Manager in Batch-Mode based on a specified directory structure.

Additionally, you can call the APIM CLI directly with a given command according to your needs.

Inputs

command

Run an APIM-CLI command. For example: 'apim api get -h api.demo.axway.com -u serviceaccount -p ${{ secrets.password }}'.

Example usage

    - name: Get all applications
      uses: Axway-API-Management-Plus/[email protected]
        with:
          command: apim api get -h api.demo.axway.com -u serviceaccount -p ${{ secrets.password }}
        env:
          LOG_LEVEL: 'DEBUG'
    - name: Import APIs
      uses: Axway-API-Management-Plus/[email protected]
        with:
          command: "apim api import -c api-config.json -a api.json -h maverick.demo.axway.com -u apiadmin -p ${{ secrets.password }}"

Axway APIM-CLI Github Action 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

Use the Axway APIM-CLI in you GitHub action workflows. Import APIs, users, organizations and applications in batch mode
v1.14.11
Latest

Axway APIM-CLI Github Action 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.