Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ EXAMPLES
$ sf org auth show-access-token --target-org my-org --json
```

_See code: [src/commands/org/auth/show-access-token.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-access-token.ts)_
_See code: [src/commands/org/auth/show-access-token.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/auth/show-access-token.ts)_

## `sf org auth show-sfdx-auth-url`

Expand Down Expand Up @@ -205,7 +205,7 @@ EXAMPLES
$ sf org auth show-sfdx-auth-url --target-org my-org --json
```

_See code: [src/commands/org/auth/show-sfdx-auth-url.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-sfdx-auth-url.ts)_
_See code: [src/commands/org/auth/show-sfdx-auth-url.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/auth/show-sfdx-auth-url.ts)_

## `sf org auth show-user-password`

Expand Down Expand Up @@ -252,7 +252,7 @@ EXAMPLES
$ sf org auth show-user-password --target-org my-org --json
```

_See code: [src/commands/org/auth/show-user-password.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/auth/show-user-password.ts)_
_See code: [src/commands/org/auth/show-user-password.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/auth/show-user-password.ts)_

## `sf org create agent-user`

Expand Down Expand Up @@ -330,7 +330,7 @@ FLAG DESCRIPTIONS
"agent.user.<GUID>@your-org-domain.com".
```

_See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/create/agent-user.ts)_
_See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/create/agent-user.ts)_

## `sf org create sandbox`

Expand Down Expand Up @@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
```

_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/create/sandbox.ts)_
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/create/sandbox.ts)_

## `sf org create scratch`

Expand Down Expand Up @@ -646,7 +646,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/5.11.22/src/commands/org/create/scratch.ts)_
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/create/scratch.ts)_

## `sf org delete sandbox`

Expand Down Expand Up @@ -692,7 +692,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/5.11.22/src/commands/org/delete/sandbox.ts)_
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/delete/sandbox.ts)_

## `sf org delete scratch`

Expand Down Expand Up @@ -736,7 +736,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/5.11.22/src/commands/org/delete/scratch.ts)_
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/delete/scratch.ts)_

## `sf org disable tracking`

Expand Down Expand Up @@ -775,7 +775,7 @@ EXAMPLES
$ sf org disable tracking
```

_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/disable/tracking.ts)_
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/disable/tracking.ts)_

## `sf org display`

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

_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/display.ts)_
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/display.ts)_

## `sf org enable tracking`

Expand Down Expand Up @@ -862,7 +862,7 @@ EXAMPLES
$ sf org enable tracking
```

_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/enable/tracking.ts)_
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/enable/tracking.ts)_

## `sf org list`

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

_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/list.ts)_

## `sf org list metadata`

Expand Down Expand Up @@ -968,7 +968,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/5.11.22/src/commands/org/list/metadata.ts)_
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/list/metadata.ts)_

## `sf org list metadata-types`

Expand Down Expand Up @@ -1023,7 +1023,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/5.11.22/src/commands/org/list/metadata-types.ts)_
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/list/metadata-types.ts)_

## `sf org open`

Expand Down Expand Up @@ -1099,7 +1099,7 @@ EXAMPLES
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
```

_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open.ts)_
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/open.ts)_

## `sf org open agent`

Expand Down Expand Up @@ -1163,7 +1163,7 @@ EXAMPLES
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
```

_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/agent.ts)_
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/open/agent.ts)_

## `sf org open authoring-bundle`

Expand Down Expand Up @@ -1209,7 +1209,7 @@ EXAMPLES
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
```

_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/open/authoring-bundle.ts)_
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/open/authoring-bundle.ts)_

## `sf org refresh sandbox`

Expand Down Expand Up @@ -1312,7 +1312,7 @@ FLAG DESCRIPTIONS
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
```

_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/refresh/sandbox.ts)_
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/refresh/sandbox.ts)_

## `sf org resume sandbox`

Expand Down Expand Up @@ -1375,7 +1375,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/5.11.22/src/commands/org/resume/sandbox.ts)_
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/resume/sandbox.ts)_

## `sf org resume scratch`

Expand Down Expand Up @@ -1428,6 +1428,6 @@ FLAG DESCRIPTIONS
returns the job ID. To resume checking the scratch creation, rerun this command.
```

_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.22/src/commands/org/resume/scratch.ts)_
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.11.23-eca.2/src/commands/org/resume/scratch.ts)_

<!-- commandsstop -->
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@salesforce/plugin-org",
"description": "Commands to interact with Salesforce orgs",
"version": "5.11.22",
"version": "5.11.23-eca.2",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"enableO11y": true,
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
"dependencies": {
"@oclif/core": "^4.11.14",
"@oclif/multi-stage-output": "^0.8.44",
"@salesforce/core": "^8.32.4",
"@salesforce/core": "8.32.6-eca.2",
"@salesforce/kit": "^3.2.4",
"@salesforce/sf-plugins-core": "^12.2.26",
"@salesforce/source-deploy-retrieve": "^12.37.2",
Expand All @@ -20,6 +20,9 @@
"open": "^10.2.0",
"terminal-link": "^3.0.0"
},
"resolutions": {
"@salesforce/core": "8.32.6-eca.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.3.31",
"@salesforce/cli-plugins-testkit": "^5.3.62",
Expand Down
Loading
Loading