Skip to content

MovieStoreGuy/go-gitkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gitkeys

Build Status Maintainability Go Report Card
Imagine you are trying to provide ssh access to your internal development team and you require to obtain their public ssh key at varying times. Now, imagine if you could automatically grab their most recent public ssh keys without having to ask them!

THAT WOULD BE AMAZING!

Well, go no further, we have made exactly that! This application fetches public ssh keys from Github to make it easier on your DevOps team.

Installation

go get -u github.com/MovieStoreGuy/keyobtainer

Usage

Usage of ./go-gitkeys:
  -format string
    	The desired format for the output, they can be yaml, json or raw (default "raw")
  -limit int
    	Sets the limit as to how many keys to store, zero is unlimited
  -org string
    	The Github org that want to fetch all public users's public ssh keys
  -output string
    	Define the path you wish to output the content to
  -team string
    	Define the team to filter results by
  -token string
    	A user's github token that can access the org's details
  -user string
    	The Github user to get their public ssh keys

About

A cli tool to obtain your organisation's public keys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages