diff --git a/messages/deploy.metadata.md b/messages/deploy.metadata.md index 2b41fec6..5b076322 100644 --- a/messages/deploy.metadata.md +++ b/messages/deploy.metadata.md @@ -39,6 +39,14 @@ To deploy multiple metadata components, either set multiple --metadata fl sf <%= command.id %> --metadata 'ApexClass:MyApex*' --ignore-warnings +- 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__*' + - 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..e3302b09 100644 --- a/messages/retrieve.start.md +++ b/messages/retrieve.start.md @@ -39,6 +39,14 @@ To retrieve multiple metadata components, either use multiple --metadata sf <%= command.id %> --metadata 'ApexClass:MyApex*' +- 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__*' + - Retrieve all custom objects and Apex classes found in all defined package directories (both examples are equivalent): sf <%= command.id %> --metadata CustomObject ApexClass