For the complete documentation index, see llms.txt. This page is also available as Markdown.

Org

Authenticate, open, and operate on Salesforce orgs

sfp org artifacts query

Fetch details about artifacts installed in a target org

See code: src/commands/org/artifacts/query.ts

sfp org dependency expand

Expand the dependency list in sfdx-project.json file for each package, fix the gap of dependencies from its dependent packages

See code: src/commands/org/dependency/expand.ts

sfp org dependency explain

Lists the resolved dependencies for packages in the project

See code: src/commands/org/dependency/explain.ts

sfp org dependency install

Install all the external dependencies of a given project

See code: src/commands/org/dependency/install.ts

sfp org dependency shrink

Shrink the dependency list in sfdx-project.json file for each package, remove duplicate dependencies that already exist in its dependent packages

See code: src/commands/org/dependency/shrink.ts

sfp org dev create

Provision a developer with a new admin user in the target org

See code: src/commands/org/dev/create.ts

sfp org dev grant

Grant a developer a specific access level in an environment

See code: src/commands/org/dev/grant.ts

sfp org flow activate

Activate the flow on a target org

See code: src/commands/org/flow/activate.ts

sfp org flow cleanup

Cleanup inactive flows on a target org

See code: src/commands/org/flow/cleanup.ts

sfp org flow deactivate

Deactivate the flow on a target org

See code: src/commands/org/flow/deactivate.ts

sfp org list

List all Salesforce orgs available locally and optionally from server

See code: src/commands/org/list.ts

sfp org login

Authenticate to an org using auth url either from a file or from sfp server,

See code: src/commands/org/login.ts

sfp org open

Open your default scratch org, or another specified org, in a browser.

See code: src/commands/org/open.ts

sfp org profile merge

Merge changes made in the profile directly in the org to the profile files in the local project

See code: src/commands/org/profile/merge.ts

sfp org profile reconcile

Reconcile profiles in the local directory only with the attributes that are available in the target org

See code: src/commands/org/profile/reconcile.ts

sfp org profile retrieve

Retrieve profiles from the salesforce org with all its associated permissions. Common use case for this command is to migrate profile changes from a integration environment to other higher environments [overcomes SFDX CLI Profile retrieve issue where it doesnt fetch the full profile unless the entire metadata is present in source], or retrieving profiles from production to lower environments for testing.

See code: src/commands/org/profile/retrieve.ts

sfp org retrieve by-name

Retrieve metadata from a Salesforce org by type and name.

See code: src/commands/org/retrieve/by-name.ts

sfp org retrieve metadata

Discover and retrieve all metadata from a Salesforce org. Describes types, lists components, then retrieves source files in bulk.

See code: src/commands/org/retrieve/metadata.ts

sfp org user deactivate

Deactivate users for an org.

See code: src/commands/org/user/deactivate.ts

sfp org user freeze

Freeze users for an org.

See code: src/commands/org/user/freeze.ts

sfp org user unfreeze

Unfreeze users for an org.

See code: src/commands/org/user/unfreeze.ts

Last updated

Was this helpful?