Skip to content

Commit 6f63bdd

Browse files
fix: update retrieve doc for .* wildcard retrieval - W-18369903 (#1341)
* fix: update retrieve doc for .* wildcard retrieval * Update retrieve.start.md --------- Co-authored-by: Juliet Shackell <[email protected]>
1 parent 0125a4d commit 6f63bdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

messages/retrieve.start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ To retrieve multiple metadata components, either use multiple --metadata <name>
4747

4848
sf <%= command.id %> --metadata 'CustomObject:SBQQ__*'
4949

50+
- Retrieve all list views for the Case standard object:
51+
52+
sf <%= command.id %> --metadata 'ListView:Case*'
53+
5054
- Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent):
5155

5256
<%= config.bin %> <%= command.id %> --metadata CustomObject ApexClass

0 commit comments

Comments
 (0)