@salesforce/plugin-org 4.8.1 → 5.0.0
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.
- package/README.md +19 -19
- package/lib/shared/flags.js +2 -2
- package/lib/shared/flags.js.map +1 -1
- package/messages/delete_sandbox.md +4 -0
- package/messages/delete_scratch.md +4 -0
- package/oclif.manifest.json +64 -373
- package/package.json +4 -13
- package/lib/commands/force/org/create.d.ts +0 -76
- package/lib/commands/force/org/create.js +0 -241
- package/lib/commands/force/org/create.js.map +0 -1
- package/lib/commands/force/org/delete.d.ts +0 -23
- package/lib/commands/force/org/delete.js +0 -88
- package/lib/commands/force/org/delete.js.map +0 -1
- package/messages/create.md +0 -117
- package/messages/delete.md +0 -60
package/messages/delete.md
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# summary
|
|
2
|
-
|
|
3
|
-
Delete a scratch or sandbox org.
|
|
4
|
-
|
|
5
|
-
# deprecation
|
|
6
|
-
|
|
7
|
-
The force:org:delete command is deprecated and will be removed on November 6, 2024. Use "org delete scratch" or "org delete sandbox" instead.
|
|
8
|
-
|
|
9
|
-
# description
|
|
10
|
-
|
|
11
|
-
Salesforce CLI marks the org for deletion in either the Dev Hub org (for scratch orgs) or production org (for sandboxes) and then deletes all local references to the org from your computer.
|
|
12
|
-
|
|
13
|
-
To mark the org for deletion without being prompted to confirm, specify --noprompt.
|
|
14
|
-
|
|
15
|
-
# examples
|
|
16
|
-
|
|
17
|
-
- $ <%= config.bin %> <%= command.id %> -u me@my.org
|
|
18
|
-
|
|
19
|
-
- $ <%= config.bin %> <%= command.id %> -u MyOrgAlias -p
|
|
20
|
-
|
|
21
|
-
# flags.no-prompt.summary
|
|
22
|
-
|
|
23
|
-
No prompt to confirm deletion.
|
|
24
|
-
|
|
25
|
-
# missingUsername
|
|
26
|
-
|
|
27
|
-
Unable to determine the username of the org to delete. Specify the username with the --target-org | -o flag.
|
|
28
|
-
|
|
29
|
-
# flags.target-org.summary
|
|
30
|
-
|
|
31
|
-
Username or alias of the target org.
|
|
32
|
-
|
|
33
|
-
# flags.targetdevhubusername.summary
|
|
34
|
-
|
|
35
|
-
The targetdevhubusername flag exists only for backwards compatibility. It is not necessary and has no effect.
|
|
36
|
-
|
|
37
|
-
# confirmDelete
|
|
38
|
-
|
|
39
|
-
Enqueue %s org with name: %s for deletion? Are you sure (y/n)?
|
|
40
|
-
|
|
41
|
-
# sandboxConfigOnlySuccess
|
|
42
|
-
|
|
43
|
-
Successfully deleted sandbox org %s.
|
|
44
|
-
|
|
45
|
-
# ScratchOrgNotFound
|
|
46
|
-
|
|
47
|
-
Attempting to delete an expired or deleted org
|
|
48
|
-
|
|
49
|
-
# deleteOrgConfigOnlyCommandSuccess
|
|
50
|
-
|
|
51
|
-
Successfully deleted scratch org %s.'
|
|
52
|
-
|
|
53
|
-
# deleteOrgCommandSuccess
|
|
54
|
-
|
|
55
|
-
Successfully marked scratch org %s for deletion
|
|
56
|
-
|
|
57
|
-
# commandSandboxSuccess
|
|
58
|
-
|
|
59
|
-
The sandbox org %s has been successfully removed from your list of CLI authorized orgs. If you created the sandbox with
|
|
60
|
-
one of the force:org commands, it has also been marked for deletion.
|