Releases: ernoaapa/fetch-ssh-keys
Releases · ernoaapa/fetch-ssh-keys
v1.1.7: Merge pull request #16 from arnested/deploy-key
14 Nov 03:35
Compare
Sorry, something went wrong.
No results found
Add `--deploy-key` parameter
v1.1.6
20 Jun 09:05
Compare
Sorry, something went wrong.
No results found
Merge pull request #15 from arnested/comment
Add comment to top and bottom of generated content
v1.1.5
18 Dec 07:49
Compare
Sorry, something went wrong.
No results found
Merge pull request #14 from ernoaapa/support-team-slug
Added support for using team name or url slug
v1.1.4
16 Nov 06:52
Compare
Sorry, something went wrong.
No results found
Merge pull request #13 from ernoaapa/add-support-for-usernames
Added --user flag to support fetching users public keys
v1.1.3
13 Oct 09:44
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from ernoaapa/avoid-github-api-limits
Use GITHUB_TOKEN in tests if available
v1.1.1
11 Feb 04:20
Compare
Sorry, something went wrong.
No results found
Merge pull request #3 from ernoaapa/fail-command-if-no-directory
Updated to fail command if target directory doesn't exit
v1.1.0
11 Feb 04:05
Compare
Sorry, something went wrong.
No results found
Merge pull request #7 from arnested/feature/codestyle-cleanup
Make file permission a command line option
v1.0.2
02 Feb 03:55
Compare
Sorry, something went wrong.
No results found
Merge pull request #6 from arnested/feature/build-with-version
Provide version number on Travis build
v1.0.1
28 Jan 06:32
Compare
Sorry, something went wrong.
No results found
Merge pull request #5 from arnested/feature/atomic-file-writes
Use atomic file writes for writing files
v1.0.0: Implemented better output management
14 Nov 14:54
Compare
Sorry, something went wrong.
No results found
Previously we were piping the output to `~/.ssh/authorized_keys`
but that's not good because if there happen an error, we mess up
our authorized_keys file.
Now we update target file only if we manage to fetch the keys.