Skip to content

Releases: ernoaapa/fetch-ssh-keys

v1.1.7: Merge pull request #16 from arnested/deploy-key

14 Nov 03:35
545b209
Compare
Choose a tag to compare

v1.1.6

20 Jun 09:05
88a1a31
Compare
Choose a tag to compare
Merge pull request #15 from arnested/comment

Add comment to top and bottom of generated content

v1.1.5

18 Dec 07:49
1b9e810
Compare
Choose a tag to compare
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
6215716
Compare
Choose a tag to compare
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
Choose a tag to compare
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
Choose a tag to compare
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
Choose a tag to compare
Merge pull request #7 from arnested/feature/codestyle-cleanup

Make file permission a command line option

v1.0.2

02 Feb 03:55
Compare
Choose a tag to compare
Merge pull request #6 from arnested/feature/build-with-version

Provide version number on Travis build

v1.0.1

28 Jan 06:32
Compare
Choose a tag to compare
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
Choose a tag to compare
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.