Skip to content

Commit

Permalink
Update messages/retrieve.start.md
Browse files Browse the repository at this point in the history
Co-authored-by: Juliet Shackell <[email protected]>
  • Loading branch information
iowillhoit and jshackell-sfdc authored May 30, 2024
1 parent f2c9bc7 commit 4509ae0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion messages/retrieve.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ To retrieve multiple metadata components, either use multiple --metadata <name>

sf <%= command.id %> --metadata 'ApexClass:MyApex*'

- Retrieve namespaced custom objects using a wildcard:
- Retrieve a custom object called ExcitingObject that's in the SBQQ namespace:

sf <%= command.id %> --metadata CustomObject:SBQQ__ExcitingObject
- Retrieve all custom objects in the SBQQ namespace by using a wildcard and quotes:

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

Expand Down

0 comments on commit 4509ae0

Please sign in to comment.