Skip to content

Commit c69e033

Browse files
author
Luca Bassani
committed
fix: description changed
1 parent f8c9c61 commit c69e033

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

messages/connected-objects.upsert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# summary
22

3-
Upsert CRM Analytics Connected Objects and fields according to the ones mentioned in the given recipes.
3+
Upsert CRM Analytics Connected Objects and fields in the target org based on the input nodes of your local recipes.
44

55
# description
66

7-
Upsert CRM Analytics Connected Objects (also known as Replicated Datasets) and fields in the target org based on the input nodes of your local recipes.
7+
Create or update CRM Analytics Connected Objects (Replicated Datasets) and fields in the target org, using the input nodes of the local recipes passed to the command.
88
Existing connections are preserved, and newly detected objects or fields are added. If a new object connection is created, it uses the default connection mode. Use "--all" to evaluate all recipes in the repository.
99

1010
# examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-analytics-connected-objects",
3-
"description": "Additional Salesforce CLI commands to manage CRM Analytics connected-objects",
3+
"description": "Salesforce CLI plugin to upsert CRM Analytics Connected Objects and fields in the target org based on the input nodes of your local recipes",
44
"version": "1.2.3",
55
"author": "Luca Bassani <baslu93@live.it>",
66
"repository": {

0 commit comments

Comments
 (0)