@salesforce/plugin-signups 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
@@ -121,7 +121,7 @@ EXAMPLES
|
|
121
121
|
$ sf org create shape --target-org SourceOrg
|
122
122
|
```
|
123
123
|
|
124
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
124
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/create/shape.ts)_
|
125
125
|
|
126
126
|
## `sf org create snapshot`
|
127
127
|
|
@@ -174,7 +174,7 @@ FLAG DESCRIPTIONS
|
|
174
174
|
as a version control system tag or commit ID.
|
175
175
|
```
|
176
176
|
|
177
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
177
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/create/snapshot.ts)_
|
178
178
|
|
179
179
|
## `sf org delete shape`
|
180
180
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
212
212
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
213
213
|
```
|
214
214
|
|
215
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
215
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/delete/shape.ts)_
|
216
216
|
|
217
217
|
## `sf org delete snapshot`
|
218
218
|
|
@@ -254,7 +254,7 @@ FLAG DESCRIPTIONS
|
|
254
254
|
The IDs of scratch org snapshots start with 0Oo.
|
255
255
|
```
|
256
256
|
|
257
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
257
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/delete/snapshot.ts)_
|
258
258
|
|
259
259
|
## `sf org get snapshot`
|
260
260
|
|
@@ -299,7 +299,7 @@ FLAG DESCRIPTIONS
|
|
299
299
|
The IDs of scratch org snapshots start with 0Oo.
|
300
300
|
```
|
301
301
|
|
302
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
302
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/get/snapshot.ts)_
|
303
303
|
|
304
304
|
## `sf org list shape`
|
305
305
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
331
331
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
332
332
|
```
|
333
333
|
|
334
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
334
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/list/shape.ts)_
|
335
335
|
|
336
336
|
## `sf org list snapshot`
|
337
337
|
|
@@ -371,6 +371,6 @@ EXAMPLES
|
|
371
371
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
372
372
|
```
|
373
373
|
|
374
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
374
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.4/src/commands/org/list/snapshot.ts)_
|
375
375
|
|
376
376
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
@@ -938,10 +938,10 @@
|
|
938
938
|
semver "^7.5.4"
|
939
939
|
ts-retry-promise "^0.7.1"
|
940
940
|
|
941
|
-
"@salesforce/core@^6.1.0":
|
942
|
-
version "6.1.
|
943
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.
|
944
|
-
integrity sha512-
|
941
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
|
942
|
+
version "6.1.3"
|
943
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
|
944
|
+
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
|
945
945
|
dependencies:
|
946
946
|
"@salesforce/kit" "^3.0.15"
|
947
947
|
"@salesforce/schemas" "^1.6.1"
|
@@ -967,10 +967,10 @@
|
|
967
967
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
968
968
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
969
969
|
|
970
|
-
"@salesforce/dev-scripts@^7.1.
|
971
|
-
version "7.1.
|
972
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.
|
973
|
-
integrity sha512-
|
970
|
+
"@salesforce/dev-scripts@^7.1.1":
|
971
|
+
version "7.1.1"
|
972
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
973
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
974
974
|
dependencies:
|
975
975
|
"@commitlint/cli" "^17.1.2"
|
976
976
|
"@commitlint/config-conventional" "^17.1.0"
|
@@ -2134,10 +2134,10 @@ change-case@^4, change-case@^4.1.2:
|
|
2134
2134
|
snake-case "^3.0.4"
|
2135
2135
|
tslib "^2.0.3"
|
2136
2136
|
|
2137
|
-
change-case@^5.
|
2138
|
-
version "5.
|
2139
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.
|
2140
|
-
integrity sha512-
|
2137
|
+
change-case@^5.2.0:
|
2138
|
+
version "5.2.0"
|
2139
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.2.0.tgz#6054e5400194d1a19fd90e136c2007daba62668d"
|
2140
|
+
integrity sha512-L6VzznESnMIKKdKhVzCG+KPz4+x1FWbjOs1AdhoHStV3qo8aySMRGPUoqC0aL1ThKaQNGhAu6ZfHL/QAyQRuiw==
|
2141
2141
|
|
2142
2142
|
chardet@^0.7.0:
|
2143
2143
|
version "0.7.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.4",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^3.11.0",
|
9
|
-
"@salesforce/core": "^6.1.
|
9
|
+
"@salesforce/core": "^6.1.3",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.1",
|
12
12
|
"chalk": "^5.3.0",
|
13
|
-
"change-case": "^5.
|
13
|
+
"change-case": "^5.2.0"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
18
|
-
"@salesforce/dev-scripts": "^7.1.
|
18
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
@@ -246,7 +246,7 @@
|
|
246
246
|
"exports": "./lib/index.js",
|
247
247
|
"type": "module",
|
248
248
|
"sfdx": {
|
249
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
250
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
249
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.4.crt",
|
250
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.4.sig"
|
251
251
|
}
|
252
252
|
}
|