@salesforce/plugin-signups 1.2.16 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/lib/commands/org/create/shape.d.ts +19 -0
  2. package/lib/commands/org/create/shape.js +63 -0
  3. package/lib/commands/org/create/shape.js.map +1 -0
  4. package/lib/commands/org/create/snapshot.d.ts +18 -0
  5. package/lib/commands/org/create/snapshot.js +79 -0
  6. package/lib/commands/org/create/snapshot.js.map +1 -0
  7. package/lib/commands/org/delete/shape.d.ts +34 -0
  8. package/lib/commands/org/delete/shape.js +126 -0
  9. package/lib/commands/org/delete/shape.js.map +1 -0
  10. package/lib/commands/org/delete/snapshot.d.ts +16 -0
  11. package/lib/commands/org/delete/snapshot.js +52 -0
  12. package/lib/commands/org/delete/snapshot.js.map +1 -0
  13. package/lib/commands/org/get/snapshot.d.ts +16 -0
  14. package/lib/commands/org/get/snapshot.js +42 -0
  15. package/lib/commands/org/get/snapshot.js.map +1 -0
  16. package/lib/commands/org/list/shape.d.ts +15 -0
  17. package/lib/commands/org/list/shape.js +64 -0
  18. package/lib/commands/org/list/shape.js.map +1 -0
  19. package/lib/commands/org/list/snapshot.d.ts +15 -0
  20. package/lib/commands/org/list/snapshot.js +36 -0
  21. package/lib/commands/org/list/snapshot.js.map +1 -0
  22. package/lib/shared/orgShapeListUtils.d.ts +2 -2
  23. package/lib/shared/orgShapeListUtils.js +1 -1
  24. package/lib/shared/orgShapeListUtils.js.map +1 -1
  25. package/lib/shared/snapshot.d.ts +2 -2
  26. package/lib/shared/snapshot.js +4 -5
  27. package/lib/shared/snapshot.js.map +1 -1
  28. package/messages/shape.create.md +33 -0
  29. package/messages/shape.delete.md +37 -0
  30. package/messages/shape.list.md +29 -0
  31. package/messages/snapshot.create.md +37 -0
  32. package/messages/snapshot.delete.md +29 -0
  33. package/messages/snapshot.get.md +27 -0
  34. package/messages/snapshot.list.md +19 -0
  35. package/messages/snapshot.md +7 -0
  36. package/oclif.manifest.json +1 -1
  37. package/package.json +27 -31
  38. package/lib/commands/force/org/shape/create.d.ts +0 -14
  39. package/lib/commands/force/org/shape/create.js +0 -68
  40. package/lib/commands/force/org/shape/create.js.map +0 -1
  41. package/lib/commands/force/org/shape/delete.d.ts +0 -27
  42. package/lib/commands/force/org/shape/delete.js +0 -122
  43. package/lib/commands/force/org/shape/delete.js.map +0 -1
  44. package/lib/commands/force/org/shape/list.d.ts +0 -9
  45. package/lib/commands/force/org/shape/list.js +0 -63
  46. package/lib/commands/force/org/shape/list.js.map +0 -1
  47. package/lib/commands/force/org/snapshot/create.d.ts +0 -9
  48. package/lib/commands/force/org/snapshot/create.js +0 -64
  49. package/lib/commands/force/org/snapshot/create.js.map +0 -1
  50. package/lib/commands/force/org/snapshot/delete.d.ts +0 -9
  51. package/lib/commands/force/org/snapshot/delete.js +0 -47
  52. package/lib/commands/force/org/snapshot/delete.js.map +0 -1
  53. package/lib/commands/force/org/snapshot/get.d.ts +0 -9
  54. package/lib/commands/force/org/snapshot/get.js +0 -37
  55. package/lib/commands/force/org/snapshot/get.js.map +0 -1
  56. package/lib/commands/force/org/snapshot/list.d.ts +0 -8
  57. package/lib/commands/force/org/snapshot/list.js +0 -29
  58. package/lib/commands/force/org/snapshot/list.js.map +0 -1
  59. package/messages/shape.create.json +0 -16
  60. package/messages/shape.delete.json +0 -25
  61. package/messages/shape.list.json +0 -13
  62. package/messages/snapshot.create.json +0 -19
  63. package/messages/snapshot.delete.json +0 -16
  64. package/messages/snapshot.get.json +0 -15
  65. package/messages/snapshot.json +0 -4
  66. package/messages/snapshot.list.json +0 -9
@@ -1,16 +0,0 @@
1
- {
2
- "description": "delete a scratch org snapshot\nDev Hub admins can delete any snapshot, while users can delete only theirs unless a Dev Hub admin gives the user Modify All permissions.",
3
- "examples": [
4
- "Delete a snapshot from the default Dev Hub using the snapshot ID:",
5
- "$ sfdx force:org:snapshot:delete --snapshot 0Oo...",
6
- "Delete a snapshot from the specified Dev Hub using the snapshot name:",
7
- "$ sfdx force:org:snapshot:delete -s BaseSnapshot -v SnapshotDevHub"
8
- ],
9
- "flags": {
10
- "snapshot": "name or ID of snapshot to delete"
11
- },
12
- "flagsLong": {
13
- "snapshot": "The name or ID (starts with 0Oo) of the snapshot to delete."
14
- },
15
- "success": "Successfully deleted snapshot %s."
16
- }
@@ -1,15 +0,0 @@
1
- {
2
- "description": "get details about a scratch org snapshot\nSnapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. Once the status changes to Active, you can use the snapshot to create scratch orgs. \n\nTo create a snapshot, use the \"sfdx force:org:snapshot:create\" command. To retrieve a list of all snapshots, use \"sfdx force:org:snapshot:list\".",
3
- "examples": [
4
- "Get snapshot details using its ID:",
5
- "$ sfdx force:org:snapshot:get --snapshot 0Oo...",
6
- "Get snapshot details using its name:",
7
- "$ sfdx force:org:snapshot:get -s Dependencies"
8
- ],
9
- "flags": {
10
- "snapshot": "name or ID of snapshot to retrieve"
11
- },
12
- "flagsLong": {
13
- "snapshot": "The name or ID (starts with 0Oo) of the snapshot to retrieve."
14
- }
15
- }
@@ -1,4 +0,0 @@
1
- {
2
- "noSnapshots": "No snapshot found with the given name or id: %s",
3
- "snapshotNotEnabled": "Org snapshots aren’t enabled for your Dev Hub."
4
- }
@@ -1,9 +0,0 @@
1
- {
2
- "description": "list scratch org snapshots\nYou can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"sfdx force:org:snapshot:create\" command. To get details about a snapshot request, use \"sfdx force:org:snapshot:get\".",
3
- "examples": [
4
- "List snapshots in the default Dev Hub:",
5
- "$ sfdx force:org:snapshot:list",
6
- "List snapshots in the Dev Hub with the specified username:",
7
- "$ sfdx force:org:snapshot:list -v OtherDevHub@example.com"
8
- ]
9
- }