Skip to content

Commit

Permalink
fix: namespaced deploy-retrieve examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed May 29, 2024
1 parent 0d5b32a commit 70940b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions messages/deploy.metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ 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:

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
Expand Down
4 changes: 4 additions & 0 deletions messages/retrieve.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ To retrieve multiple metadata components, either use multiple --metadata <name>

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
Expand Down

0 comments on commit 70940b6

Please sign in to comment.