nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Support `sshkey` dependency #17

Closed nickthecook closed 4 years ago

nickthecook commented 4 years ago
dependencies:
  sshkey:
    - keys/user@server

ops should generate the above key with no passphrase if it does not already exist.

ops could also print a stern warning to add the files or the directory to .gitignore. ops could actually add the file, if it finds a .gitignore file already there, and it looks like git isn't already ignoring the keys.

nickthecook commented 4 years ago

Added in 0.8.0.