Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfdocimo/rmp-automation
This is a script build with the sole purpose of generating images from completed PR's for Pasiona's RPMs
https://github.com/alfdocimo/rmp-automation
Last synced: 10 days ago
JSON representation
This is a script build with the sole purpose of generating images from completed PR's for Pasiona's RPMs
- Host: GitHub
- URL: https://github.com/alfdocimo/rmp-automation
- Owner: alfdocimo
- License: mit
- Created: 2020-02-17T10:09:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:38:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T12:26:45.613Z (25 days ago)
- Language: JavaScript
- Size: 754 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPM Automation script (Puppeteer)
### ⚠️READ BEFORE USING⚠️
This is a script build with the sole purpose of generating images from completed PR's for Pasiona's **RPMs**
**I AM NOT RESPONSIBLE FOR THE MISUSE OF THIS SCRIPT**
Please disconnect from any kind of VPN before executing this script.
### You will need to create two new environment variables:
- RPM*VSTS_USER (set your Travelport user in this format: \_firstname.lastname*) **DO NOT USE @TRAVELPORT.COM**
- RPM_VSTS_PASSWORD (ser your Travelport password)Example:
- RPM_VSTS_USER alfredo.narvaez
- RPM_VSTS_PASSWORD **\*\*\*\***### To run the script:
first run:
`yarn`
then
`yarn start --project=pos-web`
You can set the start date and end date through args as well:
`yarn start --project=pos-fes --start_date=01/01/2019 --end_date=01/01/2020`
### Accepted args:
| Name | Type | Example |
| ---------- | ------ | ---------- |
| project | String | pos-fes |
| start_date | Date | 01/01/2019 |
| end_date | Date | 01/01/2020 |Feel free to email me for any other questions:
[email protected]
[email protected]