spin mkpasswd
Generate a password hash using the mkpasswd utility.
Usage
Usage for "spin mkpasswd"
spin mkpasswd [OPTIONS]
Official Documentation & Additional Options
This command is a shortcut for running mkpasswd
with Docker. This is helpful for generating temporary password hashes when configuring your .spin.yml
file.
Examples
Generate a password hash
spin mkpasswd mypassword
You can also use "interactive mode" by being prompted to enter a password. This is helpful if you don't want to expose the password in your terminal history.
Generate a password hash interactively
spin mkpasswd