Skip to content

A tool to manage your robot accounts on quay for an organization

License

Notifications You must be signed in to change notification settings

joshrendek/quay-robot-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

go get github.com/joshrendek/quay-robot-manager

You need to setup an OAUTH access token with the appropriate permissions to create/delete/list robots for your org.

Quay's OAUTH system is backwards and you can only do this through their UI.

Once you have that token set it as BEARER_TOKEN in your environment.

There is also an optional --json flag for all commands that will output in JSON if you want.

Listing

quay-robot-manager list --org YOURORG --json

Create

quay-robot-manager create --name testing12311 --org YOURORG --json

DELETE

quay-robot-manager delete --name testing12311 --org YOURORG

Building

See Jenkinsfile

License

MIT LICENSE

About

A tool to manage your robot accounts on quay for an organization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages