https://github.com/ispyhumanfly/drone-deploy-experiments
https://github.com/ispyhumanfly/drone-deploy-experiments
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ispyhumanfly/drone-deploy-experiments
- Owner: ispyhumanfly
- Created: 2023-10-02T18:04:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T17:06:03.000Z (over 1 year ago)
- Last Synced: 2024-10-18T20:48:30.613Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drone-deploy-experiments
We will use this to test DroneDeploy's API
## Shell examples
```shell
./graphql_test.py | while read RESULT; do echo $RESULT | jq ".data" ; done
```