VaultCLI Generate-Password Command

Use the vaultCLI gen-passwd command to impose requirements on passwords created for secrets vaults.

Syntax

vaultcli gen-passwd [options]

Option Description

-h or --help

Displays usage text.

-l, --length int

The length of the password.

The minimum is 9.

-n, --nums int

Minimum number of digits in the password.

-s, --symbols int

Minimum number of special characters in the password.

-u, --upper int

Minimum number of upper case characters in the password.

-w, --lower int

Minimum number of lower case characters in the password.