Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 391 Bytes

File metadata and controls

22 lines (15 loc) · 391 Bytes

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