• Save the specified org details to the local SFDX configuration store.

    If the specified details contains a username that is already known to SFDX the details will be merged.

    Parameters

    • details: SalesforceAuthResult

      details to save

    • Optional options: {
          alias?: string | string[];
      }

      additional options

      • Optional alias?: string | string[]

    Returns Promise<void>