Skip to content

Commit dc7997d

Browse files
committed
chore(release): 3.0.7 [skip ci]
1 parent 5f94d1e commit dc7997d

File tree

4 files changed

+59
-40
lines changed

4 files changed

+59
-40
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.7](https://github.com/salesforcecli/plugin-org/compare/3.0.6...3.0.7) (2023-11-21)
2+
3+
### Bug Fixes
4+
5+
- edit messages for new source-tracking commands ([5f94d1e](https://github.com/salesforcecli/plugin-org/commit/5f94d1eaf88f441158c5c3718d0f24e0ca93e11d))
6+
17
## [3.0.6](https://github.com/salesforcecli/plugin-org/compare/3.0.5...3.0.6) (2023-11-21)
28

39
## [3.0.5](https://github.com/salesforcecli/plugin-org/compare/3.0.4...3.0.5) (2023-11-15)

README.md

Lines changed: 51 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
162162
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
163163
```
164164

165-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/clone.ts)_
165+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/force/org/clone.ts)_
166166

167167
## `sf force org create`
168168

@@ -210,7 +210,7 @@ EXAMPLES
210210
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
211211
```
212212

213-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/create.ts)_
213+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/force/org/create.ts)_
214214

215215
## `sf force org delete`
216216

@@ -242,7 +242,7 @@ EXAMPLES
242242
$ sf force org delete -u MyOrgAlias -p
243243
```
244244

245-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/delete.ts)_
245+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/force/org/delete.ts)_
246246

247247
## `sf force org status`
248248

@@ -280,7 +280,7 @@ EXAMPLES
280280
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
281281
```
282282

283-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/status.ts)_
283+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/force/org/status.ts)_
284284

285285
## `sf org create sandbox`
286286

@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
385385
sandbox.
386386
```
387387

388-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/create/sandbox.ts)_
388+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/create/sandbox.ts)_
389389

390390
## `sf org create scratch`
391391

@@ -538,7 +538,7 @@ FLAG DESCRIPTIONS
538538
Omit this flag to have Salesforce generate a unique username for your org.
539539
```
540540

541-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/create/scratch.ts)_
541+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/create/scratch.ts)_
542542

543543
## `sf org delete sandbox`
544544

@@ -582,7 +582,7 @@ EXAMPLES
582582
$ sf org delete sandbox --target-org my-sandbox --no-prompt
583583
```
584584

585-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/delete/sandbox.ts)_
585+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/delete/sandbox.ts)_
586586

587587
## `sf org delete scratch`
588588

@@ -624,11 +624,11 @@ EXAMPLES
624624
$ sf org delete scratch --target-org my-scratch-org --no-prompt
625625
```
626626

627-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/delete/scratch.ts)_
627+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/delete/scratch.ts)_
628628

629629
## `sf org disable tracking`
630630

631-
Disable source tracking in local auth file.
631+
Prevent Salesforce CLI from tracking changes in your source files between your project and an org.
632632

633633
```
634634
USAGE
@@ -641,21 +641,27 @@ GLOBAL FLAGS
641641
--json Format output as json.
642642
643643
DESCRIPTION
644-
Disable source tracking in local auth file.
644+
Prevent Salesforce CLI from tracking changes in your source files between your project and an org.
645645
646-
This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that no source
647-
tracking operations are executed when working with this org.
646+
Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically,
647+
Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are
648+
executed when working with the org.
648649
649650
EXAMPLES
650-
Disable tracking on an org using an alias
651-
- sf org disable tracking -o someAlias
652-
Disable tracking on an org using a username
653-
- sf org disable tracking -o [email protected]
654-
Disable tracking on your default org
655-
- sf org disable tracking
651+
Disable source tracking for an org with alias "myscratch":
652+
653+
$ sf org disable tracking --target-org myscratch
654+
655+
Disable source tracking for an org using a username:
656+
657+
$ sf org disable tracking --target-org [email protected]
658+
659+
Disable source tracking for your default org:
660+
661+
$ sf org disable tracking
656662
```
657663

658-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/disable/tracking.ts)_
664+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/disable/tracking.ts)_
659665

