dx-org-permission-set-assign

Assign Salesforce permission sets to org users with JSON output.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-org-permission-set-assign
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-org-permission-set-assign
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/dx-org-permission-set-assign
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-org-permission-set-assign

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of manually granting Salesforce permission sets by turning user access assignment into a repeatable CLI-driven workflow.

Core Features & Use Cases

  • Assign one or more permission sets to the default admin user or a targeted org.
  • Apply permission sets to specific users with on-behalf-of when access needs to be granted for individuals or teams.
  • Handle common permission provisioning cases with clear command patterns, JSON output, and predictable error reporting.

Quick Start

Use this skill to assign the specified permission sets to the right Salesforce users in the target org and return the JSON result.

Frequently Asked Questions about dx-org-permission-set-assign

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign Salesforce permission sets to users via the SF CLI?

Assign Salesforce permission sets by running a CLI command that targets the default admin or a specific org, applying one or more exact permission set names to designated users and returning a JSON result.

Can I grant Salesforce permission sets to specific users on behalf of someone else?

Yes, you can grant Salesforce permission sets to specific users by using an on-behalf-of flag, allowing you to provision access for individuals or teams within a targeted org.

What is the best way to automate user provisioning for Salesforce org users?

Automate Salesforce user provisioning by using this CLI-driven workflow to assign permission sets to targeted org users, ensuring repeatable execution with JSON output and predictable error reporting.

Does the Salesforce permission set assignment tool require exact permission set names?

Yes, assigning Salesforce permission sets requires exact permission set names to execute correctly, along with optional target-org or on-behalf-of flags to specify the recipients.

How are errors handled when assigning Salesforce permission sets through the CLI?

Errors during Salesforce permission set assignment are handled through predictable JSON output, providing deterministic execution and clear error reporting for common access provisioning workflows.

Can I assign multiple Salesforce permission sets to the default admin user at once?

Yes, you can assign one or more Salesforce permission sets to the default admin user simultaneously, streamlining common access provisioning cases within your target org.