diff --git a/messages/app.json b/messages/app.json index e0d855bb..4d8c01f5 100644 --- a/messages/app.json +++ b/messages/app.json @@ -1,14 +1,14 @@ { - "listCommandDescription": "list Tableau CRM apps", - "listCommandLongDescription": "Lists Tableau CRM apps in the specified folder or target org.", - "createCommandDescription": "create a Tableau CRM app", - "createCommandLongDescription": "Creates a Tableau CRM app.", - "updateCommandDescription": "updates a Tableau CRM app from a template", - "updateCommandLongDescription": "Updates a Tableau CRM app from a template.", - "displayCommandDescription": "displays a Tableau CRM app's details", - "displayCommandLongDescription": "Displays a Tableau CRM app's details.", - "decoupleCommandDescription": "decouples a Tableau CRM app from a Tableau CRM template", - "decoupleCommandLongDescription": "Decouples a Tableau CRM app from a Tableau CRM template.", + "listCommandDescription": "list Analytics apps", + "listCommandLongDescription": "Lists Analytics apps in the specified folder or target org.", + "createCommandDescription": "create a Analytics app", + "createCommandLongDescription": "Creates a Analytics app.", + "updateCommandDescription": "updates a Analytics app from a template", + "updateCommandLongDescription": "Updates a Analytics app from a template.", + "displayCommandDescription": "displays a Analytics app's details", + "displayCommandLongDescription": "Displays a Analytics app's details.", + "decoupleCommandDescription": "decouples a Analytics app from a Analytics template", + "decoupleCommandLongDescription": "Decouples a Analytics app from a Analytics template.", "folderidFlagDescription": "folder ID", "folderidFlagLongDescription": "ID of the folder that contains the app data.", "templateidFlagDescriptionForCreate": "template ID; required unless --definitionfile is specified", @@ -16,9 +16,9 @@ "templateidFlagDescription": "template ID", "templateidFlagLongDescription": "Template ID.", "templateidForUpdateFlagDescription": "template ID", - "templateidForUpdateFlagLongDescription": "The ID of the Tableau CRM template.", + "templateidForUpdateFlagLongDescription": "The ID of the Analytics template.", "templatenameFlagDescription": "template name", - "templatenameFlagLongDescription": "The name of the Tableau CRM template.", + "templatenameFlagLongDescription": "The name of the Analytics template.", "appnameFlagDescription": "app name", "appnameFlagLongDescription": "The name of the created app.", "applogFlagDescription": "specify to include app creation log details", @@ -29,11 +29,11 @@ "appUpdateAsyncLongDescription": "Update app asynchronously.", "appCreateAllEventsDescription": "verbose display of all app create events", "appCreateAllEventsLongDescription": "Verbose display of all app create events.", - "appDefinitionFileFlagDescription": "Tableau CRM template definition file; required unless --templateid is specified", - "appDefinitionFileFlagLongDescription": "Tableau CRM template definition file; required unless a --templateid value is specified.", - "appsFound": "Found [%s] Tableau CRM apps.", - "startAppCreation": "Successfully started the creation process for Tableau CRM app [%s].", - "startAppUpdate": "Successfully started the update process for Tableau CRM app [%s].", + "appDefinitionFileFlagDescription": "Analytics template definition file; required unless --templateid is specified", + "appDefinitionFileFlagLongDescription": "Analytics template definition file; required unless a --templateid value is specified.", + "appsFound": "Found [%s] Analytics apps.", + "startAppCreation": "Successfully started the creation process for Analytics app [%s].", + "startAppUpdate": "Successfully started the update process for Analytics app [%s].", "appCreateEvent": "%s %s %s, 0 failed", "verboseAppCreateEventSuccess": "%s %s %s of %s [%s]", "appCreateEventFail": "%s %s %s of %s [%s] with message [%s]", @@ -44,10 +44,10 @@ "createAppSuccessAsync": "Check app completion status by running \"sfdx analytics:app:list -f %s\".", "appCreateSuccessfulLabel": "Successfully created", "appCreateEventFailureLabel": "Event failed on", - "updateSuccess": "Successfully updated Tableau CRM app [%s]", - "deleteAppSuccess": "Successfully deleted Tableau CRM app [%s].", - "deleteCommandDescription": "delete Tableau CRM apps", - "deleteCommandLongDescription": "Delete Tableau CRM apps.", + "updateSuccess": "Successfully updated Analytics app [%s]", + "deleteAppSuccess": "Successfully deleted Analytics app [%s].", + "deleteCommandDescription": "delete Analytics apps", + "deleteCommandLongDescription": "Delete Analytics apps.", "confirmDeleteYesNo": "Are you sure you want to delete this app (y/n)?", "nopromptFlagDescription": "do not prompt to confirm force delete", "nopromptFlagLongDescription": "Do not prompt to confirm delete.", diff --git a/messages/asset.json b/messages/asset.json index 16313ad6..2fe17669 100644 --- a/messages/asset.json +++ b/messages/asset.json @@ -1,18 +1,18 @@ { - "publisherListCommandDescription": "list Tableau CRM asset publishers", - "publisherListCommandLongDescription": "Lists Tableau CRM asset publishers.", - "publisherCreateCommandDescription": "create a publisher record for the Tableau CRM asset", - "publisherCreateCommandLongDescription": "Create a publisher record for the Tableau CRM asset.", + "publisherListCommandDescription": "list Analytics asset publishers", + "publisherListCommandLongDescription": "Lists Analytics asset publishers.", + "publisherCreateCommandDescription": "create a publisher record for the Analytics asset", + "publisherCreateCommandLongDescription": "Create a publisher record for the Analytics asset.", "createSuccess": "Successfully created asset publisher with ID [%s].", "assetidFlagDescription": "Asset ID under development", "assetidFlagLongDescription": "Asset ID under development.", "assetPublisheridFlagDescription": "Asset Publisher ID under development", "assetPublisheridFlagLongDescription": "Asset Publisher ID under development.", "publishersFound": "Found [%s] asset publishers for resource [%s].", - "deleteCommandDescription": "delete a Tableau CRM asset publisher", - "deleteCommandLongDescription": "Delete a Tableau CRM asset publisher.", - "deleteallCommandDescription": "delete Tableau CRM asset publishers", - "deleteallCommandLongDescription": "Deletes Tableau CRM asset publishers.", + "deleteCommandDescription": "delete a Analytics asset publisher", + "deleteCommandLongDescription": "Delete a Analytics asset publisher.", + "deleteallCommandDescription": "delete Analytics asset publishers", + "deleteallCommandLongDescription": "Deletes Analytics asset publishers.", "confirmDeleteYesNo": "Are you sure you want to delete all asset publishers for this resource (y/n)?", "deletePublishersSuccess": "Successfully deleted all asset publisher for resource [%s].", "deletePublisherSuccess": "Successfully deleted the asset publisher record [%s].", diff --git a/messages/autoinstall.json b/messages/autoinstall.json index 85340778..124ff7ad 100644 --- a/messages/autoinstall.json +++ b/messages/autoinstall.json @@ -1,26 +1,26 @@ { - "listCommandDescription": "list Tableau CRM auto-install requests", - "listCommandLongDescription": "Lists Tableau CRM auto-install requests in the specified target org.", + "listCommandDescription": "list Analytics auto-install requests", + "listCommandLongDescription": "Lists Analytics auto-install requests in the specified target org.", "autoinstallsFound": "Found [%s] auto-install requests.", - "createCommandDescription": "creates auto-install request to create Tableau CRM app", - "createCommandLongDescription": "Creates auto-install request to create a Tableau CRM app.", - "updateCommandDescription": "creates auto-install request to update Tableau CRM app", - "updateCommandLongDescription": "Creates auto-install request to update a Tableau CRM app.", - "deleteCommandDescription": "creates auto-install request to delete Tableau CRM app", - "deleteCommandLongDescription": "Creates auto-install request to delete a Tableau CRM app.", - "enableCommandDescription": "enable Tableau CRM", - "enableCommandLongDescription": "Enable Tableau CRM.", + "createCommandDescription": "creates auto-install request to create Analytics app", + "createCommandLongDescription": "Creates auto-install request to create a Analytics app.", + "updateCommandDescription": "creates auto-install request to update Analytics app", + "updateCommandLongDescription": "Creates auto-install request to update a Analytics app.", + "deleteCommandDescription": "creates auto-install request to delete Analytics app", + "deleteCommandLongDescription": "Creates auto-install request to delete a Analytics app.", + "enableCommandDescription": "enable Analytics", + "enableCommandLongDescription": "Enable Analytics.", "templatenameFlagDescription": "template api name", - "templatenameFlagLongDescription": "The API name of the Tableau CRM template.", + "templatenameFlagLongDescription": "The API name of the Analytics template.", "folderidFlagDescription": "folder ID", "folderidFlagLongDescription": "ID of the folder that contains the app data.", "templateidFlagDescription": "template ID", - "templateidFlagLongDescription": "The ID of the Tableau CRM template.", + "templateidFlagLongDescription": "The ID of the Analytics template.", "noenqueueFlagDescription": "do not enqueue the request", "noenqueueFlagLongDescription": "Only create the request, do not initially enqueue and start the request.", "missingRequiredField": "Missing Required Field: templateid or templatename", - "displayCommandDescription": "displays a Tableau CRM auto-install request details", - "displayCommandLongDescription": "Displays a Tableau CRM auto-install request details.", + "displayCommandDescription": "displays a Analytics auto-install request details", + "displayCommandLongDescription": "Displays a Analytics auto-install request details.", "displayDetailHeader": "auto-install request Details", "autoinstallidFlagDescription": "auto-install request ID", "autoinstallidFlagLongDescription": "ID of the auto-install request.", @@ -36,24 +36,24 @@ "startRequestPolling": "Waiting for auto-install request [%s] to finish", "requestPollingTimeout": "Timeout occurred waiting for auto-install request [%s] to finish [current status: %s], try increasing --wait", "requestCancelled": "Auto-install request [%s] was cancelled.", - "enableRequestSuccess": "Successfully created auto-install request [%s] to enable Tableau CRM", + "enableRequestSuccess": "Successfully created auto-install request [%s] to enable Analytics", "enableAsyncDescription": "enable asynchronously", "enableAsyncLongDescription": "Enable asynchronously.", - "enableSuccess": "Successfully enabled Tableau CRM from auto-install request [%s]", - "enableFailed": "Failure during Tableau CRM enable from auto-install request [%s]", + "enableSuccess": "Successfully enabled Analytics from auto-install request [%s]", + "enableFailed": "Failure during Analytics enable from auto-install request [%s]", "appCreateAsyncDescription": "create app asynchronously", "appCreateAsyncLongDescription": "Create app asynchronously.", - "appCreateRequestSuccess": "Successfully created app auto-install request to create Tableau CRM app [%s]", - "appCreateSuccess": "Successfully created Tableau CRM app [%s] from auto-install request [%s]", - "appCreateFailed": "Failure during Tableau CRM app creation from auto-install request [%s]", + "appCreateRequestSuccess": "Successfully created app auto-install request to create Analytics app [%s]", + "appCreateSuccess": "Successfully created Analytics app [%s] from auto-install request [%s]", + "appCreateFailed": "Failure during Analytics app creation from auto-install request [%s]", "appUpdateAsyncDescription": "update app asynchronously", "appUpdateAsyncLongDescription": "Update app asynchronously.", - "appUpdateRequestSuccess": "Successfully created app auto-install request to update Tableau CRM app [%s]", - "appUpdateSuccess": "Successfully updated Tableau CRM app [%s] from auto-install request [%s]", - "appUpdateFailed": "Failure during Tableau CRM app update from auto-install request [%s]", + "appUpdateRequestSuccess": "Successfully created app auto-install request to update Analytics app [%s]", + "appUpdateSuccess": "Successfully updated Analytics app [%s] from auto-install request [%s]", + "appUpdateFailed": "Failure during Analytics app update from auto-install request [%s]", "appDeleteAsyncDescription": "delete app asynchronously", "appDeleteAsyncLongDescription": "Delete app asynchronously.", - "appDeleteRequestSuccess": "Successfully created app auto-install request to delete Tableau CRM app [%s]", - "appDeleteSuccess": "Successfully deleted Tableau CRM app [%s] from auto-install request [%s]", - "appDeleteFailed": "Failure during Tableau CRM app delete from auto-install request [%s]" + "appDeleteRequestSuccess": "Successfully created app auto-install request to delete Analytics app [%s]", + "appDeleteSuccess": "Successfully deleted Analytics app [%s] from auto-install request [%s]", + "appDeleteFailed": "Failure during Analytics app delete from auto-install request [%s]" } diff --git a/messages/dashboard.json b/messages/dashboard.json index 302f457a..774a042e 100644 --- a/messages/dashboard.json +++ b/messages/dashboard.json @@ -1,7 +1,7 @@ { - "listCommandDescription": "list Tableau CRM dashboards", - "listCommandLongDescription": "Lists Tableau CRM dashboards in the specified target org.", - "dashboardsFound": "Found [%s] Tableau CRM dashboards.", + "listCommandDescription": "list Analytics dashboards", + "listCommandLongDescription": "Lists Analytics dashboards in the specified target org.", + "dashboardsFound": "Found [%s] Analytics dashboards.", "dashboardIdFlagDescription": "Dashboard ID", "dahsboardIdFlagLongDescription": "Dashboard ID.", "currentHistoryIdFlagDescription": "Current History ID to display", @@ -10,6 +10,6 @@ "removeCurrentHistoryLongDescription": "Remove Current History ID from dashboard.", "updateSuccess": "Successfully updated dashboard current history ID to [%s]", "updateRemoveSuccess": "Successfully removed current history ID", - "updateCommandDescription": "updates a Tableau CRM dashboard", - "updateCommandLongDescription": "Updates a Tableau CRM dashboard." + "updateCommandDescription": "updates a Analytics dashboard", + "updateCommandLongDescription": "Updates a Analytics dashboard." } diff --git a/messages/dataflow.json b/messages/dataflow.json index 6e273569..043a7879 100644 --- a/messages/dataflow.json +++ b/messages/dataflow.json @@ -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." } diff --git a/messages/dataset.json b/messages/dataset.json index e51e0527..59fad213 100644 --- a/messages/dataset.json +++ b/messages/dataset.json @@ -1,9 +1,9 @@ { - "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", @@ -11,6 +11,6 @@ "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." } diff --git a/messages/history.json b/messages/history.json index 153cfe7c..1929a47e 100644 --- a/messages/history.json +++ b/messages/history.json @@ -1,7 +1,7 @@ { - "listDashboardHistoryCommandDescription": "list history records for Tableau CRM dashboards", - "listDashboardHistoryCommandLongDescription": "Lists history records for Tableau CRM dashboards in the specified target org.", - "dashboardsHistoriesFound": "Found [%s] Tableau CRM dashboard history records.", + "listDashboardHistoryCommandDescription": "list history records for Analytics dashboards", + "listDashboardHistoryCommandLongDescription": "Lists history records for Analytics dashboards in the specified target org.", + "dashboardsHistoriesFound": "Found [%s] Analytics dashboard history records.", "dashboardidFlagDescription": "dashboard ID", "dashboardidFlagLongDescription": "The ID of the dashboard to show history records.", "dashboardHistoryidFlagDescription": "dashboard history ID", @@ -12,17 +12,17 @@ "revertCommandLongDescription": "Revert to a specified history record.", "revertSuccess": "Successfully reverted asset [%s] to history [%s].", - "listDataflowHistoryCommandDescription": "list history records for Tableau CRM dataflows", - "listDataflowHistoryCommandLongDescription": "Lists history records for Tableau CRM dataflows in the specified target org.", - "dataflowsHistoriesFound": "Found [%s] Tableau CRM dataflow history records.", + "listDataflowHistoryCommandDescription": "list history records for Analytics dataflows", + "listDataflowHistoryCommandLongDescription": "Lists history records for Analytics dataflows in the specified target org.", + "dataflowsHistoriesFound": "Found [%s] Analytics dataflow history records.", "dataflowidFlagDescription": "dataflow ID", "dataflowidFlagLongDescription": "The ID of the dataflow to show history records.", "dataflowHistoryidFlagDescription": "dataflow history ID", "dataflowHistoryidFlagLongDescription": "The ID of the dataflow history record.", - "listLensHistoryCommandDescription": "list history records for Tableau CRM lenses", - "listLensHistoryCommandLongDescription": "Lists history records for Tableau CRM lenses in the specified target org.", - "lensHistoriesFound": "Found [%s] Tableau CRM lens history records.", + "listLensHistoryCommandDescription": "list history records for Analytics lenses", + "listLensHistoryCommandLongDescription": "Lists history records for Analytics lenses in the specified target org.", + "lensHistoriesFound": "Found [%s] Analytics lens history records.", "lensidFlagDescription": "lens ID", "lensidFlagLongDescription": "The ID of the lens to show history records.", "lensHistoryidFlagDescription": "lens history ID", diff --git a/messages/lens.json b/messages/lens.json index 498a50dc..0fe7b5c8 100644 --- a/messages/lens.json +++ b/messages/lens.json @@ -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." } diff --git a/messages/query.json b/messages/query.json index fe5d5038..9c0fa78e 100644 --- a/messages/query.json +++ b/messages/query.json @@ -1,6 +1,6 @@ { - "queryCommandDescription": "execute a Tableau CRM query", - "queryCommandLongDescription": "Execute a Tableau CRM query.", + "queryCommandDescription": "execute a Analytics query", + "queryCommandLongDescription": "Execute a Analytics query.", "missingRequiredField": "Missing Required Field: query or queryfile", "queryfileDescription": "path to the file containing the query to execute", "queryfileLongDescription": "Path to the file containing the query to execute.", diff --git a/messages/recipe.json b/messages/recipe.json index d1727722..8dc1d1b3 100644 --- a/messages/recipe.json +++ b/messages/recipe.json @@ -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." } diff --git a/messages/template.json b/messages/template.json index de61e344..42bd34d6 100644 --- a/messages/template.json +++ b/messages/template.json @@ -1,46 +1,46 @@ { - "listCommandDescription": "list Tableau CRM templates", - "listCommandLongDescription": "Lists Tableau CRM templates in the specified folder or target org.", - "templatesFound": "Found [%s] Tableau CRM templates.", + "listCommandDescription": "list Analytics templates", + "listCommandLongDescription": "Lists Analytics templates in the specified folder or target org.", + "templatesFound": "Found [%s] Analytics templates.", "folderidFlagDescription": "folder ID", "folderidFlagLongDescription": "The ID of the folder that contains the template data.", "templateLabelFlagDescription": "template label", - "templateLabelFlagLongDescription": "The label for the Tableau CRM template (defaults to the app label).", + "templateLabelFlagLongDescription": "The label for the Analytics template (defaults to the app label).", "templateDescriptionFlagDescription": "template description", - "templateDescriptionFlagLongDescription": "The description for the Tableau CRM template (defaults to the app description).", + "templateDescriptionFlagLongDescription": "The description for the Analytics template (defaults to the app description).", "templateidFlagDescription": "template ID", - "templateidFlagLongDescription": "The ID of the Tableau CRM template.", + "templateidFlagLongDescription": "The ID of the Analytics template.", "templatenameFlagDescription": "template name", - "templatenameFlagLongDescription": "The name of the Tableau CRM template.", + "templatenameFlagLongDescription": "The name of the Analytics template.", "includeSalesforceTemplatesFlagDescription": "include salesforce templates", "includeSalesforceTemplatesFlagLongDescription": "Include Salesforce templates.", "includeEmbeddedAppTemplatesFlagDescription": "include EmbeddedApp templates", "includeEmbeddedAppTemplatesFlagLongDescription": "Include EmbeddedApp templates.", - "createCommandDescription": "create Tableau CRM templates", - "createCommandLongDescription": "Creates Tableau CRM templates.", - "createSuccess": "Successfully created Tableau CRM template [%s]", - "updateCommandDescription": "update Tableau CRM templates", - "updateCommandLongDescription": "Updates Tableau CRM templates.", + "createCommandDescription": "create Analytics templates", + "createCommandLongDescription": "Creates Analytics templates.", + "createSuccess": "Successfully created Analytics template [%s]", + "updateCommandDescription": "update Analytics templates", + "updateCommandLongDescription": "Updates Analytics templates.", "updateFolderIdNeeded1": "Try updating again specifying a folder ID: -f ", "updateFolderIdNeeded2": "Found [%s] apps created from this template", - "errorNoFolderFound": "This Tableau CRM template bundle [%s] is not linked to an app or folder. To link to an app, include -f or --folderid.", - "forceDeleteTemplateFlagDescription": "force delete the Tableau CRM template and all linked Tableau CRM apps", - "forceDeleteTemplateFlagLongDescription": "Force deletes the Tableau CRM template and all linked Tableau CRM apps.", - "decoupleTemplateFlagDescription": "decouple all linked Tableau CRM apps", - "decoupleTemplateFlagLongDescription": "Decouple all linked Tableau CRM apps.", + "errorNoFolderFound": "This Analytics template bundle [%s] is not linked to an app or folder. To link to an app, include -f or --folderid.", + "forceDeleteTemplateFlagDescription": "force delete the Analytics template and all linked Analytics apps", + "forceDeleteTemplateFlagLongDescription": "Force deletes the Analytics template and all linked Analytics apps.", + "decoupleTemplateFlagDescription": "decouple all linked Analytics apps", + "decoupleTemplateFlagLongDescription": "Decouple all linked Analytics apps.", "nopromptFlagDescription": "do not prompt to confirm force delete", "nopromptFlagLongDescription": "Do not prompt to confirm force delete.", - "updateSuccess": "Successfully updated Tableau CRM template [name: %s, id: %s] from master app [%s].", - "deleteCommandDescription": "delete Tableau CRM templates", - "deleteCommandLongDescription": "Deletes Tableau CRM templates.", + "updateSuccess": "Successfully updated Analytics template [name: %s, id: %s] from master app [%s].", + "deleteCommandDescription": "delete Analytics templates", + "deleteCommandLongDescription": "Deletes Analytics templates.", "confirmDeleteYesNo": "Are you sure you want to delete this template (y/n)?", "confirmForceDeleteYesNo": "Are you sure you want to delete this template and all linked apps (y/n)?", "confirmDecoupleYesNo": "Are you sure you want to delete this template and decouple all linked apps (y/n)?", - "deleteAppSuccess": "Successfully deleted Tableau CRM app '%s' [%s].", - "decoupleAppSuccess": "Successfully decoupled Tableau CRM app '%s' [%s].", - "deleteTemplateSuccess": "Successfully deleted Tableau CRM template [%s].", - "displayCommandDescription": "displays a Tableau CRM template's details", - "displayCommandLongDescription": "Displays a Tableau CRM template's details.", + "deleteAppSuccess": "Successfully deleted Analytics app '%s' [%s].", + "decoupleAppSuccess": "Successfully decoupled Analytics app '%s' [%s].", + "deleteTemplateSuccess": "Successfully deleted Analytics template [%s].", + "displayCommandDescription": "displays a Analytics template's details", + "displayCommandLongDescription": "Displays a Analytics template's details.", "displayDetailHeader": "Template Details", "missingRequiredField": "Missing Required Field: templateid or templatename", "assetVersionFlagDescription": "version number for upgrading the template (available in api version 54.0)", diff --git a/package.json b/package.json index 70c28fc2..d5c89bcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/analytics", - "description": "Commands for working with Tableau CRM applications, assets, and services", + "description": "Commands for working with Salesforce Analytics applications, assets, and services", "version": "1.0.11", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/analyticsdx-vscode/issues", @@ -62,8 +62,11 @@ "keywords": [ "analytics", "analyticsdx", + "crma", + "crm analytics", "tableau", - "tableaucrm", + "tableau crm", + "tcrm", "force", "salesforce", "sfdx", @@ -171,4 +174,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}