CLI
Command line interface offering the same features as our app but designed for programmers to more easily access and integrate into their workflows.
Contact us for more information
$ ./honeycake --help
🍰 Honeycake CLI - Headless document encryption tool.
Usage: honeycake [options] <command> [arguments]
Global Options:
-h, --help Show usage help
-v, --version Show version information
Commands:
auth login <email> Authenticate with Honeycake
auth verify <email> <code> Verify email
auth pin <email> <pin> Enter or set PIN
auth status Check authentication status
auth logout Log out current user
bake <file> Encrypt and register a file
--title <title> Set file title
--ttl <duration> Set time-to-live
--grant <emails> Grant access to emails
--no-layered Disable layered baking
unbake <file.cake> Decrypt a .cake file
list List your documents
Examples:
honeycake auth login user@example.com
honeycake bake sensitive-document.pdf --title "My Document"
honeycake unbake document.pdf.cake
For more information, visit https://honeycakefiles.com
Back to Products