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.tsarrow-up-right

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.tsarrow-up-right

sfp org dependency explain

Lists the resolved dependencies for packages in the project

See code: src/commands/org/dependency/explain.tsarrow-up-right

sfp org dependency install

Install all the external dependencies of a given project

See code: src/commands/org/dependency/install.tsarrow-up-right

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.tsarrow-up-right

sfp org dev create

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

See code: src/commands/org/dev/create.tsarrow-up-right

sfp org dev grant

Grant a developer a specific access level in an environment

See code: src/commands/org/dev/grant.tsarrow-up-right

sfp org flow activate

Activate the flow on a target org

See code: src/commands/org/flow/activate.tsarrow-up-right

sfp org flow cleanup

Cleanup inactive flows on a target org

See code: src/commands/org/flow/cleanup.tsarrow-up-right

sfp org flow deactivate

Deactivate the flow on a target org

See code: src/commands/org/flow/deactivate.tsarrow-up-right

sfp org list

List all Salesforce orgs available locally and optionally from server

See code: src/commands/org/list.tsarrow-up-right

sfp org login

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

See code: src/commands/org/login.tsarrow-up-right

sfp org open

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

See code: src/commands/org/open.tsarrow-up-right

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.tsarrow-up-right

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.tsarrow-up-right

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.tsarrow-up-right

sfp org retrieve by-name

Retrieve metadata from a Salesforce org by type and name.

See code: src/commands/org/retrieve/by-name.tsarrow-up-right

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.tsarrow-up-right

sfp org user deactivate

Deactivate users for an org.

See code: src/commands/org/user/deactivate.tsarrow-up-right

sfp org user freeze

Freeze users for an org.

See code: src/commands/org/user/freeze.tsarrow-up-right

sfp org user unfreeze

Unfreeze users for an org.

See code: src/commands/org/user/unfreeze.tsarrow-up-right

Last updated

Was this helpful?