From 70940b6d481d52819945fa46d6f907468c7dd3fd Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Wed, 29 May 2024 13:22:03 -0500 Subject: [PATCH] fix: namespaced deploy-retrieve examples --- messages/deploy.metadata.md | 4 ++++ messages/retrieve.start.md | 4 ++++ 2 files changed, 8 insertions(+) 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