Skip to content

Commit

Permalink
Update messages/deploy.metadata.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 70940b6 commit f2c9bc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion messages/deploy.metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ To deploy multiple metadata components, either set multiple --metadata <name> fl

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

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

sf <%= command.id %> --metadata CustomObject:SBQQ__ExcitingObject

- Deploy 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 f2c9bc7

Please sign in to comment.