Skip to main content

Module migrate

Module migrate 

Source
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§

AuthorStatus
Per-author migration status.
FromGpgCommand
Import a GPG key into Auths.
FromSshCommand
Import an SSH key into Auths.
GpgKeyInfo
Information about a GPG key.
MigrateCommand
Migrate existing keys to Auths identities.
MigrateStatusCommand
Show migration status for a repository.
MigrationStats
Statistics for migration status.
MigrationStatusOutput
Full migration status output.
SshKeyInfo
Information about an SSH key.

Enums§

MigrateSubcommand
SigningMethod
Signing method detected for a commit.

Functions§

handle_migrate
Handle the migrate command.