Function processPassword

  • Processes existing password Use this when password is necessary Order of operations are:

    1. Reads --password-file
    2. Reads PK_PASSWORD
    3. Prompts for password This may return an empty string

    Parameters

    • Optional passwordFile: string
    • fs: FileSystem = ...

    Returns Promise<string>

Generated using TypeDoc