Skip to content

Commit b907dde

Browse files
committed
chore(release): 3.3.15-dev.0 [skip ci]
1 parent 5633aea commit b907dde

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ FLAG DESCRIPTIONS
218218
sandbox.
219219
```
220220

221-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/create/sandbox.ts)_
221+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/create/sandbox.ts)_
222222

223223
## `sf org create scratch`
224224

@@ -371,7 +371,7 @@ FLAG DESCRIPTIONS
371371
Omit this flag to have Salesforce generate a unique username for your org.
372372
```
373373

374-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/create/scratch.ts)_
374+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/create/scratch.ts)_
375375

376376
## `sf org delete sandbox`
377377

@@ -415,7 +415,7 @@ EXAMPLES
415415
$ sf org delete sandbox --target-org my-sandbox --no-prompt
416416
```
417417

418-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/delete/sandbox.ts)_
418+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/delete/sandbox.ts)_
419419

420420
## `sf org delete scratch`
421421

@@ -457,7 +457,7 @@ EXAMPLES
457457
$ sf org delete scratch --target-org my-scratch-org --no-prompt
458458
```
459459

460-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/delete/scratch.ts)_
460+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/delete/scratch.ts)_
461461

462462
## `sf org disable tracking`
463463

@@ -495,7 +495,7 @@ EXAMPLES
495495
$ sf org disable tracking
496496
```
497497

498-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/disable/tracking.ts)_
498+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/disable/tracking.ts)_
499499

500500
## `sf org display`
501501

@@ -539,7 +539,7 @@ EXAMPLES
539539
$ sf org display --target-org TestOrg1 --verbose
540540
```
541541

542-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/display.ts)_
542+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/display.ts)_
543543

544544
## `sf org enable tracking`
545545

@@ -580,7 +580,7 @@ EXAMPLES
580580
$ sf org enable tracking
581581
```
582582

583-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/enable/tracking.ts)_
583+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/enable/tracking.ts)_
584584

585585
## `sf org list`
586586

@@ -618,7 +618,7 @@ EXAMPLES
618618
$ sf org list --clean
619619
```
620620

621-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list.ts)_
621+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/list.ts)_
622622

623623
## `sf org list metadata`
624624

@@ -683,7 +683,7 @@ FLAG DESCRIPTIONS
683683
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
684684
```
685685

686-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list/metadata.ts)_
686+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/list/metadata.ts)_
687687

688688
## `sf org list metadata-types`
689689

@@ -737,7 +737,7 @@ FLAG DESCRIPTIONS
737737
Override the api version used for api requests made by this command
738738
```
739739

740-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/list/metadata-types.ts)_
740+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/list/metadata-types.ts)_
741741

742742
## `sf org open`
743743

@@ -808,7 +808,7 @@ EXAMPLES
808808
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
809809
```
810810

811-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/open.ts)_
811+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/open.ts)_
812812

813813
## `sf org resume sandbox`
814814

@@ -870,7 +870,7 @@ FLAG DESCRIPTIONS
870870
returns the job ID. To resume checking the sandbox creation, rerun this command.
871871
```
872872

873-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/resume/sandbox.ts)_
873+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/resume/sandbox.ts)_
874874

875875
## `sf org resume scratch`
876876

@@ -916,6 +916,6 @@ FLAG DESCRIPTIONS
916916
The job ID is valid for 24 hours after you start the scratch org creation.
917917
```
918918

919-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.14/src/commands/org/resume/scratch.ts)_
919+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15-dev.0/src/commands/org/resume/scratch.ts)_
920920

921921
<!-- 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.3.14",
4+
"version": "3.3.15-dev.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)