Skip to content

import-account

Import all public decks from an Archidekt user account.

Terminal window
./ritual import-account [username] [options]
ArgumentDescriptionRequired
[username]Archidekt username to fetch decks for (or omit if logged in)No
OptionDescription
-a, --allImport all decks without interactive selection
-o, --overwriteOverwrite existing decks without prompting
--non-interactiveDisable interactive prompts; requires --all or --yes
-y, --yesAutomatically answer yes to prompts
--dry-runPreview imports without writing deck files

Import decks interactively (select which ones to import):

Terminal window
./ritual import-account johndoe

Import all public decks from a user:

Terminal window
./ritual import-account johndoe --all

Plan an import in CI without prompts:

Terminal window
./ritual import-account johndoe --all --non-interactive --dry-run
  • If you are logged in to your account, you can import your private or unlisted decks
  • Interactive mode allows you to select which decks to import using a checkbox interface
  • All selected decks are imported sequentially