Salesforce Orchestrator Commands

An overview of the Orchestrator commands available in the Salesforce CLI.

All commands support these global flags:

FlagTypeDescription
--jsonbooleanFormat output as json.
--flags-diroptionImport flag values from a directory.

All commands use the space-separated format in the current SF CLI:

App Commands

  • sf orchestrator app create
  • sf orchestrator app delete
  • sf orchestrator app display
  • sf orchestrator app list
  • sf orchestrator app update

Template Commands

  • sf orchestrator template create
  • sf orchestrator template delete
  • sf orchestrator template display
  • sf orchestrator template list
  • sf orchestrator template update

Note: The colon-separated format (e.g., orchestrator:app:create) is not supported in the current SF CLI.

  • Plugin Name: @salesforce/plugin-orchestrator
  • Plugin Type: core
  • Version: 1.0.0
  • State: preview (all commands)
  • ESM: true (all commands)
  • JSON Flag Support: true (all commands)