@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/README.md
    CHANGED
    
    | 
         @@ -123,7 +123,7 @@ EXAMPLES 
     | 
|
| 
       123 
123 
     | 
    
         
             
                $ sf org create shape --target-org SourceOrg
         
     | 
| 
       124 
124 
     | 
    
         
             
            ```
         
     | 
| 
       125 
125 
     | 
    
         | 
| 
       126 
     | 
    
         
            -
            _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 126 
     | 
    
         
            +
            _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/create/shape.ts)_
         
     | 
| 
       127 
127 
     | 
    
         | 
| 
       128 
128 
     | 
    
         
             
            ## `sf org create snapshot`
         
     | 
| 
       129 
129 
     | 
    
         | 
| 
         @@ -179,7 +179,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       179 
179 
     | 
    
         
             
                as a version control system tag or commit ID.
         
     | 
| 
       180 
180 
     | 
    
         
             
            ```
         
     | 
| 
       181 
181 
     | 
    
         | 
| 
       182 
     | 
    
         
            -
            _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 182 
     | 
    
         
            +
            _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/create/snapshot.ts)_
         
     | 
| 
       183 
183 
     | 
    
         | 
| 
       184 
184 
     | 
    
         
             
            ## `sf org delete shape`
         
     | 
| 
       185 
185 
     | 
    
         | 
| 
         @@ -219,7 +219,7 @@ EXAMPLES 
     | 
|
| 
       219 
219 
     | 
    
         
             
                $ sf org delete shape --target-org SourceOrg --no-prompt
         
     | 
| 
       220 
220 
     | 
    
         
             
            ```
         
     | 
| 
       221 
221 
     | 
    
         | 
| 
       222 
     | 
    
         
            -
            _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 222 
     | 
    
         
            +
            _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/delete/shape.ts)_
         
     | 
| 
       223 
223 
     | 
    
         | 
| 
       224 
224 
     | 
    
         
             
            ## `sf org delete snapshot`
         
     | 
| 
       225 
225 
     | 
    
         | 
| 
         @@ -264,7 +264,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       264 
264 
     | 
    
         
             
                The IDs of scratch org snapshots start with 0Oo.
         
     | 
| 
       265 
265 
     | 
    
         
             
            ```
         
     | 
| 
       266 
266 
     | 
    
         | 
| 
       267 
     | 
    
         
            -
            _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 267 
     | 
    
         
            +
            _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/delete/snapshot.ts)_
         
     | 
| 
       268 
268 
     | 
    
         | 
| 
       269 
269 
     | 
    
         
             
            ## `sf org get snapshot`
         
     | 
| 
       270 
270 
     | 
    
         | 
| 
         @@ -311,7 +311,7 @@ FLAG DESCRIPTIONS 
     | 
|
| 
       311 
311 
     | 
    
         
             
                The IDs of scratch org snapshots start with 0Oo.
         
     | 
| 
       312 
312 
     | 
    
         
             
            ```
         
     | 
| 
       313 
313 
     | 
    
         | 
| 
       314 
     | 
    
         
            -
            _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 314 
     | 
    
         
            +
            _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/get/snapshot.ts)_
         
     | 
| 
       315 
315 
     | 
    
         | 
| 
       316 
316 
     | 
    
         
             
            ## `sf org list shape`
         
     | 
| 
       317 
317 
     | 
    
         | 
| 
         @@ -344,7 +344,7 @@ EXAMPLES 
     | 
|
| 
       344 
344 
     | 
    
         
             
                $ sf org list shape --json > tmp/MyOrgShapeList.json
         
     | 
| 
       345 
345 
     | 
    
         
             
            ```
         
     | 
| 
       346 
346 
     | 
    
         | 
| 
       347 
     | 
    
         
            -
            _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 347 
     | 
    
         
            +
            _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/list/shape.ts)_
         
     | 
| 
       348 
348 
     | 
    
         | 
| 
       349 
349 
     | 
    
         
             
            ## `sf org list snapshot`
         
     | 
| 
       350 
350 
     | 
    
         | 
| 
         @@ -386,6 +386,6 @@ EXAMPLES 
     | 
|
| 
       386 
386 
     | 
    
         
             
                $ sf org list snapshot --target-dev-hub SnapshotDevHub
         
     | 
| 
       387 
387 
     | 
    
         
             
            ```
         
     | 
| 
       388 
388 
     | 
    
         | 
| 
       389 
     | 
    
         
            -
            _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6. 
     | 
| 
      
 389 
     | 
    
         
            +
            _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.51/src/commands/org/list/snapshot.ts)_
         
     | 
| 
       390 
390 
     | 
    
         | 
| 
       391 
391 
     | 
    
         
             
            <!-- commandsstop -->
         
     |