• Resolves the username for an SFDX alias, if the specified alias cannot be mapped back to a valid Salesforce username returns undefined.

    Parameters

    • alias: string

      SFDX Alias to resolve to a Salesforce username

    Returns Promise<string | undefined>