Archived
1
0

feat: update cli and test for hashed-password

This commit is contained in:
Joe Previte
2021-06-02 14:18:54 -07:00
parent 788b958e20
commit ffa5c16e51
3 changed files with 16 additions and 5 deletions

View File

@ -114,7 +114,7 @@ const options: Options<Required<Args>> = {
"hashed-password": {
type: "string",
description:
"The password hashed with SHA-256 for password authentication (can only be passed in via $HASHED_PASSWORD or the config file). \n" +
"The password hashed with argon2 for password authentication (can only be passed in via $HASHED_PASSWORD or the config file). \n" +
"Takes precedence over 'password'.",
},
cert: {