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

Environment

Configure deployment environments

sfp server environment activate

Activate an environment

sfp server environment activate-by-sandbox

Activate all environments using a specific sandbox

sfp server environment compare

Compare artifacts (package versions) across environments to detect version drift

sfp server environment create

Create a new environment in the server

sfp server environment deactivate

Deactivate an environment

sfp server environment deactivate-by-sandbox

Deactivate all environments using a specific sandbox

sfp server environment delete

Delete an environment from the server

sfp server environment delete-by-sandbox

Delete all environments using a specific sandbox

sfp server environment find

Find environments by Salesforce username or sandbox name

See code: src/commands/server/environment/find.ts

sfp server environment get

Get detailed information about a specific environment, optionally retrieving SFDX auth URL with a lock ticket

See code: src/commands/server/environment/get.ts

sfp server environment list

List environments from the SFP server with optional filtering for CI/CD matrix jobs

See code: src/commands/server/environment/list.ts

sfp server environment lock

Lock an environment for exclusive access with optional wait functionality

See code: src/commands/server/environment/lock.ts

sfp server environment login

Authenticate to a Salesforce environment without acquiring an exclusive lock. For CI/CD pipelines requiring exclusive access, use 'sfp server environment lock' instead.

See code: src/commands/server/environment/login.ts

sfp server environment unlock

Unlock an environment using the ticket ID obtained from the lock command

sfp server environment update

Update an environment's properties

Last updated

Was this helpful?