CA API Gateway Restman Bundle Test&Install
To transform an exported raw xml bundle, test and install using the version 1.0 of RESTMAN APIs.
Table of Contents
This package was developed to automate usage of Restman CA API Gateway. Through this package is possible to transform an exported default bundle xml to test install using the version 1.0 of RESTMAN APIs.
Please, check the Prerequisites section of Microsoft VSTS Tasks documentation Add a custom pipelines task extension - Prerequisites
To local run follow these steps
- cd to package.json and install (
cd ca-gateway-restman-vsts-task
) npm install
tsc --build
- Define environment variables
- export INPUT_gatewayDestinationUrlBase=value
- export INPUT_gatewayRestmanDestinationUsername=value
- export INPUT_gatewayRestmanDestinationPassword=value
- export INPUT_filePath=value
- export INPUT_xmlFileName=value
- Place a RAW and valid exported Bundle XML containing your policies at the filePath/xmlFileName
- Run the task
node ./index.js
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Lucas Marçoni - Linkedin