Releases: ernoaapa/fetch-ssh-keys
Releases · ernoaapa/fetch-ssh-keys
v1.1.7: Merge pull request #16 from arnested/deploy-key
Add `--deploy-key` parameter
v1.1.6
Merge pull request #15 from arnested/comment
Add comment to top and bottom of generated content
v1.1.5
Merge pull request #14 from ernoaapa/support-team-slug
Added support for using team name or url slug
v1.1.4
Merge pull request #13 from ernoaapa/add-support-for-usernames
Added --user flag to support fetching users public keys
v1.1.3
Merge pull request #12 from ernoaapa/avoid-github-api-limits
Use GITHUB_TOKEN in tests if available
v1.1.1
Merge pull request #3 from ernoaapa/fail-command-if-no-directory
Updated to fail command if target directory doesn't exit
v1.1.0
Merge pull request #7 from arnested/feature/codestyle-cleanup
Make file permission a command line option
v1.0.2
Merge pull request #6 from arnested/feature/build-with-version
Provide version number on Travis build
v1.0.1
Merge pull request #5 from arnested/feature/atomic-file-writes
Use atomic file writes for writing files
v1.0.0: Implemented better output management
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.