@salesforce/plugin-signups 2.6.48 → 2.6.51
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 +7 -7
 - package/npm-shrinkwrap.json +770 -1074
 - package/oclif.lock +843 -964
 - package/oclif.manifest.json +203 -203
 - package/package.json +8 -8
 
    
        package/oclif.manifest.json
    CHANGED
    
    | 
         @@ -1,15 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "commands": {
         
     | 
| 
       3 
     | 
    
         
            -
                "org: 
     | 
| 
      
 3 
     | 
    
         
            +
                "org:create:shape": {
         
     | 
| 
       4 
4 
     | 
    
         
             
                  "aliases": [
         
     | 
| 
       5 
     | 
    
         
            -
                    "force:org:shape: 
     | 
| 
      
 5 
     | 
    
         
            +
                    "force:org:shape:create"
         
     | 
| 
       6 
6 
     | 
    
         
             
                  ],
         
     | 
| 
       7 
7 
     | 
    
         
             
                  "args": {},
         
     | 
| 
       8 
8 
     | 
    
         
             
                  "deprecateAliases": true,
         
     | 
| 
       9 
     | 
    
         
            -
                  "description": " 
     | 
| 
      
 9 
     | 
    
         
            +
                  "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
         
     | 
| 
       10 
10 
     | 
    
         
             
                  "examples": [
         
     | 
| 
       11 
     | 
    
         
            -
                    " 
     | 
| 
       12 
     | 
    
         
            -
                    "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
         
     | 
| 
      
 11 
     | 
    
         
            +
                    "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
         
     | 
| 
       13 
12 
     | 
    
         
             
                  ],
         
     | 
| 
       14 
13 
     | 
    
         
             
                  "flags": {
         
     | 
| 
       15 
14 
     | 
    
         
             
                    "json": {
         
     | 
| 
         @@ -62,81 +61,70 @@ 
     | 
|
| 
       62 
61 
     | 
    
         
             
                      "hasDynamicHelp": false,
         
     | 
| 
       63 
62 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       64 
63 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
       65 
     | 
    
         
            -
                    },
         
     | 
| 
       66 
     | 
    
         
            -
                    "no-prompt": {
         
     | 
| 
       67 
     | 
    
         
            -
                      "aliases": [
         
     | 
| 
       68 
     | 
    
         
            -
                        "noprompt"
         
     | 
| 
       69 
     | 
    
         
            -
                      ],
         
     | 
| 
       70 
     | 
    
         
            -
                      "char": "p",
         
     | 
| 
       71 
     | 
    
         
            -
                      "deprecateAliases": true,
         
     | 
| 
       72 
     | 
    
         
            -
                      "name": "no-prompt",
         
     | 
| 
       73 
     | 
    
         
            -
                      "summary": "Don't prompt for confirmation.",
         
     | 
| 
       74 
     | 
    
         
            -
                      "allowNo": false,
         
     | 
| 
       75 
     | 
    
         
            -
                      "type": "boolean"
         
     | 
| 
       76 
64 
     | 
    
         
             
                    }
         
     | 
| 
       77 
65 
     | 
    
         
             
                  },
         
     | 
| 
       78 
66 
     | 
    
         
             
                  "hasDynamicHelp": true,
         
     | 
| 
       79 
67 
     | 
    
         
             
                  "hiddenAliases": [],
         
     | 
| 
       80 
     | 
    
         
            -
                  "id": "org: 
     | 
| 
      
 68 
     | 
    
         
            +
                  "id": "org:create:shape",
         
     | 
| 
       81 
69 
     | 
    
         
             
                  "pluginAlias": "@salesforce/plugin-signups",
         
     | 
| 
       82 
70 
     | 
    
         
             
                  "pluginName": "@salesforce/plugin-signups",
         
     | 
| 
       83 
71 
     | 
    
         
             
                  "pluginType": "core",
         
     | 
| 
       84 
72 
     | 
    
         
             
                  "strict": true,
         
     | 
| 
       85 
     | 
    
         
            -
                  "summary": " 
     | 
| 
      
 73 
     | 
    
         
            +
                  "summary": "Create a scratch org configuration (shape) based on the specified source org.",
         
     | 
| 
       86 
74 
     | 
    
         
             
                  "enableJsonFlag": true,
         
     | 
| 
       87 
75 
     | 
    
         
             
                  "isESM": true,
         
     | 
| 
       88 
76 
     | 
    
         
             
                  "relativePath": [
         
     | 
| 
       89 
77 
     | 
    
         
             
                    "lib",
         
     | 
| 
       90 
78 
     | 
    
         
             
                    "commands",
         
     | 
| 
       91 
79 
     | 
    
         
             
                    "org",
         
     | 
| 
       92 
     | 
    
         
            -
                    " 
     | 
| 
      
 80 
     | 
    
         
            +
                    "create",
         
     | 
| 
       93 
81 
     | 
    
         
             
                    "shape.js"
         
     | 
| 
       94 
82 
     | 
    
         
             
                  ],
         
     | 
| 
       95 
83 
     | 
    
         
             
                  "aliasPermutations": [
         
     | 
| 
       96 
     | 
    
         
            -
                    "force:org:shape: 
     | 
| 
       97 
     | 
    
         
            -
                    "org:force:shape: 
     | 
| 
       98 
     | 
    
         
            -
                    "org:shape:force: 
     | 
| 
       99 
     | 
    
         
            -
                    "org:shape: 
     | 
| 
       100 
     | 
    
         
            -
                    "force:shape:org: 
     | 
| 
       101 
     | 
    
         
            -
                    "shape:force:org: 
     | 
| 
       102 
     | 
    
         
            -
                    "shape:org:force: 
     | 
| 
       103 
     | 
    
         
            -
                    "shape:org: 
     | 
| 
       104 
     | 
    
         
            -
                    "force:shape: 
     | 
| 
       105 
     | 
    
         
            -
                    "shape:force: 
     | 
| 
       106 
     | 
    
         
            -
                    "shape: 
     | 
| 
       107 
     | 
    
         
            -
                    "shape: 
     | 
| 
       108 
     | 
    
         
            -
                    "force:org: 
     | 
| 
       109 
     | 
    
         
            -
                    "org:force: 
     | 
| 
       110 
     | 
    
         
            -
                    "org: 
     | 
| 
       111 
     | 
    
         
            -
                    "org: 
     | 
| 
       112 
     | 
    
         
            -
                    "force: 
     | 
| 
       113 
     | 
    
         
            -
                    " 
     | 
| 
       114 
     | 
    
         
            -
                    " 
     | 
| 
       115 
     | 
    
         
            -
                    " 
     | 
| 
       116 
     | 
    
         
            -
                    "force: 
     | 
| 
       117 
     | 
    
         
            -
                    " 
     | 
| 
       118 
     | 
    
         
            -
                    " 
     | 
| 
       119 
     | 
    
         
            -
                    " 
     | 
| 
      
 84 
     | 
    
         
            +
                    "force:org:shape:create",
         
     | 
| 
      
 85 
     | 
    
         
            +
                    "org:force:shape:create",
         
     | 
| 
      
 86 
     | 
    
         
            +
                    "org:shape:force:create",
         
     | 
| 
      
 87 
     | 
    
         
            +
                    "org:shape:create:force",
         
     | 
| 
      
 88 
     | 
    
         
            +
                    "force:shape:org:create",
         
     | 
| 
      
 89 
     | 
    
         
            +
                    "shape:force:org:create",
         
     | 
| 
      
 90 
     | 
    
         
            +
                    "shape:org:force:create",
         
     | 
| 
      
 91 
     | 
    
         
            +
                    "shape:org:create:force",
         
     | 
| 
      
 92 
     | 
    
         
            +
                    "force:shape:create:org",
         
     | 
| 
      
 93 
     | 
    
         
            +
                    "shape:force:create:org",
         
     | 
| 
      
 94 
     | 
    
         
            +
                    "shape:create:force:org",
         
     | 
| 
      
 95 
     | 
    
         
            +
                    "shape:create:org:force",
         
     | 
| 
      
 96 
     | 
    
         
            +
                    "force:org:create:shape",
         
     | 
| 
      
 97 
     | 
    
         
            +
                    "org:force:create:shape",
         
     | 
| 
      
 98 
     | 
    
         
            +
                    "org:create:force:shape",
         
     | 
| 
      
 99 
     | 
    
         
            +
                    "org:create:shape:force",
         
     | 
| 
      
 100 
     | 
    
         
            +
                    "force:create:org:shape",
         
     | 
| 
      
 101 
     | 
    
         
            +
                    "create:force:org:shape",
         
     | 
| 
      
 102 
     | 
    
         
            +
                    "create:org:force:shape",
         
     | 
| 
      
 103 
     | 
    
         
            +
                    "create:org:shape:force",
         
     | 
| 
      
 104 
     | 
    
         
            +
                    "force:create:shape:org",
         
     | 
| 
      
 105 
     | 
    
         
            +
                    "create:force:shape:org",
         
     | 
| 
      
 106 
     | 
    
         
            +
                    "create:shape:force:org",
         
     | 
| 
      
 107 
     | 
    
         
            +
                    "create:shape:org:force"
         
     | 
| 
       120 
108 
     | 
    
         
             
                  ],
         
     | 
| 
       121 
109 
     | 
    
         
             
                  "permutations": [
         
     | 
| 
       122 
     | 
    
         
            -
                    "org: 
     | 
| 
       123 
     | 
    
         
            -
                    " 
     | 
| 
       124 
     | 
    
         
            -
                    " 
     | 
| 
       125 
     | 
    
         
            -
                    "org:shape: 
     | 
| 
       126 
     | 
    
         
            -
                    "shape:org: 
     | 
| 
       127 
     | 
    
         
            -
                    "shape: 
     | 
| 
      
 110 
     | 
    
         
            +
                    "org:create:shape",
         
     | 
| 
      
 111 
     | 
    
         
            +
                    "create:org:shape",
         
     | 
| 
      
 112 
     | 
    
         
            +
                    "create:shape:org",
         
     | 
| 
      
 113 
     | 
    
         
            +
                    "org:shape:create",
         
     | 
| 
      
 114 
     | 
    
         
            +
                    "shape:org:create",
         
     | 
| 
      
 115 
     | 
    
         
            +
                    "shape:create:org"
         
     | 
| 
       128 
116 
     | 
    
         
             
                  ]
         
     | 
| 
       129 
117 
     | 
    
         
             
                },
         
     | 
| 
       130 
     | 
    
         
            -
                "org: 
     | 
| 
      
 118 
     | 
    
         
            +
                "org:create:snapshot": {
         
     | 
| 
       131 
119 
     | 
    
         
             
                  "aliases": [
         
     | 
| 
       132 
     | 
    
         
            -
                    "force:org:snapshot: 
     | 
| 
      
 120 
     | 
    
         
            +
                    "force:org:snapshot:create"
         
     | 
| 
       133 
121 
     | 
    
         
             
                  ],
         
     | 
| 
       134 
122 
     | 
    
         
             
                  "args": {},
         
     | 
| 
       135 
123 
     | 
    
         
             
                  "deprecateAliases": true,
         
     | 
| 
       136 
     | 
    
         
            -
                  "description": " 
     | 
| 
      
 124 
     | 
    
         
            +
                  "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
         
     | 
| 
       137 
125 
     | 
    
         
             
                  "examples": [
         
     | 
| 
       138 
     | 
    
         
            -
                    " 
     | 
| 
       139 
     | 
    
         
            -
                    " 
     | 
| 
      
 126 
     | 
    
         
            +
                    "Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
         
     | 
| 
      
 127 
     | 
    
         
            +
                    "Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
         
     | 
| 
       140 
128 
     | 
    
         
             
                  ],
         
     | 
| 
       141 
129 
     | 
    
         
             
                  "flags": {
         
     | 
| 
       142 
130 
     | 
    
         
             
                    "json": {
         
     | 
| 
         @@ -189,85 +177,104 @@ 
     | 
|
| 
       189 
177 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       190 
178 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
       191 
179 
     | 
    
         
             
                    },
         
     | 
| 
       192 
     | 
    
         
            -
                    " 
     | 
| 
       193 
     | 
    
         
            -
                      " 
     | 
| 
       194 
     | 
    
         
            -
             
     | 
| 
       195 
     | 
    
         
            -
                       
     | 
| 
      
 180 
     | 
    
         
            +
                    "source-org": {
         
     | 
| 
      
 181 
     | 
    
         
            +
                      "aliases": [
         
     | 
| 
      
 182 
     | 
    
         
            +
                        "sourceorg"
         
     | 
| 
      
 183 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 184 
     | 
    
         
            +
                      "char": "o",
         
     | 
| 
      
 185 
     | 
    
         
            +
                      "deprecateAliases": true,
         
     | 
| 
      
 186 
     | 
    
         
            +
                      "name": "source-org",
         
     | 
| 
       196 
187 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       197 
     | 
    
         
            -
                      "summary": " 
     | 
| 
      
 188 
     | 
    
         
            +
                      "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
         
     | 
| 
       198 
189 
     | 
    
         
             
                      "hasDynamicHelp": false,
         
     | 
| 
       199 
190 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       200 
191 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
       201 
192 
     | 
    
         
             
                    },
         
     | 
| 
       202 
     | 
    
         
            -
                    " 
     | 
| 
       203 
     | 
    
         
            -
                      " 
     | 
| 
       204 
     | 
    
         
            -
             
     | 
| 
       205 
     | 
    
         
            -
                       
     | 
| 
       206 
     | 
    
         
            -
                      " 
     | 
| 
       207 
     | 
    
         
            -
                      " 
     | 
| 
      
 193 
     | 
    
         
            +
                    "name": {
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "aliases": [
         
     | 
| 
      
 195 
     | 
    
         
            +
                        "snapshotname"
         
     | 
| 
      
 196 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 197 
     | 
    
         
            +
                      "char": "n",
         
     | 
| 
      
 198 
     | 
    
         
            +
                      "deprecateAliases": true,
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "name": "name",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 201 
     | 
    
         
            +
                      "summary": "Unique name of snapshot.",
         
     | 
| 
      
 202 
     | 
    
         
            +
                      "hasDynamicHelp": false,
         
     | 
| 
      
 203 
     | 
    
         
            +
                      "multiple": false,
         
     | 
| 
      
 204 
     | 
    
         
            +
                      "type": "option"
         
     | 
| 
      
 205 
     | 
    
         
            +
                    },
         
     | 
| 
      
 206 
     | 
    
         
            +
                    "description": {
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "char": "d",
         
     | 
| 
      
 208 
     | 
    
         
            +
                      "description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
         
     | 
| 
      
 209 
     | 
    
         
            +
                      "name": "description",
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "summary": "Description of snapshot.",
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "hasDynamicHelp": false,
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "multiple": false,
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "type": "option"
         
     | 
| 
       208 
214 
     | 
    
         
             
                    }
         
     | 
| 
       209 
215 
     | 
    
         
             
                  },
         
     | 
| 
       210 
216 
     | 
    
         
             
                  "hasDynamicHelp": true,
         
     | 
| 
       211 
217 
     | 
    
         
             
                  "hiddenAliases": [],
         
     | 
| 
       212 
     | 
    
         
            -
                  "id": "org: 
     | 
| 
      
 218 
     | 
    
         
            +
                  "id": "org:create:snapshot",
         
     | 
| 
       213 
219 
     | 
    
         
             
                  "pluginAlias": "@salesforce/plugin-signups",
         
     | 
| 
       214 
220 
     | 
    
         
             
                  "pluginName": "@salesforce/plugin-signups",
         
     | 
| 
       215 
221 
     | 
    
         
             
                  "pluginType": "core",
         
     | 
| 
       216 
222 
     | 
    
         
             
                  "strict": true,
         
     | 
| 
       217 
     | 
    
         
            -
                  "summary": " 
     | 
| 
      
 223 
     | 
    
         
            +
                  "summary": "Create a snapshot of a scratch org.",
         
     | 
| 
       218 
224 
     | 
    
         
             
                  "enableJsonFlag": true,
         
     | 
| 
       219 
225 
     | 
    
         
             
                  "isESM": true,
         
     | 
| 
       220 
226 
     | 
    
         
             
                  "relativePath": [
         
     | 
| 
       221 
227 
     | 
    
         
             
                    "lib",
         
     | 
| 
       222 
228 
     | 
    
         
             
                    "commands",
         
     | 
| 
       223 
229 
     | 
    
         
             
                    "org",
         
     | 
| 
       224 
     | 
    
         
            -
                    " 
     | 
| 
      
 230 
     | 
    
         
            +
                    "create",
         
     | 
| 
       225 
231 
     | 
    
         
             
                    "snapshot.js"
         
     | 
| 
       226 
232 
     | 
    
         
             
                  ],
         
     | 
| 
       227 
233 
     | 
    
         
             
                  "aliasPermutations": [
         
     | 
| 
       228 
     | 
    
         
            -
                    "force:org:snapshot: 
     | 
| 
       229 
     | 
    
         
            -
                    "org:force:snapshot: 
     | 
| 
       230 
     | 
    
         
            -
                    "org:snapshot:force: 
     | 
| 
       231 
     | 
    
         
            -
                    "org:snapshot: 
     | 
| 
       232 
     | 
    
         
            -
                    "force:snapshot:org: 
     | 
| 
       233 
     | 
    
         
            -
                    "snapshot:force:org: 
     | 
| 
       234 
     | 
    
         
            -
                    "snapshot:org:force: 
     | 
| 
       235 
     | 
    
         
            -
                    "snapshot:org: 
     | 
| 
       236 
     | 
    
         
            -
                    "force:snapshot: 
     | 
| 
       237 
     | 
    
         
            -
                    "snapshot:force: 
     | 
| 
       238 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
       239 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
       240 
     | 
    
         
            -
                    "force:org: 
     | 
| 
       241 
     | 
    
         
            -
                    "org:force: 
     | 
| 
       242 
     | 
    
         
            -
                    "org: 
     | 
| 
       243 
     | 
    
         
            -
                    "org: 
     | 
| 
       244 
     | 
    
         
            -
                    "force: 
     | 
| 
       245 
     | 
    
         
            -
                    " 
     | 
| 
       246 
     | 
    
         
            -
                    " 
     | 
| 
       247 
     | 
    
         
            -
                    " 
     | 
| 
       248 
     | 
    
         
            -
                    "force: 
     | 
| 
       249 
     | 
    
         
            -
                    " 
     | 
| 
       250 
     | 
    
         
            -
                    " 
     | 
| 
       251 
     | 
    
         
            -
                    " 
     | 
| 
      
 234 
     | 
    
         
            +
                    "force:org:snapshot:create",
         
     | 
| 
      
 235 
     | 
    
         
            +
                    "org:force:snapshot:create",
         
     | 
| 
      
 236 
     | 
    
         
            +
                    "org:snapshot:force:create",
         
     | 
| 
      
 237 
     | 
    
         
            +
                    "org:snapshot:create:force",
         
     | 
| 
      
 238 
     | 
    
         
            +
                    "force:snapshot:org:create",
         
     | 
| 
      
 239 
     | 
    
         
            +
                    "snapshot:force:org:create",
         
     | 
| 
      
 240 
     | 
    
         
            +
                    "snapshot:org:force:create",
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "snapshot:org:create:force",
         
     | 
| 
      
 242 
     | 
    
         
            +
                    "force:snapshot:create:org",
         
     | 
| 
      
 243 
     | 
    
         
            +
                    "snapshot:force:create:org",
         
     | 
| 
      
 244 
     | 
    
         
            +
                    "snapshot:create:force:org",
         
     | 
| 
      
 245 
     | 
    
         
            +
                    "snapshot:create:org:force",
         
     | 
| 
      
 246 
     | 
    
         
            +
                    "force:org:create:snapshot",
         
     | 
| 
      
 247 
     | 
    
         
            +
                    "org:force:create:snapshot",
         
     | 
| 
      
 248 
     | 
    
         
            +
                    "org:create:force:snapshot",
         
     | 
| 
      
 249 
     | 
    
         
            +
                    "org:create:snapshot:force",
         
     | 
| 
      
 250 
     | 
    
         
            +
                    "force:create:org:snapshot",
         
     | 
| 
      
 251 
     | 
    
         
            +
                    "create:force:org:snapshot",
         
     | 
| 
      
 252 
     | 
    
         
            +
                    "create:org:force:snapshot",
         
     | 
| 
      
 253 
     | 
    
         
            +
                    "create:org:snapshot:force",
         
     | 
| 
      
 254 
     | 
    
         
            +
                    "force:create:snapshot:org",
         
     | 
| 
      
 255 
     | 
    
         
            +
                    "create:force:snapshot:org",
         
     | 
| 
      
 256 
     | 
    
         
            +
                    "create:snapshot:force:org",
         
     | 
| 
      
 257 
     | 
    
         
            +
                    "create:snapshot:org:force"
         
     | 
| 
       252 
258 
     | 
    
         
             
                  ],
         
     | 
| 
       253 
259 
     | 
    
         
             
                  "permutations": [
         
     | 
| 
       254 
     | 
    
         
            -
                    "org: 
     | 
| 
       255 
     | 
    
         
            -
                    " 
     | 
| 
       256 
     | 
    
         
            -
                    " 
     | 
| 
       257 
     | 
    
         
            -
                    "org:snapshot: 
     | 
| 
       258 
     | 
    
         
            -
                    "snapshot:org: 
     | 
| 
       259 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
      
 260 
     | 
    
         
            +
                    "org:create:snapshot",
         
     | 
| 
      
 261 
     | 
    
         
            +
                    "create:org:snapshot",
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "create:snapshot:org",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "org:snapshot:create",
         
     | 
| 
      
 264 
     | 
    
         
            +
                    "snapshot:org:create",
         
     | 
| 
      
 265 
     | 
    
         
            +
                    "snapshot:create:org"
         
     | 
| 
       260 
266 
     | 
    
         
             
                  ]
         
     | 
| 
       261 
267 
     | 
    
         
             
                },
         
     | 
| 
       262 
     | 
    
         
            -
                "org: 
     | 
| 
      
 268 
     | 
    
         
            +
                "org:delete:shape": {
         
     | 
| 
       263 
269 
     | 
    
         
             
                  "aliases": [
         
     | 
| 
       264 
     | 
    
         
            -
                    "force:org:shape: 
     | 
| 
      
 270 
     | 
    
         
            +
                    "force:org:shape:delete"
         
     | 
| 
       265 
271 
     | 
    
         
             
                  ],
         
     | 
| 
       266 
272 
     | 
    
         
             
                  "args": {},
         
     | 
| 
       267 
273 
     | 
    
         
             
                  "deprecateAliases": true,
         
     | 
| 
       268 
     | 
    
         
            -
                  "description": " 
     | 
| 
      
 274 
     | 
    
         
            +
                  "description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
         
     | 
| 
       269 
275 
     | 
    
         
             
                  "examples": [
         
     | 
| 
       270 
     | 
    
         
            -
                    " 
     | 
| 
      
 276 
     | 
    
         
            +
                    "Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
         
     | 
| 
      
 277 
     | 
    
         
            +
                    "Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
         
     | 
| 
       271 
278 
     | 
    
         
             
                  ],
         
     | 
| 
       272 
279 
     | 
    
         
             
                  "flags": {
         
     | 
| 
       273 
280 
     | 
    
         
             
                    "json": {
         
     | 
| 
         @@ -320,70 +327,81 @@ 
     | 
|
| 
       320 
327 
     | 
    
         
             
                      "hasDynamicHelp": false,
         
     | 
| 
       321 
328 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       322 
329 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
      
 330 
     | 
    
         
            +
                    },
         
     | 
| 
      
 331 
     | 
    
         
            +
                    "no-prompt": {
         
     | 
| 
      
 332 
     | 
    
         
            +
                      "aliases": [
         
     | 
| 
      
 333 
     | 
    
         
            +
                        "noprompt"
         
     | 
| 
      
 334 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 335 
     | 
    
         
            +
                      "char": "p",
         
     | 
| 
      
 336 
     | 
    
         
            +
                      "deprecateAliases": true,
         
     | 
| 
      
 337 
     | 
    
         
            +
                      "name": "no-prompt",
         
     | 
| 
      
 338 
     | 
    
         
            +
                      "summary": "Don't prompt for confirmation.",
         
     | 
| 
      
 339 
     | 
    
         
            +
                      "allowNo": false,
         
     | 
| 
      
 340 
     | 
    
         
            +
                      "type": "boolean"
         
     | 
| 
       323 
341 
     | 
    
         
             
                    }
         
     | 
| 
       324 
342 
     | 
    
         
             
                  },
         
     | 
| 
       325 
343 
     | 
    
         
             
                  "hasDynamicHelp": true,
         
     | 
| 
       326 
344 
     | 
    
         
             
                  "hiddenAliases": [],
         
     | 
| 
       327 
     | 
    
         
            -
                  "id": "org: 
     | 
| 
      
 345 
     | 
    
         
            +
                  "id": "org:delete:shape",
         
     | 
| 
       328 
346 
     | 
    
         
             
                  "pluginAlias": "@salesforce/plugin-signups",
         
     | 
| 
       329 
347 
     | 
    
         
             
                  "pluginName": "@salesforce/plugin-signups",
         
     | 
| 
       330 
348 
     | 
    
         
             
                  "pluginType": "core",
         
     | 
| 
       331 
349 
     | 
    
         
             
                  "strict": true,
         
     | 
| 
       332 
     | 
    
         
            -
                  "summary": " 
     | 
| 
      
 350 
     | 
    
         
            +
                  "summary": "Delete all org shapes for a target org.",
         
     | 
| 
       333 
351 
     | 
    
         
             
                  "enableJsonFlag": true,
         
     | 
| 
       334 
352 
     | 
    
         
             
                  "isESM": true,
         
     | 
| 
       335 
353 
     | 
    
         
             
                  "relativePath": [
         
     | 
| 
       336 
354 
     | 
    
         
             
                    "lib",
         
     | 
| 
       337 
355 
     | 
    
         
             
                    "commands",
         
     | 
| 
       338 
356 
     | 
    
         
             
                    "org",
         
     | 
| 
       339 
     | 
    
         
            -
                    " 
     | 
| 
      
 357 
     | 
    
         
            +
                    "delete",
         
     | 
| 
       340 
358 
     | 
    
         
             
                    "shape.js"
         
     | 
| 
       341 
359 
     | 
    
         
             
                  ],
         
     | 
| 
       342 
360 
     | 
    
         
             
                  "aliasPermutations": [
         
     | 
| 
       343 
     | 
    
         
            -
                    "force:org:shape: 
     | 
| 
       344 
     | 
    
         
            -
                    "org:force:shape: 
     | 
| 
       345 
     | 
    
         
            -
                    "org:shape:force: 
     | 
| 
       346 
     | 
    
         
            -
                    "org:shape: 
     | 
| 
       347 
     | 
    
         
            -
                    "force:shape:org: 
     | 
| 
       348 
     | 
    
         
            -
                    "shape:force:org: 
     | 
| 
       349 
     | 
    
         
            -
                    "shape:org:force: 
     | 
| 
       350 
     | 
    
         
            -
                    "shape:org: 
     | 
| 
       351 
     | 
    
         
            -
                    "force:shape: 
     | 
| 
       352 
     | 
    
         
            -
                    "shape:force: 
     | 
| 
       353 
     | 
    
         
            -
                    "shape: 
     | 
| 
       354 
     | 
    
         
            -
                    "shape: 
     | 
| 
       355 
     | 
    
         
            -
                    "force:org: 
     | 
| 
       356 
     | 
    
         
            -
                    "org:force: 
     | 
| 
       357 
     | 
    
         
            -
                    "org: 
     | 
| 
       358 
     | 
    
         
            -
                    "org: 
     | 
| 
       359 
     | 
    
         
            -
                    "force: 
     | 
| 
       360 
     | 
    
         
            -
                    " 
     | 
| 
       361 
     | 
    
         
            -
                    " 
     | 
| 
       362 
     | 
    
         
            -
                    " 
     | 
| 
       363 
     | 
    
         
            -
                    "force: 
     | 
| 
       364 
     | 
    
         
            -
                    " 
     | 
| 
       365 
     | 
    
         
            -
                    " 
     | 
| 
       366 
     | 
    
         
            -
                    " 
     | 
| 
      
 361 
     | 
    
         
            +
                    "force:org:shape:delete",
         
     | 
| 
      
 362 
     | 
    
         
            +
                    "org:force:shape:delete",
         
     | 
| 
      
 363 
     | 
    
         
            +
                    "org:shape:force:delete",
         
     | 
| 
      
 364 
     | 
    
         
            +
                    "org:shape:delete:force",
         
     | 
| 
      
 365 
     | 
    
         
            +
                    "force:shape:org:delete",
         
     | 
| 
      
 366 
     | 
    
         
            +
                    "shape:force:org:delete",
         
     | 
| 
      
 367 
     | 
    
         
            +
                    "shape:org:force:delete",
         
     | 
| 
      
 368 
     | 
    
         
            +
                    "shape:org:delete:force",
         
     | 
| 
      
 369 
     | 
    
         
            +
                    "force:shape:delete:org",
         
     | 
| 
      
 370 
     | 
    
         
            +
                    "shape:force:delete:org",
         
     | 
| 
      
 371 
     | 
    
         
            +
                    "shape:delete:force:org",
         
     | 
| 
      
 372 
     | 
    
         
            +
                    "shape:delete:org:force",
         
     | 
| 
      
 373 
     | 
    
         
            +
                    "force:org:delete:shape",
         
     | 
| 
      
 374 
     | 
    
         
            +
                    "org:force:delete:shape",
         
     | 
| 
      
 375 
     | 
    
         
            +
                    "org:delete:force:shape",
         
     | 
| 
      
 376 
     | 
    
         
            +
                    "org:delete:shape:force",
         
     | 
| 
      
 377 
     | 
    
         
            +
                    "force:delete:org:shape",
         
     | 
| 
      
 378 
     | 
    
         
            +
                    "delete:force:org:shape",
         
     | 
| 
      
 379 
     | 
    
         
            +
                    "delete:org:force:shape",
         
     | 
| 
      
 380 
     | 
    
         
            +
                    "delete:org:shape:force",
         
     | 
| 
      
 381 
     | 
    
         
            +
                    "force:delete:shape:org",
         
     | 
| 
      
 382 
     | 
    
         
            +
                    "delete:force:shape:org",
         
     | 
| 
      
 383 
     | 
    
         
            +
                    "delete:shape:force:org",
         
     | 
| 
      
 384 
     | 
    
         
            +
                    "delete:shape:org:force"
         
     | 
| 
       367 
385 
     | 
    
         
             
                  ],
         
     | 
| 
       368 
386 
     | 
    
         
             
                  "permutations": [
         
     | 
| 
       369 
     | 
    
         
            -
                    "org: 
     | 
| 
       370 
     | 
    
         
            -
                    " 
     | 
| 
       371 
     | 
    
         
            -
                    " 
     | 
| 
       372 
     | 
    
         
            -
                    "org:shape: 
     | 
| 
       373 
     | 
    
         
            -
                    "shape:org: 
     | 
| 
       374 
     | 
    
         
            -
                    "shape: 
     | 
| 
      
 387 
     | 
    
         
            +
                    "org:delete:shape",
         
     | 
| 
      
 388 
     | 
    
         
            +
                    "delete:org:shape",
         
     | 
| 
      
 389 
     | 
    
         
            +
                    "delete:shape:org",
         
     | 
| 
      
 390 
     | 
    
         
            +
                    "org:shape:delete",
         
     | 
| 
      
 391 
     | 
    
         
            +
                    "shape:org:delete",
         
     | 
| 
      
 392 
     | 
    
         
            +
                    "shape:delete:org"
         
     | 
| 
       375 
393 
     | 
    
         
             
                  ]
         
     | 
| 
       376 
394 
     | 
    
         
             
                },
         
     | 
| 
       377 
     | 
    
         
            -
                "org: 
     | 
| 
      
 395 
     | 
    
         
            +
                "org:delete:snapshot": {
         
     | 
| 
       378 
396 
     | 
    
         
             
                  "aliases": [
         
     | 
| 
       379 
     | 
    
         
            -
                    "force:org:snapshot: 
     | 
| 
      
 397 
     | 
    
         
            +
                    "force:org:snapshot:delete"
         
     | 
| 
       380 
398 
     | 
    
         
             
                  ],
         
     | 
| 
       381 
399 
     | 
    
         
             
                  "args": {},
         
     | 
| 
       382 
400 
     | 
    
         
             
                  "deprecateAliases": true,
         
     | 
| 
       383 
     | 
    
         
            -
                  "description": " 
     | 
| 
      
 401 
     | 
    
         
            +
                  "description": "Dev Hub admins can delete any snapshot. Users can delete only their own snapshots, unless a Dev Hub admin gives the user Modify All permission, which works only with the Salesforce license.",
         
     | 
| 
       384 
402 
     | 
    
         
             
                  "examples": [
         
     | 
| 
       385 
     | 
    
         
            -
                    " 
     | 
| 
       386 
     | 
    
         
            -
                    " 
     | 
| 
      
 403 
     | 
    
         
            +
                    "Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
         
     | 
| 
      
 404 
     | 
    
         
            +
                    "Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
         
     | 
| 
       387 
405 
     | 
    
         
             
                  ],
         
     | 
| 
       388 
406 
     | 
    
         
             
                  "flags": {
         
     | 
| 
       389 
407 
     | 
    
         
             
                    "json": {
         
     | 
| 
         @@ -436,92 +454,74 @@ 
     | 
|
| 
       436 
454 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       437 
455 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
       438 
456 
     | 
    
         
             
                    },
         
     | 
| 
       439 
     | 
    
         
            -
                    " 
     | 
| 
       440 
     | 
    
         
            -
                      " 
     | 
| 
       441 
     | 
    
         
            -
             
     | 
| 
       442 
     | 
    
         
            -
                       
     | 
| 
       443 
     | 
    
         
            -
                      "char": "o",
         
     | 
| 
       444 
     | 
    
         
            -
                      "deprecateAliases": true,
         
     | 
| 
       445 
     | 
    
         
            -
                      "name": "source-org",
         
     | 
| 
       446 
     | 
    
         
            -
                      "required": true,
         
     | 
| 
       447 
     | 
    
         
            -
                      "summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
         
     | 
| 
       448 
     | 
    
         
            -
                      "hasDynamicHelp": false,
         
     | 
| 
       449 
     | 
    
         
            -
                      "multiple": false,
         
     | 
| 
       450 
     | 
    
         
            -
                      "type": "option"
         
     | 
| 
       451 
     | 
    
         
            -
                    },
         
     | 
| 
       452 
     | 
    
         
            -
                    "name": {
         
     | 
| 
       453 
     | 
    
         
            -
                      "aliases": [
         
     | 
| 
       454 
     | 
    
         
            -
                        "snapshotname"
         
     | 
| 
       455 
     | 
    
         
            -
                      ],
         
     | 
| 
       456 
     | 
    
         
            -
                      "char": "n",
         
     | 
| 
       457 
     | 
    
         
            -
                      "deprecateAliases": true,
         
     | 
| 
       458 
     | 
    
         
            -
                      "name": "name",
         
     | 
| 
      
 457 
     | 
    
         
            +
                    "snapshot": {
         
     | 
| 
      
 458 
     | 
    
         
            +
                      "char": "s",
         
     | 
| 
      
 459 
     | 
    
         
            +
                      "description": "The IDs of scratch org snapshots start with 0Oo.",
         
     | 
| 
      
 460 
     | 
    
         
            +
                      "name": "snapshot",
         
     | 
| 
       459 
461 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       460 
     | 
    
         
            -
                      "summary": " 
     | 
| 
      
 462 
     | 
    
         
            +
                      "summary": "Name or ID of snapshot to delete.",
         
     | 
| 
       461 
463 
     | 
    
         
             
                      "hasDynamicHelp": false,
         
     | 
| 
       462 
464 
     | 
    
         
             
                      "multiple": false,
         
     | 
| 
       463 
465 
     | 
    
         
             
                      "type": "option"
         
     | 
| 
       464 
466 
     | 
    
         
             
                    },
         
     | 
| 
       465 
     | 
    
         
            -
                    " 
     | 
| 
       466 
     | 
    
         
            -
                      "char": " 
     | 
| 
       467 
     | 
    
         
            -
                      " 
     | 
| 
       468 
     | 
    
         
            -
                      " 
     | 
| 
       469 
     | 
    
         
            -
                      " 
     | 
| 
       470 
     | 
    
         
            -
                      " 
     | 
| 
       471 
     | 
    
         
            -
                      "multiple": false,
         
     | 
| 
       472 
     | 
    
         
            -
                      "type": "option"
         
     | 
| 
      
 467 
     | 
    
         
            +
                    "no-prompt": {
         
     | 
| 
      
 468 
     | 
    
         
            +
                      "char": "p",
         
     | 
| 
      
 469 
     | 
    
         
            +
                      "name": "no-prompt",
         
     | 
| 
      
 470 
     | 
    
         
            +
                      "summary": "Don't prompt the user to confirm the deletion.",
         
     | 
| 
      
 471 
     | 
    
         
            +
                      "allowNo": false,
         
     | 
| 
      
 472 
     | 
    
         
            +
                      "type": "boolean"
         
     | 
| 
       473 
473 
     | 
    
         
             
                    }
         
     | 
| 
       474 
474 
     | 
    
         
             
                  },
         
     | 
| 
       475 
475 
     | 
    
         
             
                  "hasDynamicHelp": true,
         
     | 
| 
       476 
476 
     | 
    
         
             
                  "hiddenAliases": [],
         
     | 
| 
       477 
     | 
    
         
            -
                  "id": "org: 
     | 
| 
      
 477 
     | 
    
         
            +
                  "id": "org:delete:snapshot",
         
     | 
| 
       478 
478 
     | 
    
         
             
                  "pluginAlias": "@salesforce/plugin-signups",
         
     | 
| 
       479 
479 
     | 
    
         
             
                  "pluginName": "@salesforce/plugin-signups",
         
     | 
| 
       480 
480 
     | 
    
         
             
                  "pluginType": "core",
         
     | 
| 
       481 
481 
     | 
    
         
             
                  "strict": true,
         
     | 
| 
       482 
     | 
    
         
            -
                  "summary": " 
     | 
| 
      
 482 
     | 
    
         
            +
                  "summary": "Delete a scratch org snapshot.",
         
     | 
| 
       483 
483 
     | 
    
         
             
                  "enableJsonFlag": true,
         
     | 
| 
       484 
484 
     | 
    
         
             
                  "isESM": true,
         
     | 
| 
       485 
485 
     | 
    
         
             
                  "relativePath": [
         
     | 
| 
       486 
486 
     | 
    
         
             
                    "lib",
         
     | 
| 
       487 
487 
     | 
    
         
             
                    "commands",
         
     | 
| 
       488 
488 
     | 
    
         
             
                    "org",
         
     | 
| 
       489 
     | 
    
         
            -
                    " 
     | 
| 
      
 489 
     | 
    
         
            +
                    "delete",
         
     | 
| 
       490 
490 
     | 
    
         
             
                    "snapshot.js"
         
     | 
| 
       491 
491 
     | 
    
         
             
                  ],
         
     | 
| 
       492 
492 
     | 
    
         
             
                  "aliasPermutations": [
         
     | 
| 
       493 
     | 
    
         
            -
                    "force:org:snapshot: 
     | 
| 
       494 
     | 
    
         
            -
                    "org:force:snapshot: 
     | 
| 
       495 
     | 
    
         
            -
                    "org:snapshot:force: 
     | 
| 
       496 
     | 
    
         
            -
                    "org:snapshot: 
     | 
| 
       497 
     | 
    
         
            -
                    "force:snapshot:org: 
     | 
| 
       498 
     | 
    
         
            -
                    "snapshot:force:org: 
     | 
| 
       499 
     | 
    
         
            -
                    "snapshot:org:force: 
     | 
| 
       500 
     | 
    
         
            -
                    "snapshot:org: 
     | 
| 
       501 
     | 
    
         
            -
                    "force:snapshot: 
     | 
| 
       502 
     | 
    
         
            -
                    "snapshot:force: 
     | 
| 
       503 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
       504 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
       505 
     | 
    
         
            -
                    "force:org: 
     | 
| 
       506 
     | 
    
         
            -
                    "org:force: 
     | 
| 
       507 
     | 
    
         
            -
                    "org: 
     | 
| 
       508 
     | 
    
         
            -
                    "org: 
     | 
| 
       509 
     | 
    
         
            -
                    "force: 
     | 
| 
       510 
     | 
    
         
            -
                    " 
     | 
| 
       511 
     | 
    
         
            -
                    " 
     | 
| 
       512 
     | 
    
         
            -
                    " 
     | 
| 
       513 
     | 
    
         
            -
                    "force: 
     | 
| 
       514 
     | 
    
         
            -
                    " 
     | 
| 
       515 
     | 
    
         
            -
                    " 
     | 
| 
       516 
     | 
    
         
            -
                    " 
     | 
| 
      
 493 
     | 
    
         
            +
                    "force:org:snapshot:delete",
         
     | 
| 
      
 494 
     | 
    
         
            +
                    "org:force:snapshot:delete",
         
     | 
| 
      
 495 
     | 
    
         
            +
                    "org:snapshot:force:delete",
         
     | 
| 
      
 496 
     | 
    
         
            +
                    "org:snapshot:delete:force",
         
     | 
| 
      
 497 
     | 
    
         
            +
                    "force:snapshot:org:delete",
         
     | 
| 
      
 498 
     | 
    
         
            +
                    "snapshot:force:org:delete",
         
     | 
| 
      
 499 
     | 
    
         
            +
                    "snapshot:org:force:delete",
         
     | 
| 
      
 500 
     | 
    
         
            +
                    "snapshot:org:delete:force",
         
     | 
| 
      
 501 
     | 
    
         
            +
                    "force:snapshot:delete:org",
         
     | 
| 
      
 502 
     | 
    
         
            +
                    "snapshot:force:delete:org",
         
     | 
| 
      
 503 
     | 
    
         
            +
                    "snapshot:delete:force:org",
         
     | 
| 
      
 504 
     | 
    
         
            +
                    "snapshot:delete:org:force",
         
     | 
| 
      
 505 
     | 
    
         
            +
                    "force:org:delete:snapshot",
         
     | 
| 
      
 506 
     | 
    
         
            +
                    "org:force:delete:snapshot",
         
     | 
| 
      
 507 
     | 
    
         
            +
                    "org:delete:force:snapshot",
         
     | 
| 
      
 508 
     | 
    
         
            +
                    "org:delete:snapshot:force",
         
     | 
| 
      
 509 
     | 
    
         
            +
                    "force:delete:org:snapshot",
         
     | 
| 
      
 510 
     | 
    
         
            +
                    "delete:force:org:snapshot",
         
     | 
| 
      
 511 
     | 
    
         
            +
                    "delete:org:force:snapshot",
         
     | 
| 
      
 512 
     | 
    
         
            +
                    "delete:org:snapshot:force",
         
     | 
| 
      
 513 
     | 
    
         
            +
                    "force:delete:snapshot:org",
         
     | 
| 
      
 514 
     | 
    
         
            +
                    "delete:force:snapshot:org",
         
     | 
| 
      
 515 
     | 
    
         
            +
                    "delete:snapshot:force:org",
         
     | 
| 
      
 516 
     | 
    
         
            +
                    "delete:snapshot:org:force"
         
     | 
| 
       517 
517 
     | 
    
         
             
                  ],
         
     | 
| 
       518 
518 
     | 
    
         
             
                  "permutations": [
         
     | 
| 
       519 
     | 
    
         
            -
                    "org: 
     | 
| 
       520 
     | 
    
         
            -
                    " 
     | 
| 
       521 
     | 
    
         
            -
                    " 
     | 
| 
       522 
     | 
    
         
            -
                    "org:snapshot: 
     | 
| 
       523 
     | 
    
         
            -
                    "snapshot:org: 
     | 
| 
       524 
     | 
    
         
            -
                    "snapshot: 
     | 
| 
      
 519 
     | 
    
         
            +
                    "org:delete:snapshot",
         
     | 
| 
      
 520 
     | 
    
         
            +
                    "delete:org:snapshot",
         
     | 
| 
      
 521 
     | 
    
         
            +
                    "delete:snapshot:org",
         
     | 
| 
      
 522 
     | 
    
         
            +
                    "org:snapshot:delete",
         
     | 
| 
      
 523 
     | 
    
         
            +
                    "snapshot:org:delete",
         
     | 
| 
      
 524 
     | 
    
         
            +
                    "snapshot:delete:org"
         
     | 
| 
       525 
525 
     | 
    
         
             
                  ]
         
     | 
| 
       526 
526 
     | 
    
         
             
                },
         
     | 
| 
       527 
527 
     | 
    
         
             
                "org:get:snapshot": {
         
     | 
| 
         @@ -862,5 +862,5 @@ 
     | 
|
| 
       862 
862 
     | 
    
         
             
                  ]
         
     | 
| 
       863 
863 
     | 
    
         
             
                }
         
     | 
| 
       864 
864 
     | 
    
         
             
              },
         
     | 
| 
       865 
     | 
    
         
            -
              "version": "2.6. 
     | 
| 
      
 865 
     | 
    
         
            +
              "version": "2.6.51"
         
     | 
| 
       866 
866 
     | 
    
         
             
            }
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,29 +1,29 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
                "name": "@salesforce/plugin-signups",
         
     | 
| 
       3 
3 
     | 
    
         
             
                "description": "Commands to interact with org shapes",
         
     | 
| 
       4 
     | 
    
         
            -
                "version": "2.6. 
     | 
| 
      
 4 
     | 
    
         
            +
                "version": "2.6.51",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "author": "Salesforce",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "bugs": "https://github.com/forcedotcom/cli/issues",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "dependencies": {
         
     | 
| 
       8 
8 
     | 
    
         
             
                    "@oclif/core": "^4",
         
     | 
| 
       9 
     | 
    
         
            -
                    "@salesforce/core": "^8.23. 
     | 
| 
      
 9 
     | 
    
         
            +
                    "@salesforce/core": "^8.23.2",
         
     | 
| 
       10 
10 
     | 
    
         
             
                    "@salesforce/kit": "^3.2.4",
         
     | 
| 
       11 
11 
     | 
    
         
             
                    "@salesforce/sf-plugins-core": "^12.2.4",
         
     | 
| 
       12 
12 
     | 
    
         
             
                    "change-case": "^5.4.4"
         
     | 
| 
       13 
13 
     | 
    
         
             
                },
         
     | 
| 
       14 
14 
     | 
    
         
             
                "devDependencies": {
         
     | 
| 
       15 
     | 
    
         
            -
                    "@oclif/plugin-command-snapshot": "^5.3. 
     | 
| 
      
 15 
     | 
    
         
            +
                    "@oclif/plugin-command-snapshot": "^5.3.6",
         
     | 
| 
       16 
16 
     | 
    
         
             
                    "@salesforce/cli-plugins-testkit": "^5.3.41",
         
     | 
| 
       17 
17 
     | 
    
         
             
                    "@salesforce/dev-scripts": "^11.0.4",
         
     | 
| 
       18 
     | 
    
         
            -
                    "@salesforce/plugin-command-reference": "^3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    "@salesforce/plugin-command-reference": "^3.1.74",
         
     | 
| 
       19 
19 
     | 
    
         
             
                    "@salesforce/ts-types": "^2.0.11",
         
     | 
| 
       20 
20 
     | 
    
         
             
                    "@types/chai-as-promised": "^7.1.8",
         
     | 
| 
       21 
21 
     | 
    
         
             
                    "@types/chai-string": "^1.4.5",
         
     | 
| 
       22 
22 
     | 
    
         
             
                    "chai-as-promised": "7.1.2",
         
     | 
| 
       23 
23 
     | 
    
         
             
                    "chai-string": "^1.6.0",
         
     | 
| 
       24 
     | 
    
         
            -
                    "eslint-plugin-sf-plugin": "^1.20. 
     | 
| 
      
 24 
     | 
    
         
            +
                    "eslint-plugin-sf-plugin": "^1.20.33",
         
     | 
| 
       25 
25 
     | 
    
         
             
                    "jsforce": "^2.0.0-beta.28",
         
     | 
| 
       26 
     | 
    
         
            -
                    "oclif": "^4.22. 
     | 
| 
      
 26 
     | 
    
         
            +
                    "oclif": "^4.22.29",
         
     | 
| 
       27 
27 
     | 
    
         
             
                    "ts-node": "^10.9.2",
         
     | 
| 
       28 
28 
     | 
    
         
             
                    "typescript": "^5.5.4"
         
     | 
| 
       29 
29 
     | 
    
         
             
                },
         
     | 
| 
         @@ -220,7 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                "exports": "./lib/index.js",
         
     | 
| 
       221 
221 
     | 
    
         
             
                "type": "module",
         
     | 
| 
       222 
222 
     | 
    
         
             
                "sfdx": {
         
     | 
| 
       223 
     | 
    
         
            -
                    "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6. 
     | 
| 
       224 
     | 
    
         
            -
                    "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6. 
     | 
| 
      
 223 
     | 
    
         
            +
                    "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.51.crt",
         
     | 
| 
      
 224 
     | 
    
         
            +
                    "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.51.sig"
         
     | 
| 
       225 
225 
     | 
    
         
             
                }
         
     | 
| 
       226 
226 
     | 
    
         
             
            }
         
     |