diff --git a/messages/deploy.metadata.md b/messages/deploy.metadata.md index 2b41fec6..993f7256 100644 --- a/messages/deploy.metadata.md +++ b/messages/deploy.metadata.md @@ -39,6 +39,10 @@ To deploy multiple metadata components, either set multiple --metadata fl sf <%= command.id %> --metadata 'ApexClass:MyApex*' --ignore-warnings +- Deploy namespaced custom objects using a wildcard: + + sf <%= command.id %> --metadata 'CustomObject:SBQQ__*' + - Deploy all custom objects and Apex classes found in all defined package directories (both examples are equivalent): sf <%= command.id %> --metadata CustomObject ApexClass diff --git a/messages/retrieve.start.md b/messages/retrieve.start.md index 9095bb03..9881f581 100644 --- a/messages/retrieve.start.md +++ b/messages/retrieve.start.md @@ -39,6 +39,10 @@ To retrieve multiple metadata components, either use multiple --metadata sf <%= command.id %> --metadata 'ApexClass:MyApex*' +- Retrieve namespaced custom objects using a wildcard: + + sf <%= command.id %> --metadata 'CustomObject:SBQQ__*' + - Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent): sf <%= command.id %> --metadata CustomObject ApexClass