Expand description
Migration commands for importing existing keys into Auths.
Supports migrating from:
- GPG keys (
auths migrate from-gpg) - SSH keys (
auths migrate from-ssh)
Structs§
- Author
Status - Per-author migration status.
- From
GpgCommand - Import a GPG key into Auths.
- From
SshCommand - Import an SSH key into Auths.
- GpgKey
Info - Information about a GPG key.
- Migrate
Command - Migrate existing keys to Auths identities.
- Migrate
Status Command - Show migration status for a repository.
- Migration
Stats - Statistics for migration status.
- Migration
Status Output - Full migration status output.
- SshKey
Info - Information about an SSH key.
Enums§
- Migrate
Subcommand - Signing
Method - Signing method detected for a commit.
Functions§
- handle_
migrate - Handle the migrate command.