Skip to content

Commit 71e1f4a

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.1 [ci skip]
1 parent f4b53cb commit 71e1f4a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/salesforcecli/plugin-org/compare/v2.0.0...v2.0.1) (2022-06-28)
6+
7+
### Bug Fixes
8+
9+
- improve example ([d8d1a9d](https://github.com/salesforcecli/plugin-org/commit/d8d1a9d5b9dc8a823146f2b9cf742af8790602a1))
10+
511
## [2.0.0](https://github.com/salesforcecli/plugin-org/compare/v1.13.2...v2.0.0) (2022-06-27)
612

713
### Features

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,16 @@ DESCRIPTION
174174
175175
There are two ways to clone a sandbox: either specify a sandbox definition file or provide key=value pairs at the
176176
command line. Key-value pairs at the command-line override their equivalent sandbox definition file values. In either
177-
case, you must specify both the "SandboxName" and "SourceSandboxName" options.
177+
case, you must specify both the "SandboxName" and "SourceSandboxName" options to set the names of the new sandbox and
178+
the one being cloned, respectively.
178179
179180
Set the --targetusername (-u) parameter to a production org with sandbox licenses. The --type (-t) parameter is
180181
required and must be set to "sandbox".
181182
182183
EXAMPLES
183184
$ sfdx force:org:clone -t sandbox -f config/dev-sandbox-def.json -u prodOrg -a MyDevSandbox
184185
185-
$ sfdx force:org:clone -t sandbox SandboxName=DevSbx1 SourceSandboxName=Sbx2Clone -u prodOrg -a MyDevSandbox
186+
$ sfdx force:org:clone -t sandbox SandboxName=NewClonedSandbox SourceSandboxName=ExistingSandbox -u prodOrg -a MyDevSandbox
186187
```
187188

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

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": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",

0 commit comments

Comments
 (0)