CLI Usage
The axiom binary is the main operator interface for local vaults, remotes, sync, and mounts.
Vault commands
axiom vault createaxiom vault openaxiom vault infoaxiom vault checkaxiom vault migrate
File commands
axiom file listaxiom file addaxiom file extractaxiom file mkdiraxiom file remove
Password and recovery
axiom password changeaxiom password resetaxiom recovery show-keyaxiom recovery enable
Remotes
Google Drive
axiom remote gdrive auth --output ~/gdrive-tokens.json
axiom remote gdrive create \
--name CloudVault \
--folder-id YOUR_FOLDER_ID \
--tokens ~/gdrive-tokens.json
axiom remote gdrive open \
--folder-id YOUR_FOLDER_ID \
--tokens ~/gdrive-tokens.json
Planned remotes
- iCloud
- Dropbox
Sync
axiom sync run --vault-path ~/my-vault --strategy keep-both
axiom sync status --vault-path ~/my-vault
axiom sync configure --vault-path ~/my-vault --mode periodic --interval 300
Mounts
axiom mount webdavaxiom mount fuse
KDF strength levels
--strength interactive
--strength moderate
--strength sensitive