660666
## `sf org display`
661667

@@ -698,11 +704,11 @@ EXAMPLES
698704
$ sf org display --target-org TestOrg1 --verbose
699705
```
700706

701-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/display.ts)_
707+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/display.ts)_
702708

703709
## `sf org enable tracking`
704710

705-
Enable source tracking in local auth file.
711+
Allow Salesforce CLI to track changes in your source files between your project and an org.
706712

707713
```
708714
USAGE
@@ -715,23 +721,30 @@ GLOBAL FLAGS
715721
--json Format output as json.
716722
717723
DESCRIPTION
718-
Enable source tracking in local auth file.
724+
Allow Salesforce CLI to track changes in your source files between your project and an org.
719725
720-
This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that source
721-
tracking operations are executed when working with this org.
726+
Enabling source tracking has no direct effect on the org, it affects only your local environment. Specifically,
727+
Salesforce CLI stores the setting in the org's local configuration file so that source tracking operations are
728+
executed when working with the org.
722729
723-
This command will throw an error if the org does not support tracking.
730+
This command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking
731+
include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.
724732
725733
EXAMPLES
726-
Enable tracking on an org using an alias
727-
- sf org enable tracking -o someAlias
728-
Enable tracking on an org using a username
729-
- sf org enable tracking -o [email protected]
730-
Enable tracking on your default org
731-
- sf org enable tracking
734+
Enable source tracking for an org with alias "myscratch":
735+
736+
$ sf org enable tracking --target-org myscratch
737+
738+
Enable source tracking for an org using a username:
739+
740+
$ sf org enable tracking --target-org [email protected]
741+
742+
Enable source tracking for your default org:
743+
744+
$ sf org enable tracking
732745
```
733746

734-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/enable/tracking.ts)_
747+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/enable/tracking.ts)_
735748

736749
## `sf org list`
737750

@@ -769,7 +782,7 @@ EXAMPLES
769782
$ sf org list --clean
770783
```
771784

772-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list.ts)_
785+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/list.ts)_
773786

774787
## `sf org list metadata`
775788

@@ -833,7 +846,7 @@ FLAG DESCRIPTIONS
833846
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
834847
```
835848

836-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list/metadata.ts)_
849+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/list/metadata.ts)_
837850

838851
## `sf org list metadata-types`
839852

@@ -886,7 +899,7 @@ FLAG DESCRIPTIONS
886899
Override the api version used for api requests made by this command
887900
```
888901

889-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list/metadata-types.ts)_
902+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/list/metadata-types.ts)_
890903

891904
## `sf org open`
892905

@@ -951,7 +964,7 @@ EXAMPLES
951964
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
952965
```
953966

954-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/open.ts)_
967+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/open.ts)_
955968

956969
## `sf org resume sandbox`
957970

@@ -1013,7 +1026,7 @@ FLAG DESCRIPTIONS
10131026
returns the job ID. To resume checking the sandbox creation, rerun this command.
10141027
```
10151028

1016-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/resume/sandbox.ts)_
1029+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/resume/sandbox.ts)_
10171030

10181031
## `sf org resume scratch`
10191032

@@ -1059,6 +1072,6 @@ FLAG DESCRIPTIONS
10591072
The job ID is valid for 24 hours after you start the scratch org creation.
10601073
```
10611074

1062-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/resume/scratch.ts)_
1075+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.7/src/commands/org/resume/scratch.ts)_
10631076

10641077
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "3.0.6",
4+
"version": "3.0.7",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
962962
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
963963

964-
"@salesforce/cli-plugins-testkit@^5.0.4":
964+
"@salesforce/cli-plugins-testkit@^5.0.3":
965965
version "5.0.4"
966966
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.4.tgz#523c459f43822d7b24bff5117aeda7f77ed5e26c"
967967
integrity sha512-8pquViVBCd5sF6nBXgLgwymEBE6pSAS376R9qq7rxuV+PSFCC5bnzQaKm2ugY+s5vXKNcV6WcmBHNCQnGv+M7Q==

0 commit comments

Comments
 (0)