@salesforce/plugin-community 3.2.20 → 3.2.21
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 +3 -3
- package/npm-shrinkwrap.json +115 -671
- package/oclif.lock +39 -355
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
|
|
|
167
167
|
available in your org.
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
170
|
+
_See code: [src/commands/community/create.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.21/src/commands/community/create.ts)_
|
|
171
171
|
|
|
172
172
|
## `sf community list template`
|
|
173
173
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
$ sf community list template --target-org my-scratch-org
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
205
|
+
_See code: [src/commands/community/list/template.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.21/src/commands/community/list/template.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf community publish`
|
|
208
208
|
|
|
@@ -251,6 +251,6 @@ EXAMPLES
|
|
|
251
251
|
$ sf community publish --name 'My Customer Site'
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.
|
|
254
|
+
_See code: [src/commands/community/publish.ts](https://github.com/salesforcecli/plugin-community/blob/3.2.21/src/commands/community/publish.ts)_
|
|
255
255
|
|
|
256
256
|
<!-- commandsstop -->
|