CLI Commands
hyperfile login
Authenticate with your Hyperfile account via browser-based OAuth.
hyperfile logout
Remove stored credentials.
hyperfile sync
Sync a local directory with a remote filesystem. See Sync for details.
hyperfile ls
List files in a remote filesystem:
hyperfile ls --fs <uid> [path]
hyperfile upload
Upload a single file:
hyperfile upload ./file.pdf --fs <uid> --path /documents/
hyperfile download
Download a file to your local machine:
hyperfile download --fs <uid> --path /documents/file.pdf -o ./file.pdf
hyperfile whoami
Display the currently authenticated account.
hyperfile --help
Show all available commands and global options.