@salesforce/plugin-org 2.9.2 → 2.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,7 @@ You must specify a Dev Hub to create a scratch org, either with the --target-dev
|
|
|
24
24
|
|
|
25
25
|
- Create a Developer edition scratch org using your default Dev Hub and give the scratch org an alias:
|
|
26
26
|
|
|
27
|
-
<%= config.bin %> <%= command.id %> --edition
|
|
27
|
+
<%= config.bin %> <%= command.id %> --edition developer --alias my-scratch-org
|
|
28
28
|
|
|
29
29
|
- Create a scratch org with a definition file. Specify the Dev Hub using its alias, set the scratch org as your default, and specify that it expires in 3 days:
|
|
30
30
|
|
|
@@ -32,7 +32,7 @@ You must specify a Dev Hub to create a scratch org, either with the --target-dev
|
|
|
32
32
|
|
|
33
33
|
- Create a preview Enterprise edition scratch org; for use only during Salesforce release transition periods:
|
|
34
34
|
|
|
35
|
-
<%= config.bin %> <%= command.id %> --edition
|
|
35
|
+
<%= config.bin %> <%= command.id %> --edition enterprise --alias my-scratch-org --target-dev-hub MyHub --release preview
|
|
36
36
|
|
|
37
37
|
# flags.target-hub.summary
|
|
38
38
|
|
|
@@ -11,15 +11,15 @@ Specify a sandbox with either the username you used when you logged into it, or
|
|
|
11
11
|
|
|
12
12
|
- Delete a sandbox with alias my-sandbox:
|
|
13
13
|
|
|
14
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
14
|
+
<%= config.bin %> <%= command.id %> --target-org my-sandbox
|
|
15
15
|
|
|
16
16
|
- Specify a username instead of an alias:
|
|
17
17
|
|
|
18
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
18
|
+
<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa
|
|
19
19
|
|
|
20
20
|
- Delete the sandbox without prompting to confirm :
|
|
21
21
|
|
|
22
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
22
|
+
<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt
|
|
23
23
|
|
|
24
24
|
# flags.target-org.summary
|
|
25
25
|
|
|
@@ -11,15 +11,15 @@ Specify a scratch org with either the username or the alias you gave the scratch
|
|
|
11
11
|
|
|
12
12
|
- Delete a scratch org with alias my-scratch-org:
|
|
13
13
|
|
|
14
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
14
|
+
<%= config.bin %> <%= command.id %> --target-org my-scratch-org
|
|
15
15
|
|
|
16
16
|
- Specify a username instead of an alias:
|
|
17
17
|
|
|
18
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
18
|
+
<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com
|
|
19
19
|
|
|
20
20
|
- Delete the scratch org without prompting to confirm :
|
|
21
21
|
|
|
22
|
-
<%= config.bin %> <%= command.id %> --target-org
|
|
22
|
+
<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt
|
|
23
23
|
|
|
24
24
|
# flags.target-org.summary
|
|
25
25
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.9.
|
|
2
|
+
"version": "2.9.4",
|
|
3
3
|
"commands": {
|
|
4
4
|
"org:display": {
|
|
5
5
|
"id": "org:display",
|
|
@@ -884,9 +884,9 @@
|
|
|
884
884
|
"env:create:scratch"
|
|
885
885
|
],
|
|
886
886
|
"examples": [
|
|
887
|
-
"Create a Developer edition scratch org using your default Dev Hub and give the scratch org an alias:\n<%= config.bin %> <%= command.id %> --edition
|
|
887
|
+
"Create a Developer edition scratch org using your default Dev Hub and give the scratch org an alias:\n<%= config.bin %> <%= command.id %> --edition developer --alias my-scratch-org",
|
|
888
888
|
"Create a scratch org with a definition file. Specify the Dev Hub using its alias, set the scratch org as your default, and specify that it expires in 3 days:\n<%= config.bin %> <%= command.id %> --target-dev-hub MyHub --definition-file config/project-scratch-def.json --set-default --duration-days 3",
|
|
889
|
-
"Create a preview Enterprise edition scratch org; for use only during Salesforce release transition periods:\n<%= config.bin %> <%= command.id %> --edition
|
|
889
|
+
"Create a preview Enterprise edition scratch org; for use only during Salesforce release transition periods:\n<%= config.bin %> <%= command.id %> --edition enterprise --alias my-scratch-org --target-dev-hub MyHub --release preview"
|
|
890
890
|
],
|
|
891
891
|
"deprecateAliases": true,
|
|
892
892
|
"flags": {
|
|
@@ -1102,9 +1102,9 @@
|
|
|
1102
1102
|
"env:delete:sandbox"
|
|
1103
1103
|
],
|
|
1104
1104
|
"examples": [
|
|
1105
|
-
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org
|
|
1106
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org
|
|
1107
|
-
"Delete the sandbox without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org
|
|
1105
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
1106
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
1107
|
+
"Delete the sandbox without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
1108
1108
|
],
|
|
1109
1109
|
"deprecateAliases": true,
|
|
1110
1110
|
"flags": {
|
|
@@ -1153,9 +1153,9 @@
|
|
|
1153
1153
|
"env:delete:scratch"
|
|
1154
1154
|
],
|
|
1155
1155
|
"examples": [
|
|
1156
|
-
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org
|
|
1157
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org
|
|
1158
|
-
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org
|
|
1156
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
1157
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
1158
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1159
1159
|
],
|
|
1160
1160
|
"deprecateAliases": true,
|
|
1161
1161
|
"flags": {
|
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^2.8.
|
|
10
|
-
"@salesforce/core": "^
|
|
11
|
-
"@salesforce/kit": "^
|
|
12
|
-
"@salesforce/sf-plugins-core": "^
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^8.
|
|
9
|
+
"@oclif/core": "^2.8.2",
|
|
10
|
+
"@salesforce/core": "^4.0.1",
|
|
11
|
+
"@salesforce/kit": "^3.0.2",
|
|
12
|
+
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^8.6.0",
|
|
14
14
|
"open": "^8.4.2",
|
|
15
15
|
"tslib": "^2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^3.3.15",
|
|
19
19
|
"@salesforce/cli-plugins-testkit": "^3.3.6",
|
|
20
|
-
"@salesforce/dev-config": "^
|
|
21
|
-
"@salesforce/dev-scripts": "^
|
|
20
|
+
"@salesforce/dev-config": "^4.0.1",
|
|
21
|
+
"@salesforce/dev-scripts": "^5.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^2.4.4",
|
|
23
23
|
"@salesforce/plugin-source": "^2.10.10",
|
|
24
|
-
"@salesforce/prettier-config": "^0.0.
|
|
24
|
+
"@salesforce/prettier-config": "^0.0.3",
|
|
25
25
|
"@salesforce/ts-sinon": "1.4.6",
|
|
26
26
|
"@swc/core": "1.3.39",
|
|
27
27
|
"@types/shelljs": "^0.8.12",
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
29
29
|
"@typescript-eslint/parser": "^5.59.2",
|
|
30
30
|
"chai": "^4.3.7",
|
|
31
|
-
"eslint": "^8.
|
|
31
|
+
"eslint": "^8.41.0",
|
|
32
32
|
"eslint-config-prettier": "^8.8.0",
|
|
33
|
-
"eslint-config-salesforce": "^
|
|
33
|
+
"eslint-config-salesforce": "^2.0.1",
|
|
34
34
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
35
35
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
36
36
|
"eslint-plugin-header": "^3.0.0",
|
|
37
37
|
"eslint-plugin-import": "2.27.5",
|
|
38
|
-
"eslint-plugin-jsdoc": "^
|
|
39
|
-
"eslint-plugin-sf-plugin": "^1.15.
|
|
38
|
+
"eslint-plugin-jsdoc": "^43.0.5",
|
|
39
|
+
"eslint-plugin-sf-plugin": "^1.15.5",
|
|
40
40
|
"husky": "^7.0.4",
|
|
41
41
|
"mocha": "^10.2.0",
|
|
42
42
|
"moment": "^2.29.1",
|
|
43
43
|
"nyc": "^15.1.0",
|
|
44
|
-
"oclif": "^3.
|
|
45
|
-
"prettier": "^2.8.
|
|
44
|
+
"oclif": "^3.9.0",
|
|
45
|
+
"prettier": "^2.8.8",
|
|
46
46
|
"pretty-quick": "^3.1.0",
|
|
47
47
|
"shelljs": "^0.8.5",
|
|
48
48
|
"shx": "0.3.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"wireit": "^0.9.5"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
|
-
"node": ">=
|
|
55
|
+
"node": ">=16.0.0"
|
|
56
56
|
},
|
|
57
57
|
"files": [
|
|
58
58
|
"/lib",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"sfdx": {
|
|
238
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.
|
|
239
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.
|
|
238
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.4.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.4.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|