migrate

migrate

Export and import unencrypted secrets

Usage: sos account migrate [OPTIONS] <COMMAND>

Commands:
  export                Export unencrypted secrets to an archive
  import                Import unencrypted secrets
  print-import-formats  Print available import formats
  help                  Print this message or the help of the given subcommand(s)

Options:
  -a, --account <ACCOUNT>  Account name or address
  -h, --help               Print help

export

Export unencrypted secrets to an archive

Usage: sos account migrate export [OPTIONS] <OUTPUT>

Arguments:
  <OUTPUT>  Output file for the export

Options:
      --force  Force overwrite of existing file
  -h, --help   Print help

import

Import unencrypted secrets

Usage: sos account migrate import [OPTIONS] --format <FORMAT> <INPUT>

Arguments:
  <INPUT>  Input file to import

Options:
      --format <FORMAT>  Format of the file to import
  -n, --name <NAME>      Name for the new folder
  -h, --help             Print help
Print available import formats

Usage: sos account migrate print-import-formats

Options:
  -h, --help  Print help