generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change Tableau CRM to Analytics (#165)
* fix: change Tableau CRM to CRM Analytics * fix: change CRM Analytics to just Analytics
- Loading branch information
Showing
12 changed files
with
118 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"listCommandDescription": "list Tableau CRM dataflows", | ||
"listCommandLongDescription": "Lists Tableau CRM dataflows in the specified target org.", | ||
"dataflowsFound": "Found [%s] Tableau CRM dataflows." | ||
"listCommandDescription": "list Analytics dataflows", | ||
"listCommandLongDescription": "Lists Analytics dataflows in the specified target org.", | ||
"dataflowsFound": "Found [%s] Analytics dataflows." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"listCommandDescription": "list Tableau CRM datasets", | ||
"listCommandLongDescription": "Lists Tableau CRM datasets in the specified target org.", | ||
"datasetsFound": "Found [%s] Tableau CRM datasets.", | ||
"displayCommandDescription": "displays a Tableau CRM dataset's details", | ||
"displayCommandLongDescription": "Displays a Tableau CRM dataset's details.", | ||
"listCommandDescription": "list Analytics datasets", | ||
"listCommandLongDescription": "Lists Analytics datasets in the specified target org.", | ||
"datasetsFound": "Found [%s] Analytics datasets.", | ||
"displayCommandDescription": "displays a Analytics dataset's details", | ||
"displayCommandLongDescription": "Displays a Analytics dataset's details.", | ||
"missingRequiredField": "Missing Required Field: datasetid or datasetname", | ||
"displayDetailHeader": "Dataset Details", | ||
"datasetidFlagDescription": "dataset ID", | ||
"datasetidFlagLongDescription": "Dataset ID.", | ||
"datasetnameFlagDescription": "dataset api name", | ||
"datasetnameFlagLongDescription": "Dataset api name.", | ||
"displayDateFormat": "YYYY-MM-DD HH:mm:ss", | ||
"rowsfetchCommandDescription": "fetch the rows of a Tableau CRM dataset", | ||
"rowsfetchCommandLongDescription": "fetch the rows of a Tableau CRM dataset." | ||
"rowsfetchCommandDescription": "fetch the rows of a Analytics dataset", | ||
"rowsfetchCommandLongDescription": "fetch the rows of a Analytics dataset." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"listCommandDescription": "list Tableau CRM lenses", | ||
"listCommandLongDescription": "Lists Tableau CRM lenses in the specified target org.", | ||
"lensesFound": "Found [%s] Tableau CRM lenses." | ||
"listCommandDescription": "list Analytics lenses", | ||
"listCommandLongDescription": "Lists Analytics lenses in the specified target org.", | ||
"lensesFound": "Found [%s] Analytics lenses." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"listCommandDescription": "list Tableau CRM recipes", | ||
"listCommandLongDescription": "Lists Tableau CRM recipes in the specified target org.", | ||
"recipesFound": "Found [%s] Tableau CRM recipes." | ||
"listCommandDescription": "list Analytics recipes", | ||
"listCommandLongDescription": "Lists Analytics recipes in the specified target org.", | ||
"recipesFound": "Found [%s] Analytics recipes." | ||
} |
Oops, something went wrong.