v0.1.2
What's new
-
Security — password prompt.
dodo admin user createanddodo admin user reset-passwordno longer take a--passwordflag; passing a password on the command line left it in shell history and exposed it inps/argv. They now prompt for the password with no echo (and confirm it oncreate). For automation, pipe a single line to stdin:printf 'secret\n' | dodo admin user create --email you@example.com
-
CI — Node 24 runtimes. Every GitHub Action was bumped to its Node 24 major (
checkout,setup-node,upload-artifact,mise-action,docker/*,build-push,goreleaser), clearing the Node 20 deprecation warnings.
Full changelog: v0.1.1...v0.1.2