Skip to content

CLI Tools

Upgrade all packages to latest versions ignoring the version ranges specified in package.json5:

Terminal window
pnpm up -iL

File encryption using age-compatible Rust implementation.

Encrypt a file using passphrase
rage \
--passphrase \
--output example.png.age \
example.png
Decrypt a file using passphrase
rage \
--decrypt \
example.png.age \
> example.png