- Replace
[ORG]
with your organization name - Replace
[PROGRAM_ID]
with your program ID
- Open the developer tools in your browser (F12)
- Go to the "Network" tab
- Filter by "XHR"
- Filter by word "pipelines"
- Refresh the page
- Find the request that has the URL
https://cm.adobe.io/api/program/[PROGRAM_ID]/pipelines
- Right-click on the request and select "Copy" -> "Copy Response"
- Paste the response in a file called
pipelines.json
in the.data
folder
cm-notify setup:adobe
- This script will remove CODE_QUALITY pipelines.
- This approach is used to avoid the need of using the Adobe API / Auth to get the list of pipelines.
# Cloud Manager envs
ORGANIZATION_NAME=orgname# used to build the URL for the Pipeline
CLIENT_ID=e231#used to validate CM event