Skip to content

Commit

Permalink
chore(release): 2.11.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 16, 2023
1 parent 271e69b commit 94eb7fa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.11.1](https://github.com/salesforcecli/plugin-org/compare/2.11.0...2.11.1) (2023-10-16)

### Bug Fixes

- don't use tooling api to get flow id ([e8f212c](https://github.com/salesforcecli/plugin-org/commit/e8f212c1759b83d9b44cbaf00a820ac75a74113d))

# [2.11.0](https://github.com/salesforcecli/plugin-org/compare/2.10.12...2.11.0) (2023-10-13)

### Features
Expand Down
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
```

_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/clone.ts)_
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/force/org/clone.ts)_

## `sf force:org:create`

Expand Down Expand Up @@ -208,7 +208,7 @@ EXAMPLES
$ sf force:org:create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
```

_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/create.ts)_
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/force/org/create.ts)_

## `sf force:org:delete`

Expand Down Expand Up @@ -240,7 +240,7 @@ EXAMPLES
$ sf force:org:delete -u MyOrgAlias -p
```

_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/delete.ts)_
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/force/org/delete.ts)_

## `sf force:org:status`

Expand Down Expand Up @@ -278,7 +278,7 @@ EXAMPLES
$ sf force:org:status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
```

_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/force/org/status.ts)_
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/force/org/status.ts)_

## `sf org:create:sandbox`

Expand Down Expand Up @@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
sandbox.
```

_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/sandbox.ts)_
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/create/sandbox.ts)_

## `sf org:create:scratch`

Expand Down Expand Up @@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
Omit this flag to have Salesforce generate a unique username for your org.
```

_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/create/scratch.ts)_
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/create/scratch.ts)_

## `sf org:delete:sandbox`

Expand Down Expand Up @@ -578,7 +578,7 @@ EXAMPLES
$ sf org:delete:sandbox --target-org my-sandbox --no-prompt
```

_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/sandbox.ts)_
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/delete/sandbox.ts)_

## `sf org:delete:scratch`

Expand Down Expand Up @@ -620,7 +620,7 @@ EXAMPLES
$ sf org:delete:scratch --target-org my-scratch-org --no-prompt
```

_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/delete/scratch.ts)_
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/delete/scratch.ts)_

## `sf org:display`

Expand Down Expand Up @@ -663,7 +663,7 @@ EXAMPLES
$ sf org:display --target-org TestOrg1 --verbose
```

_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/display.ts)_
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/display.ts)_

## `sf org:list`

Expand Down Expand Up @@ -701,7 +701,7 @@ EXAMPLES
$ sf org:list --clean
```

_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/list.ts)_

## `sf org:list:metadata`

Expand Down Expand Up @@ -765,7 +765,7 @@ FLAG DESCRIPTIONS
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
```

_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata.ts)_
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/list/metadata.ts)_

## `sf org:list:metadata-types`

Expand Down Expand Up @@ -818,7 +818,7 @@ FLAG DESCRIPTIONS
Override the api version used for api requests made by this command
```

_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/list/metadata-types.ts)_
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/list/metadata-types.ts)_

## `sf org:open`

Expand Down Expand Up @@ -883,7 +883,7 @@ EXAMPLES
$ sf org:open --source-path force-app/main/default/flows/Hello.flow-meta.xml
```

_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/open.ts)_
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/open.ts)_

## `sf org:resume:sandbox`

Expand Down Expand Up @@ -945,7 +945,7 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the sandbox creation, rerun this command.
```

_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/sandbox.ts)_
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/resume/sandbox.ts)_

## `sf org:resume:scratch`

Expand Down Expand Up @@ -991,6 +991,6 @@ FLAG DESCRIPTIONS
The job ID is valid for 24 hours after you start the scratch org creation.
```

_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.0/src/commands/org/resume/scratch.ts)_
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/2.11.1/src/commands/org/resume/scratch.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-org",
"description": "Commands to interact with Salesforce orgs",
"version": "2.11.0",
"version": "2.11.1",
"author": "Salesforce",
"main": "lib/index.js",
"bugs": "https://github.com/forcedotcom/cli/issues",
Expand Down

0 comments on commit 94eb7fa

Please sign in to comment.