@@ -113,7 +113,7 @@ EXAMPLES
113113 $ sfdx force:org:shape:create -u me@my.org --json --loglevel debug
114114```
115115
116- _ See code: [ src/commands/force/org/shape/create.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/shape/create.ts ) _
116+ _ See code: [ src/commands/force/org/shape/create.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/shape/create.ts ) _
117117
118118## ` sfdx force:org:shape:delete [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
119119
@@ -147,7 +147,7 @@ EXAMPLES
147147 $ sfdx force:org:shape:delete -u me@my.org -p --json > tmp/MyOrgShapeDelete.json
148148```
149149
150- _ See code: [ src/commands/force/org/shape/delete.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/shape/delete.ts ) _
150+ _ See code: [ src/commands/force/org/shape/delete.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/shape/delete.ts ) _
151151
152152## ` sfdx force:org:shape:list [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
153153
@@ -176,7 +176,7 @@ EXAMPLES
176176 $ sfdx force:org:shape:list --json > tmp/MyOrgShapeList.json
177177```
178178
179- _ See code: [ src/commands/force/org/shape/list.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/shape/list.ts ) _
179+ _ See code: [ src/commands/force/org/shape/list.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/shape/list.ts ) _
180180
181181## ` sfdx force:org:snapshot:create -o <string> -n <string> [-d <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
182182
@@ -222,7 +222,7 @@ EXAMPLES
222222 $ sfdx force:org:snapshot:create -o myuser@myorg -n NightlyBranch -d 'Contains PkgA v2.1.0 and PkgB 3.3.0'
223223```
224224
225- _ See code: [ src/commands/force/org/snapshot/create.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/snapshot/create.ts ) _
225+ _ See code: [ src/commands/force/org/snapshot/create.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/snapshot/create.ts ) _
226226
227227## ` sfdx force:org:snapshot:delete -s <string> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
228228
@@ -260,7 +260,7 @@ EXAMPLES
260260 $ sfdx force:org:snapshot:delete -s BaseSnapshot -v SnapshotDevHub
261261```
262262
263- _ See code: [ src/commands/force/org/snapshot/delete.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/snapshot/delete.ts ) _
263+ _ See code: [ src/commands/force/org/snapshot/delete.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/snapshot/delete.ts ) _
264264
265265## ` sfdx force:org:snapshot:get -s <string> [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
266266
@@ -301,7 +301,7 @@ EXAMPLES
301301 $ sfdx force:org:snapshot:get -s Dependencies
302302```
303303
304- _ See code: [ src/commands/force/org/snapshot/get.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/snapshot/get.ts ) _
304+ _ See code: [ src/commands/force/org/snapshot/get.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/snapshot/get.ts ) _
305305
306306## ` sfdx force:org:snapshot:list [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] `
307307
@@ -341,6 +341,6 @@ EXAMPLES
341341 $ sfdx force:org:snapshot:list -v OtherDevHub@example.com
342342```
343343
344- _ See code: [ src/commands/force/org/snapshot/list.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.1 /src/commands/force/org/snapshot/list.ts ) _
344+ _ See code: [ src/commands/force/org/snapshot/list.ts] ( https://github.com/salesforcecli/plugin-signups/blob/v1.1.2 /src/commands/force/org/snapshot/list.ts ) _
345345
346346<!-- commandsstop -->
0 commit comments