Move the config repo offline as a portable bundle
Companion commands for moving the config repo offline as a portable bundle.
When you can't clone the repo on the destination — a second user account on the same machine, or a machine with no network path to the repo — a bundle carries the setup across instead. "bundle export" writes a portable, secret-scanned .zip of the repo's tracked shared files and prints its reproducible SHA256; "bundle import " validates that .zip fully and ingests it into a fresh config repo on the other side. Secrets, ~/.ssh, and the per-machine local layer are never carried unless you opt in with --include-local.
-h, --help help for bundle
- ferry - Carries your terminal, dotfiles, and dependencies across machines
- ferry bundle export - Write a portable, secret-scanned bundle of the config repo
- ferry bundle import - Ingest a ferry bundle into a fresh config repo