Skip to content
Jannis Schreiber edited this page Dec 29, 2024 · 13 revisions

The jsc plugin brings commands that expand the standard functionality of the sf CLI and introduces. For the auto-generated command reference, visit the primary readme.

This wiki focusses on an in-depth explanation of the concepts and considerations.

Manifest Commands

An Org Manifest defines a desired state of packaged and unpackaged metadata for a target org. Read more about the concepts and configuration here: Org Manifests.

The manifest is designed around teams that embrace the product-delivery model. It works best if the team works with Unlocked Packages, which are developed independently and then rolled out to one or more target orgs asynchronously. Read more here: Decoupled Product Delivery Model with Org Manifests

Plan Commands

A migration plan can be used to migrate data between orgs, export data to JSON files, or import JSON files to an Org. The core concept of a plan is programming a series of queries, that are executed in sequence. Read more here: Migration Plans

⚠️ The plugin currently only supports data export.

Maintain Commands

Commands in this family help you keep your org tidy. Use them to search your org for "garbage" and dispose it. Read more here: Org Maintenance

Clone this wiki locally