org disable tracking

Prevent Salesforce CLI from tracking changes in your source files between your project and an org.

Description for org disable tracking 

Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org’s local configuration file so that no source tracking operations are executed when working with the org.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Examples for org disable tracking 

Disable source tracking for an org with alias “myscratch”:

1sf org disable tracking --target-org myscratch

Disable source tracking for an org using a username:

1sf org disable tracking --target-org you@example.com

Disable source tracking for your default org:

1sf org disable tracking