-
v0.2.0 Stable
released this
2021-07-04 21:32:10 +00:00 | 164 commits to master since this releaseThis release changes the format of the private key file. Speedrun will not be able to read keys created with earlier releases therefore you should generate a new one via
speedrun key init0.2.0 (2021-07-04)
Features
- It's now possible to use the
--use-osloginflag with thekey authorizeandruncommand to use OS Login based authentication instead of the default method which adds the public key to the project metadata. In this mode the public key is added to the list of authorized keys of the user associated with the GOOGLE_APPLICATION_CREDENTIALS instead. (#50) - A progress indicator is now visible when using the
runcommand (#44)
Improvements
- Confirm private key creation (#45)
- Pass version information via ldflags (#43)
- Suppress help on error (#46)
- Wrap key type to b64 (#51)
Fixes
- Fix progress output (#48)
Downloads
- It's now possible to use the