Features
- SSH key management from the CLI: register/list/remove keys under your account and use them by default on
instance create. - Delegated SSH key management:
--on-behalf-ofonaccount ssh-key add/remove. instance create --ssh-keyresolves against both owner and signer keys (signer wins on conflict).instance ssh:-4/-6to select the IP family.- Credit history filters and a spend summary.
What's Changed
- feat(cli): credit history filters and spend summary by @odesenfans in #272
- feat(instance): add -4/-6 IP family selection to
instance sshby @odesenfans in #273 - feat(account): manage SSH keys and use them by default on instance create by @odesenfans in #274
- feat(account): support --on-behalf-of on ssh-key add/remove by @odesenfans in #275
- feat(instance): --ssh-key resolves against owner+signer keys (signer wins) by @odesenfans in #276
Full Changelog: v0.13.2...v0.14.0
✅ Published to crates.io