Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions messages/retrieve.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ To retrieve multiple metadata components, either use multiple --metadata <name>

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

- Retrieve all list views for the Case standard object:

sf <%= command.id %> --metadata 'ListView:Case*'

- Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent):

<%= config.bin %> <%= command.id %> --metadata CustomObject ApexClass
Expand Down
Loading