You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have to run force:user:permset:assign -n force-app/main/default/permissionSets/somePermSet.permissionset-meta.xml when I want to assign a permset (pretty common task). I usually script this in an orgInit.sh file, but not everyone can/will.
Describe the solution you'd like
Right click on a permset's meta.xml file in the file explorer, and have an option to assign that permset (implicitly, to the admin user). Imagine in the screenshot below, that Assign PermSet is one of the options in that menu
Describe alternatives you've considered
You could also have a command palette command, where it surfaces a list of permsets in your source code and you have to pick one. That'd be equally fine.
This discussion was converted from issue #791 on February 24, 2024 01:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
I have to run
force:user:permset:assign -n force-app/main/default/permissionSets/somePermSet.permissionset-meta.xml
when I want to assign a permset (pretty common task). I usually script this in an orgInit.sh file, but not everyone can/will.Describe the solution you'd like
Right click on a permset's meta.xml file in the file explorer, and have an option to assign that permset (implicitly, to the admin user). Imagine in the screenshot below, that Assign PermSet is one of the options in that menu
Describe alternatives you've considered
You could also have a command palette command, where it surfaces a list of permsets in your source code and you have to pick one. That'd be equally fine.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions