@salesforce/plugin-community 3.2.22 → 3.2.24

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 CHANGED
@@ -154,9 +154,7 @@ FLAG DESCRIPTIONS
154
154
 
155
155
  The description displays in Digital Experiences - All Sites in Setup and helps with site identification.
156
156
 
157
- -p, --url-path-prefix=<value>
158
-
159
- URL to append to the domain created when Digital Experiences was enabled for this org.
157
+ -p, --url-path-prefix=<value> URL to append to the domain created when Digital Experiences was enabled for this org.
160
158
 
161
159
  For example, if your domain name is https://MyDomainName.my.site.com and you create a customer site, enter
162
160
  'customers' to create the unique URL https://MyDomainName.my.site.com/customers.
@@ -167,7 +165,7 @@ FLAG DESCRIPTIONS
167
165
  available in your org.
168
166
  ```
169
167
 
170
- _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/create.ts)_
168
+ _See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.24/src/commands/community/create.ts)_
171
169
 
172
170
  ## `sf community list template`
173
171
 
@@ -202,7 +200,7 @@ EXAMPLES
202
200
  $ sf community list template --target-org my-scratch-org
203
201
  ```
204
202
 
205
- _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/list/template.ts)_
203
+ _See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.24/src/commands/community/list/template.ts)_
206
204
 
207
205
  ## `sf community publish`
208
206
 
@@ -251,6 +249,6 @@ EXAMPLES
251
249
  $ sf community publish --name 'My Customer Site'
252
250
  ```
253
251
 
254
- _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.22/src/commands/community/publish.ts)_
252
+ _See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.24/src/commands/community/publish.ts)_
255
253
 
256
254
  <!-- commandsstop -->