From b945d27382eb780085033310e8bc6314ff226242 Mon Sep 17 00:00:00 2001 From: Juliet Shackell Date: Tue, 30 Jan 2024 10:35:09 -0800 Subject: [PATCH] fix: more info about automatic user authentication/hyperforce/jwt --- messages/create.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/messages/create.md b/messages/create.md index 40f162d3..8fc9c5ee 100644 --- a/messages/create.md +++ b/messages/create.md @@ -19,6 +19,8 @@ Use the --set-alias flag to assign a simple name to the user that you can refere When this command completes, it displays the new username and user ID. Run the "org display user" command to get more information about the new user. +After the new user has been created, Salesforce CLI automatically authenticates it to the scratch org so the new user can immediately start using the scratch org. The CLI uses the same authentication method that was used on the associated Dev Hub org. Due to Hyperforce limitations, the scratch org user creation fails if the Dev Hub authentication used the JWT flow and the scratch org is on Hyperforce. For this reason, if you plan to create scratch org users, authenticate to the Dev Hub org with either the "org login web" or "org login sfdx-url" command, and not "org login jwt". + For more information about user limits, defaults, and other considerations when creating a new scratch org user, see https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_users.htm. # examples