https://github.com/magicxor/githubdeploymentstool
A "proof of concept" GraphQL client for GitHub's Repository Deployments API
https://github.com/magicxor/githubdeploymentstool
cli client commandlineparser deployment graphql http oktokit strawberryshake
Last synced: 3 months ago
JSON representation
A "proof of concept" GraphQL client for GitHub's Repository Deployments API
- Host: GitHub
- URL: https://github.com/magicxor/githubdeploymentstool
- Owner: magicxor
- Created: 2024-03-25T17:33:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-27T22:36:51.000Z (about 1 year ago)
- Last Synced: 2025-01-10T18:16:18.741Z (5 months ago)
- Topics: cli, client, commandlineparser, deployment, graphql, http, oktokit, strawberryshake
- Language: C#
- Homepage:
- Size: 680 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubDeploymentsTool
## Usage
* `list` - List deployments
* `create` - Create a deploymentUse `--help` to display the help screen.
## See also:
### GraphQL Clients
- https://github.com/altair-graphql/altair
- https://www.postman.com/### Tutorials and documentation
- https://techcommunity.microsoft.com/t5/healthcare-and-life-sciences/which-net-graphql-clients-should-your-app-use/ba-p/3073261
- https://chillicream.com/docs/strawberryshake/v13/get-started
- https://chillicream.com/docs/strawberryshake/v13/networking/authentication
- https://docs.github.com/en/graphql/reference