From 8f3a684d3e467f437ed6ea17dd9fe86cf03f6086 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Mon, 3 May 2021 16:38:32 -0700 Subject: [PATCH] fix: add note about using aliases for -u or -o --- messages/permset.assign.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/permset.assign.json b/messages/permset.assign.json index 6788e733..0d93f553 100644 --- a/messages/permset.assign.json +++ b/messages/permset.assign.json @@ -1,5 +1,5 @@ { - "description": "assign a permission set to one or more users of an org", + "description": "assign a permission set to one or more users of an org\nTo specify an alias for the -u or -o parameter, use the username alias you set with the \"alias:set\" CLI command, not the User.Alias value of the org user.", "examples": [ "sfdx force:user:permset:assign -n DreamHouse", "sfdx force:user:permset:assign -n DreamHouse -u me@my.org",