2.1.0 • Published 9 months ago

@not3/cli v2.1.0

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
9 months ago

not-th.re/cli

Please visit the main repository for more information.

NPM

npm i -g @not3/cli
not3 --help

Docker

docker run --rm -it -v "$(pwd):/data" ghcr.io/not-three/cli --help

# e.g. to encrypt a file
docker run --rm -it -v "$(pwd):/data" ghcr.io/not-three/cli encrypt -f secret.txt -o secret.txt.enc