@salesforce/analytics 0.23.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/LICENSE.txt +12 -0
- package/README.md +356 -80
- package/{dist → lib}/commands/analytics/app/create.d.ts +7 -7
- package/{dist → lib}/commands/analytics/app/create.js +60 -42
- package/lib/commands/analytics/app/create.js.map +1 -0
- package/{dist → lib}/commands/analytics/app/decouple.d.ts +2 -2
- package/{dist → lib}/commands/analytics/app/decouple.js +11 -2
- package/lib/commands/analytics/app/decouple.js.map +1 -0
- package/{dist → lib}/commands/analytics/app/delete.d.ts +2 -2
- package/{dist → lib}/commands/analytics/app/delete.js +12 -5
- package/lib/commands/analytics/app/delete.js.map +1 -0
- package/{dist → lib}/commands/analytics/app/display.d.ts +1 -1
- package/{dist → lib}/commands/analytics/app/display.js +14 -9
- package/lib/commands/analytics/app/display.js.map +1 -0
- package/{dist → lib}/commands/analytics/app/list.d.ts +5 -4
- package/{dist → lib}/commands/analytics/app/list.js +14 -7
- package/lib/commands/analytics/app/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/app/update.d.ts +2 -2
- package/{dist → lib}/commands/analytics/app/update.js +11 -2
- package/lib/commands/analytics/app/update.js.map +1 -0
- package/{dist → lib}/commands/analytics/asset/publisher/create.d.ts +1 -1
- package/{dist → lib}/commands/analytics/asset/publisher/create.js +11 -4
- package/lib/commands/analytics/asset/publisher/create.js.map +1 -0
- package/{dist → lib}/commands/analytics/asset/publisher/delete.d.ts +2 -3
- package/{dist → lib}/commands/analytics/asset/publisher/delete.js +12 -8
- package/lib/commands/analytics/asset/publisher/delete.js.map +1 -0
- package/{dist → lib}/commands/analytics/asset/publisher/deleteall.d.ts +2 -2
- package/{dist → lib}/commands/analytics/asset/publisher/deleteall.js +12 -5
- package/lib/commands/analytics/asset/publisher/deleteall.js.map +1 -0
- package/{dist → lib}/commands/analytics/asset/publisher/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/asset/publisher/list.js +13 -6
- package/lib/commands/analytics/asset/publisher/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/autoinstall/app/create.d.ts +3 -3
- package/{dist → lib}/commands/analytics/autoinstall/app/create.js +15 -7
- package/lib/commands/analytics/autoinstall/app/create.js.map +1 -0
- package/{dist → lib}/commands/analytics/autoinstall/app/delete.d.ts +1 -1
- package/{dist → lib}/commands/analytics/autoinstall/app/delete.js +12 -5
- package/lib/commands/analytics/autoinstall/app/delete.js.map +1 -0
- package/{dist → lib}/commands/analytics/autoinstall/app/update.d.ts +3 -3
- package/{dist → lib}/commands/analytics/autoinstall/app/update.js +14 -7
- package/lib/commands/analytics/autoinstall/app/update.js.map +1 -0
- package/{dist → lib}/commands/analytics/autoinstall/display.d.ts +1 -1
- package/{dist → lib}/commands/analytics/autoinstall/display.js +15 -11
- package/lib/commands/analytics/autoinstall/display.js.map +1 -0
- package/{dist → lib}/commands/analytics/autoinstall/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/autoinstall/list.js +19 -12
- package/lib/commands/analytics/autoinstall/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/dashboard/history/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/dashboard/history/list.js +11 -4
- package/lib/commands/analytics/dashboard/history/list.js.map +1 -0
- package/{dist/commands/analytics/lens → lib/commands/analytics/dashboard}/history/revert.d.ts +3 -3
- package/{dist → lib}/commands/analytics/dashboard/history/revert.js +11 -4
- package/lib/commands/analytics/dashboard/history/revert.js.map +1 -0
- package/{dist → lib}/commands/analytics/dashboard/list.d.ts +0 -0
- package/{dist → lib}/commands/analytics/dashboard/list.js +13 -6
- package/lib/commands/analytics/dashboard/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/dashboard/update.d.ts +2 -2
- package/{dist → lib}/commands/analytics/dashboard/update.js +11 -2
- package/lib/commands/analytics/dashboard/update.js.map +1 -0
- package/{dist → lib}/commands/analytics/dataflow/history/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/dataflow/history/list.js +11 -4
- package/lib/commands/analytics/dataflow/history/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/dataflow/history/revert.d.ts +3 -3
- package/{dist → lib}/commands/analytics/dataflow/history/revert.js +11 -4
- package/lib/commands/analytics/dataflow/history/revert.js.map +1 -0
- package/{dist → lib}/commands/analytics/dataflow/list.d.ts +1 -0
- package/{dist → lib}/commands/analytics/dataflow/list.js +15 -7
- package/lib/commands/analytics/dataflow/list.js.map +1 -0
- package/{dist/commands/analytics/template → lib/commands/analytics/dataset}/display.d.ts +3 -3
- package/lib/commands/analytics/dataset/display.js +95 -0
- package/lib/commands/analytics/dataset/display.js.map +1 -0
- package/lib/commands/analytics/dataset/list.d.ts +18 -0
- package/lib/commands/analytics/dataset/list.js +45 -0
- package/lib/commands/analytics/dataset/list.js.map +1 -0
- package/lib/commands/analytics/dataset/rows/fetch.d.ts +16 -0
- package/lib/commands/analytics/dataset/rows/fetch.js +119 -0
- package/lib/commands/analytics/dataset/rows/fetch.js.map +1 -0
- package/{dist → lib}/commands/analytics/enable.d.ts +0 -0
- package/{dist → lib}/commands/analytics/enable.js +12 -5
- package/lib/commands/analytics/enable.js.map +1 -0
- package/{dist → lib}/commands/analytics/lens/history/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/lens/history/list.js +11 -4
- package/lib/commands/analytics/lens/history/list.js.map +1 -0
- package/{dist/commands/analytics/dashboard → lib/commands/analytics/lens}/history/revert.d.ts +3 -3
- package/{dist → lib}/commands/analytics/lens/history/revert.js +11 -4
- package/lib/commands/analytics/lens/history/revert.js.map +1 -0
- package/{dist → lib}/commands/analytics/lens/list.d.ts +1 -0
- package/{dist → lib}/commands/analytics/lens/list.js +15 -7
- package/lib/commands/analytics/lens/list.js.map +1 -0
- package/lib/commands/analytics/query.d.ts +20 -0
- package/lib/commands/analytics/query.js +125 -0
- package/lib/commands/analytics/query.js.map +1 -0
- package/{dist → lib}/commands/analytics/template/create.d.ts +3 -1
- package/{dist → lib}/commands/analytics/template/create.js +25 -5
- package/lib/commands/analytics/template/create.js.map +1 -0
- package/{dist → lib}/commands/analytics/template/delete.d.ts +1 -1
- package/{dist → lib}/commands/analytics/template/delete.js +14 -7
- package/lib/commands/analytics/template/delete.js.map +1 -0
- package/lib/commands/analytics/template/display.d.ts +13 -0
- package/{dist → lib}/commands/analytics/template/display.js +7 -4
- package/lib/commands/analytics/template/display.js.map +1 -0
- package/{dist → lib}/commands/analytics/template/list.d.ts +1 -1
- package/{dist → lib}/commands/analytics/template/list.js +12 -5
- package/lib/commands/analytics/template/list.js.map +1 -0
- package/{dist → lib}/commands/analytics/template/update.d.ts +9 -4
- package/{dist → lib}/commands/analytics/template/update.js +25 -12
- package/lib/commands/analytics/template/update.js.map +1 -0
- package/{dist → lib}/commands/analytics.d.ts +1 -2
- package/{dist → lib}/commands/analytics.js +16 -18
- package/lib/commands/analytics.js.map +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +9 -0
- package/lib/index.js.map +1 -0
- package/{dist → lib}/lib/analytics/app/folder.d.ts +4 -6
- package/{dist → lib}/lib/analytics/app/folder.js +7 -14
- package/lib/lib/analytics/app/folder.js.map +1 -0
- package/{dist → lib}/lib/analytics/autoinstall/autoinstall.d.ts +24 -4
- package/{dist → lib}/lib/analytics/autoinstall/autoinstall.js +7 -16
- package/lib/lib/analytics/autoinstall/autoinstall.js.map +1 -0
- package/{dist → lib}/lib/analytics/constants.d.ts +0 -0
- package/{dist → lib}/lib/analytics/constants.js +1 -0
- package/lib/lib/analytics/constants.js.map +1 -0
- package/{dist → lib}/lib/analytics/dashboard/dashboard.d.ts +0 -1
- package/{dist → lib}/lib/analytics/dashboard/dashboard.js +5 -12
- package/lib/lib/analytics/dashboard/dashboard.js.map +1 -0
- package/{dist → lib}/lib/analytics/dataflow/dataflow.d.ts +1 -1
- package/{dist → lib}/lib/analytics/dataflow/dataflow.js +2 -15
- package/lib/lib/analytics/dataflow/dataflow.js.map +1 -0
- package/lib/lib/analytics/dataset/dataset.d.ts +71 -0
- package/lib/lib/analytics/dataset/dataset.js +82 -0
- package/lib/lib/analytics/dataset/dataset.js.map +1 -0
- package/{dist → lib}/lib/analytics/event/waveAssetEvent.d.ts +0 -0
- package/{dist → lib}/lib/analytics/event/waveAssetEvent.js +6 -0
- package/lib/lib/analytics/event/waveAssetEvent.js.map +1 -0
- package/{dist → lib}/lib/analytics/lens/lens.d.ts +1 -1
- package/{dist → lib}/lib/analytics/lens/lens.js +3 -10
- package/lib/lib/analytics/lens/lens.js.map +1 -0
- package/{dist → lib}/lib/analytics/publisher/publisher.d.ts +0 -1
- package/{dist → lib}/lib/analytics/publisher/publisher.js +7 -20
- package/lib/lib/analytics/publisher/publisher.js.map +1 -0
- package/lib/lib/analytics/query/query.d.ts +165 -0
- package/lib/lib/analytics/query/query.js +258 -0
- package/lib/lib/analytics/query/query.js.map +1 -0
- package/{dist → lib}/lib/analytics/request.d.ts +5 -4
- package/{dist → lib}/lib/analytics/request.js +32 -3
- package/lib/lib/analytics/request.js.map +1 -0
- package/{dist → lib}/lib/analytics/template/wavetemplate.d.ts +12 -8
- package/{dist → lib}/lib/analytics/template/wavetemplate.js +20 -31
- package/lib/lib/analytics/template/wavetemplate.js.map +1 -0
- package/{dist → lib}/lib/analytics/utils.d.ts +3 -1
- package/{dist → lib}/lib/analytics/utils.js +16 -1
- package/lib/lib/analytics/utils.js.map +1 -0
- package/messages/app.json +36 -34
- package/messages/asset.json +14 -14
- package/messages/autoinstall.json +41 -41
- package/messages/dashboard.json +13 -13
- package/messages/dataflow.json +3 -3
- package/messages/dataset.json +16 -0
- package/messages/history.json +9 -9
- package/messages/lens.json +4 -4
- package/messages/query.json +24 -0
- package/messages/template.json +33 -27
- package/oclif.manifest.json +1 -0
- package/package.json +105 -55
- package/.oclif.manifest.json +0 -1
- package/dist/commands/analytics/app/create.js.map +0 -1
- package/dist/commands/analytics/app/decouple.js.map +0 -1
- package/dist/commands/analytics/app/delete.js.map +0 -1
- package/dist/commands/analytics/app/display.js.map +0 -1
- package/dist/commands/analytics/app/list.js.map +0 -1
- package/dist/commands/analytics/app/update.js.map +0 -1
- package/dist/commands/analytics/asset/publisher/create.js.map +0 -1
- package/dist/commands/analytics/asset/publisher/delete.js.map +0 -1
- package/dist/commands/analytics/asset/publisher/deleteall.js.map +0 -1
- package/dist/commands/analytics/asset/publisher/list.js.map +0 -1
- package/dist/commands/analytics/autoinstall/app/create.js.map +0 -1
- package/dist/commands/analytics/autoinstall/app/delete.js.map +0 -1
- package/dist/commands/analytics/autoinstall/app/update.js.map +0 -1
- package/dist/commands/analytics/autoinstall/display.js.map +0 -1
- package/dist/commands/analytics/autoinstall/list.js.map +0 -1
- package/dist/commands/analytics/dashboard/history/list.js.map +0 -1
- package/dist/commands/analytics/dashboard/history/revert.js.map +0 -1
- package/dist/commands/analytics/dashboard/list.js.map +0 -1
- package/dist/commands/analytics/dashboard/update.js.map +0 -1
- package/dist/commands/analytics/dataflow/history/list.js.map +0 -1
- package/dist/commands/analytics/dataflow/history/revert.js.map +0 -1
- package/dist/commands/analytics/dataflow/list.js.map +0 -1
- package/dist/commands/analytics/enable.js.map +0 -1
- package/dist/commands/analytics/lens/history/list.js.map +0 -1
- package/dist/commands/analytics/lens/history/revert.js.map +0 -1
- package/dist/commands/analytics/lens/list.js.map +0 -1
- package/dist/commands/analytics/template/create.js.map +0 -1
- package/dist/commands/analytics/template/delete.js.map +0 -1
- package/dist/commands/analytics/template/display.js.map +0 -1
- package/dist/commands/analytics/template/list.js.map +0 -1
- package/dist/commands/analytics/template/update.js.map +0 -1
- package/dist/commands/analytics.js.map +0 -1
- package/dist/lib/analytics/app/folder.js.map +0 -1
- package/dist/lib/analytics/autoinstall/autoinstall.js.map +0 -1
- package/dist/lib/analytics/constants.js.map +0 -1
- package/dist/lib/analytics/dashboard/dashboard.js.map +0 -1
- package/dist/lib/analytics/dataflow/dataflow.js.map +0 -1
- package/dist/lib/analytics/event/waveAssetEvent.js.map +0 -1
- package/dist/lib/analytics/lens/lens.js.map +0 -1
- package/dist/lib/analytics/publisher/publisher.js.map +0 -1
- package/dist/lib/analytics/request.js.map +0 -1
- package/dist/lib/analytics/template/wavetemplate.js.map +0 -1
- package/dist/lib/analytics/utils.js.map +0 -1
- package/dist/test/commands/app/create.test.d.ts +0 -1
- package/dist/test/commands/app/create.test.js +0 -269
- package/dist/test/commands/app/create.test.js.map +0 -1
- package/dist/test/commands/app/decouple.test.d.ts +0 -1
- package/dist/test/commands/app/decouple.test.js +0 -22
- package/dist/test/commands/app/decouple.test.js.map +0 -1
- package/dist/test/commands/app/delete.test.d.ts +0 -1
- package/dist/test/commands/app/delete.test.js +0 -24
- package/dist/test/commands/app/delete.test.js.map +0 -1
- package/dist/test/commands/app/display.test.d.ts +0 -1
- package/dist/test/commands/app/display.test.js +0 -171
- package/dist/test/commands/app/display.test.js.map +0 -1
- package/dist/test/commands/app/list.test.d.ts +0 -1
- package/dist/test/commands/app/list.test.js +0 -103
- package/dist/test/commands/app/list.test.js.map +0 -1
- package/dist/test/commands/app/update.test.d.ts +0 -1
- package/dist/test/commands/app/update.test.js +0 -21
- package/dist/test/commands/app/update.test.js.map +0 -1
- package/dist/test/commands/asset/publisher/create.test.d.ts +0 -1
- package/dist/test/commands/asset/publisher/create.test.js +0 -21
- package/dist/test/commands/asset/publisher/create.test.js.map +0 -1
- package/dist/test/commands/asset/publisher/deleteall.test.d.ts +0 -1
- package/dist/test/commands/asset/publisher/deleteall.test.js +0 -24
- package/dist/test/commands/asset/publisher/deleteall.test.js.map +0 -1
- package/dist/test/commands/asset/publisher/list.test.d.ts +0 -1
- package/dist/test/commands/asset/publisher/list.test.js +0 -34
- package/dist/test/commands/asset/publisher/list.test.js.map +0 -1
- package/dist/test/commands/autoinstall/app/create.test.d.ts +0 -1
- package/dist/test/commands/autoinstall/app/create.test.js +0 -153
- package/dist/test/commands/autoinstall/app/create.test.js.map +0 -1
- package/dist/test/commands/autoinstall/app/delete.test.d.ts +0 -1
- package/dist/test/commands/autoinstall/app/delete.test.js +0 -153
- package/dist/test/commands/autoinstall/app/delete.test.js.map +0 -1
- package/dist/test/commands/autoinstall/app/update.test.d.ts +0 -1
- package/dist/test/commands/autoinstall/app/update.test.js +0 -153
- package/dist/test/commands/autoinstall/app/update.test.js.map +0 -1
- package/dist/test/commands/autoinstall/list.test.d.ts +0 -1
- package/dist/test/commands/autoinstall/list.test.js +0 -42
- package/dist/test/commands/autoinstall/list.test.js.map +0 -1
- package/dist/test/commands/dashboard/history/list.test.d.ts +0 -1
- package/dist/test/commands/dashboard/history/list.test.js +0 -33
- package/dist/test/commands/dashboard/history/list.test.js.map +0 -1
- package/dist/test/commands/dashboard/history/revert.test.d.ts +0 -1
- package/dist/test/commands/dashboard/history/revert.test.js +0 -22
- package/dist/test/commands/dashboard/history/revert.test.js.map +0 -1
- package/dist/test/commands/dashboard/list.test.d.ts +0 -1
- package/dist/test/commands/dashboard/list.test.js +0 -33
- package/dist/test/commands/dashboard/list.test.js.map +0 -1
- package/dist/test/commands/dashboard/update.test.d.ts +0 -1
- package/dist/test/commands/dashboard/update.test.js +0 -44
- package/dist/test/commands/dashboard/update.test.js.map +0 -1
- package/dist/test/commands/dataflow/history/list.test.d.ts +0 -1
- package/dist/test/commands/dataflow/history/list.test.js +0 -33
- package/dist/test/commands/dataflow/history/list.test.js.map +0 -1
- package/dist/test/commands/dataflow/history/revert.test.d.ts +0 -1
- package/dist/test/commands/dataflow/history/revert.test.js +0 -22
- package/dist/test/commands/dataflow/history/revert.test.js.map +0 -1
- package/dist/test/commands/dataflow/list.test.d.ts +0 -1
- package/dist/test/commands/dataflow/list.test.js +0 -32
- package/dist/test/commands/dataflow/list.test.js.map +0 -1
- package/dist/test/commands/enable.test.d.ts +0 -1
- package/dist/test/commands/enable.test.js +0 -156
- package/dist/test/commands/enable.test.js.map +0 -1
- package/dist/test/commands/lens/history/list.test.d.ts +0 -1
- package/dist/test/commands/lens/history/list.test.js +0 -33
- package/dist/test/commands/lens/history/list.test.js.map +0 -1
- package/dist/test/commands/lens/history/revert.test.d.ts +0 -1
- package/dist/test/commands/lens/history/revert.test.js +0 -22
- package/dist/test/commands/lens/history/revert.test.js.map +0 -1
- package/dist/test/commands/lens/list.test.d.ts +0 -1
- package/dist/test/commands/lens/list.test.js +0 -32
- package/dist/test/commands/lens/list.test.js.map +0 -1
- package/dist/test/commands/template/create.test.d.ts +0 -1
- package/dist/test/commands/template/create.test.js +0 -21
- package/dist/test/commands/template/create.test.js.map +0 -1
- package/dist/test/commands/template/delete.test.d.ts +0 -1
- package/dist/test/commands/template/delete.test.js +0 -139
- package/dist/test/commands/template/delete.test.js.map +0 -1
- package/dist/test/commands/template/display.test.d.ts +0 -1
- package/dist/test/commands/template/display.test.js +0 -56
- package/dist/test/commands/template/display.test.js.map +0 -1
- package/dist/test/commands/template/list.test.d.ts +0 -1
- package/dist/test/commands/template/list.test.js +0 -73
- package/dist/test/commands/template/list.test.js.map +0 -1
- package/dist/test/commands/template/update.test.d.ts +0 -1
- package/dist/test/commands/template/update.test.js +0 -82
- package/dist/test/commands/template/update.test.js.map +0 -1
package/messages/history.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"listDashboardHistoryCommandDescription": "list history records for
|
|
3
|
-
"listDashboardHistoryCommandLongDescription": "Lists history records for
|
|
4
|
-
"dashboardsHistoriesFound": "Found [%s]
|
|
2
|
+
"listDashboardHistoryCommandDescription": "list history records for Tableau CRM dashboards",
|
|
3
|
+
"listDashboardHistoryCommandLongDescription": "Lists history records for Tableau CRM dashboards in the specified target org.",
|
|
4
|
+
"dashboardsHistoriesFound": "Found [%s] Tableau CRM dashboard history records.",
|
|
5
5
|
"dashboardidFlagDescription": "dashboard ID",
|
|
6
6
|
"dashboardidFlagLongDescription": "The ID of the dashboard to show history records.",
|
|
7
7
|
"dashboardHistoryidFlagDescription": "dashboard history ID",
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
"revertCommandLongDescription": "Revert to a specified history record.",
|
|
13
13
|
"revertSuccess": "Successfully reverted asset [%s] to history [%s].",
|
|
14
14
|
|
|
15
|
-
"listDataflowHistoryCommandDescription": "list history records for
|
|
16
|
-
"listDataflowHistoryCommandLongDescription": "Lists history records for
|
|
17
|
-
"dataflowsHistoriesFound": "Found [%s]
|
|
15
|
+
"listDataflowHistoryCommandDescription": "list history records for Tableau CRM dataflows",
|
|
16
|
+
"listDataflowHistoryCommandLongDescription": "Lists history records for Tableau CRM dataflows in the specified target org.",
|
|
17
|
+
"dataflowsHistoriesFound": "Found [%s] Tableau CRM dataflow history records.",
|
|
18
18
|
"dataflowidFlagDescription": "dataflow ID",
|
|
19
19
|
"dataflowidFlagLongDescription": "The ID of the dataflow to show history records.",
|
|
20
20
|
"dataflowHistoryidFlagDescription": "dataflow history ID",
|
|
21
21
|
"dataflowHistoryidFlagLongDescription": "The ID of the dataflow history record.",
|
|
22
22
|
|
|
23
|
-
"listLensHistoryCommandDescription": "list history records for
|
|
24
|
-
"listLensHistoryCommandLongDescription": "Lists history records for
|
|
25
|
-
"lensHistoriesFound": "Found [%s]
|
|
23
|
+
"listLensHistoryCommandDescription": "list history records for Tableau CRM lenses",
|
|
24
|
+
"listLensHistoryCommandLongDescription": "Lists history records for Tableau CRM lenses in the specified target org.",
|
|
25
|
+
"lensHistoriesFound": "Found [%s] Tableau CRM lens history records.",
|
|
26
26
|
"lensidFlagDescription": "lens ID",
|
|
27
27
|
"lensidFlagLongDescription": "The ID of the lens to show history records.",
|
|
28
28
|
"lensHistoryidFlagDescription": "lens history ID",
|
package/messages/lens.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"listCommandDescription": "list
|
|
3
|
-
"listCommandLongDescription": "Lists
|
|
4
|
-
"lensesFound": "Found [%s]
|
|
5
|
-
}
|
|
2
|
+
"listCommandDescription": "list Tableau CRM lenses",
|
|
3
|
+
"listCommandLongDescription": "Lists Tableau CRM lenses in the specified target org.",
|
|
4
|
+
"lensesFound": "Found [%s] Tableau CRM lenses."
|
|
5
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"queryCommandDescription": "execute a Tableau CRM query",
|
|
3
|
+
"queryCommandLongDescription": "Execute a Tableau CRM query.",
|
|
4
|
+
"missingRequiredField": "Missing Required Field: query or queryfile",
|
|
5
|
+
"queryfileDescription": "path to the file containing the query to execute",
|
|
6
|
+
"queryfileLongDescription": "Path to the file containing the query to execute.",
|
|
7
|
+
"queryDescription": "query to execute",
|
|
8
|
+
"queryLongDescription": "The query to execute.",
|
|
9
|
+
"nomapnamesDescription": "skip mapping dataset names in the SAQL query to ids",
|
|
10
|
+
"nomapnamesLongDescription": "Skip mapping dataset names in the SAQL query to ids.",
|
|
11
|
+
"sqlDescription": "execute the query as SQL",
|
|
12
|
+
"sqlLongDescription": "Execute the query as SQL.",
|
|
13
|
+
"timezoneDescription": "timezone for the query",
|
|
14
|
+
"timezoneLongDescription": "The timezone for the query.",
|
|
15
|
+
"connectorDescription": "execute the SQL query against this external data connector id or name",
|
|
16
|
+
"connectorLongDescription": "Execute the SQL query against this external data connector id or name.",
|
|
17
|
+
"limitDescription": "maximum number of rows to include",
|
|
18
|
+
"limitLongDescription": "The maximum number of rows to include.",
|
|
19
|
+
"resultformatDescription": "result format emitted to stdout",
|
|
20
|
+
"resultformatLongDescription": "Result format emitted to stdout.",
|
|
21
|
+
"dryrunHeader": "Query to be posted:",
|
|
22
|
+
"rowsFound": "Returned [%s] rows.",
|
|
23
|
+
"noResultsMesg": "No results available."
|
|
24
|
+
}
|
package/messages/template.json
CHANGED
|
@@ -1,42 +1,48 @@
|
|
|
1
1
|
{
|
|
2
|
-
"listCommandDescription": "list
|
|
3
|
-
"listCommandLongDescription": "Lists
|
|
4
|
-
"templatesFound": "Found [%s]
|
|
2
|
+
"listCommandDescription": "list Tableau CRM templates",
|
|
3
|
+
"listCommandLongDescription": "Lists Tableau CRM templates in the specified folder or target org.",
|
|
4
|
+
"templatesFound": "Found [%s] Tableau CRM templates.",
|
|
5
5
|
"folderidFlagDescription": "folder ID",
|
|
6
6
|
"folderidFlagLongDescription": "The ID of the folder that contains the template data.",
|
|
7
|
+
"templateLabelFlagDescription": "template label",
|
|
8
|
+
"templateLabelFlagLongDescription": "The label for the Tableau CRM template (defaults to the app label).",
|
|
9
|
+
"templateDescriptionFlagDescription": "template description",
|
|
10
|
+
"templateDescriptionFlagLongDescription": "The description for the Tableau CRM template (defaults to the app description).",
|
|
7
11
|
"templateidFlagDescription": "template ID",
|
|
8
|
-
"templateidFlagLongDescription": "The ID of the
|
|
12
|
+
"templateidFlagLongDescription": "The ID of the Tableau CRM template.",
|
|
9
13
|
"templatenameFlagDescription": "template name",
|
|
10
|
-
"templatenameFlagLongDescription": "The name of the
|
|
14
|
+
"templatenameFlagLongDescription": "The name of the Tableau CRM template.",
|
|
11
15
|
"includeSalesforceTemplatesFlagDescription": "include salesforce templates",
|
|
12
16
|
"includeSalesforceTemplatesFlagLongDescription": "Include Salesforce templates.",
|
|
13
17
|
"includeEmbeddedAppTemplatesFlagDescription": "include EmbeddedApp templates",
|
|
14
18
|
"includeEmbeddedAppTemplatesFlagLongDescription": "Include EmbeddedApp templates.",
|
|
15
|
-
"createCommandDescription": "create
|
|
16
|
-
"createCommandLongDescription": "Creates
|
|
17
|
-
"createSuccess": "Successfully created
|
|
18
|
-
"updateCommandDescription": "update
|
|
19
|
-
"updateCommandLongDescription": "Updates
|
|
19
|
+
"createCommandDescription": "create Tableau CRM templates",
|
|
20
|
+
"createCommandLongDescription": "Creates Tableau CRM templates.",
|
|
21
|
+
"createSuccess": "Successfully created Tableau CRM template [%s]",
|
|
22
|
+
"updateCommandDescription": "update Tableau CRM templates",
|
|
23
|
+
"updateCommandLongDescription": "Updates Tableau CRM templates.",
|
|
20
24
|
"updateFolderIdNeeded1": "Try updating again specifying a folder ID: -f <master folder ID>",
|
|
21
|
-
"updateFolderIdNeeded2": "Found [%s]
|
|
22
|
-
"errorNoFolderFound": "This
|
|
23
|
-
"forceDeleteTemplateFlagDescription": "force delete the
|
|
24
|
-
"forceDeleteTemplateFlagLongDescription": "Force deletes the
|
|
25
|
-
"decoupleTemplateFlagDescription": "decouple all linked
|
|
26
|
-
"decoupleTemplateFlagLongDescription": "Decouple all linked
|
|
25
|
+
"updateFolderIdNeeded2": "Found [%s] apps created from this template",
|
|
26
|
+
"errorNoFolderFound": "This Tableau CRM template bundle [%s] is not linked to an app or folder. To link to an app, include -f or --folderid.",
|
|
27
|
+
"forceDeleteTemplateFlagDescription": "force delete the Tableau CRM template and all linked Tableau CRM apps",
|
|
28
|
+
"forceDeleteTemplateFlagLongDescription": "Force deletes the Tableau CRM template and all linked Tableau CRM apps.",
|
|
29
|
+
"decoupleTemplateFlagDescription": "decouple all linked Tableau CRM apps",
|
|
30
|
+
"decoupleTemplateFlagLongDescription": "Decouple all linked Tableau CRM apps.",
|
|
27
31
|
"nopromptFlagDescription": "do not prompt to confirm force delete",
|
|
28
32
|
"nopromptFlagLongDescription": "Do not prompt to confirm force delete.",
|
|
29
|
-
"updateSuccess": "Successfully updated
|
|
30
|
-
"deleteCommandDescription": "delete
|
|
31
|
-
"deleteCommandLongDescription": "Deletes
|
|
33
|
+
"updateSuccess": "Successfully updated Tableau CRM template [name: %s, id: %s] from master app [%s].",
|
|
34
|
+
"deleteCommandDescription": "delete Tableau CRM templates",
|
|
35
|
+
"deleteCommandLongDescription": "Deletes Tableau CRM templates.",
|
|
32
36
|
"confirmDeleteYesNo": "Are you sure you want to delete this template (y/n)?",
|
|
33
|
-
"confirmForceDeleteYesNo": "Are you sure you want to delete this template and all linked
|
|
34
|
-
"confirmDecoupleYesNo": "Are you sure you want to delete this template and decouple all linked
|
|
35
|
-
"deleteAppSuccess": "Successfully deleted
|
|
36
|
-
"decoupleAppSuccess": "Successfully decoupled
|
|
37
|
-
"deleteTemplateSuccess": "Successfully deleted
|
|
38
|
-
"displayCommandDescription": "displays
|
|
39
|
-
"displayCommandLongDescription": "Displays
|
|
37
|
+
"confirmForceDeleteYesNo": "Are you sure you want to delete this template and all linked apps (y/n)?",
|
|
38
|
+
"confirmDecoupleYesNo": "Are you sure you want to delete this template and decouple all linked apps (y/n)?",
|
|
39
|
+
"deleteAppSuccess": "Successfully deleted Tableau CRM app '%s' [%s].",
|
|
40
|
+
"decoupleAppSuccess": "Successfully decoupled Tableau CRM app '%s' [%s].",
|
|
41
|
+
"deleteTemplateSuccess": "Successfully deleted Tableau CRM template [%s].",
|
|
42
|
+
"displayCommandDescription": "displays a Tableau CRM template's details",
|
|
43
|
+
"displayCommandLongDescription": "Displays a Tableau CRM template's details.",
|
|
40
44
|
"displayDetailHeader": "Template Details",
|
|
41
|
-
"missingRequiredField": "Missing Required Field: templateid or templatename"
|
|
45
|
+
"missingRequiredField": "Missing Required Field: templateid or templatename",
|
|
46
|
+
"assetVersionFlagDescription": "version number for upgrading the template (available in api version 54.0)",
|
|
47
|
+
"assetVersionFlagLongDescription": "Version number for upgrading the template."
|
|
42
48
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"1.0.2","commands":{"analytics":{"id":"analytics","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"analytics:enable":{"id":"analytics:enable","description":"enable Tableau CRM","usage":"<%= command.id %> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:enable"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"async":{"name":"async","type":"boolean","char":"a","description":"enable asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:query":{"id":"analytics:query","description":"execute a Tableau CRM query","usage":"<%= command.id %> [-f <filepath> | -q <string>] [--nomapnames] [--sql] [-t <string>] [--connector <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["sfdx analytics:query -f query.saql","sfdx analytics:query -f query.sql -t America/Denver","sfdx analytics:query -q \"...\" --sql --limit 10 -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"queryfile":{"name":"queryfile","type":"option","char":"f","description":"path to the file containing the query to execute"},"query":{"name":"query","type":"option","char":"q","description":"query to execute"},"nomapnames":{"name":"nomapnames","type":"boolean","description":"skip mapping dataset names in the SAQL query to ids","allowNo":false},"sql":{"name":"sql","type":"boolean","description":"execute the query as SQL","allowNo":false},"timezone":{"name":"timezone","type":"option","char":"t","description":"timezone for the query"},"connector":{"name":"connector","type":"option","description":"execute the SQL query against this external data connector id or name"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"}},"args":[]},"analytics:app:create":{"id":"analytics:app:create","description":"create a Tableau CRM app","usage":"<%= command.id %> [-f <filepath> | -m <string> | -t <string>] [-n <string>] [-a] [-v] [-w <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:create -t templateid -n appname","$ sfdx analytics:app:create -m templatename","$ sfdx analytics:app:create -f path_to_json_file"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"Tableau CRM template definition file; required unless --templateid is specified"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID; required unless --definitionfile is specified"},"templatename":{"name":"templatename","type":"option","char":"m","description":"template name"},"appname":{"name":"appname","type":"option","char":"n","description":"app name"},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"allevents":{"name":"allevents","type":"boolean","char":"v","description":"verbose display of all app create events","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for streaming app creation events","default":10}},"args":[]},"analytics:app:decouple":{"id":"analytics:app:decouple","description":"decouples a Tableau CRM app from a Tableau CRM template","usage":"<%= command.id %> -f <id> -t <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:decouple -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true}},"args":[]},"analytics:app:delete":{"id":"analytics:app:delete","description":"delete Tableau CRM apps","usage":"<%= command.id %> -f <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:app:display":{"id":"analytics:app:display","description":"displays a Tableau CRM app's details","usage":"<%= command.id %> -f <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:display -f folderId -a"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:app:list":{"id":"analytics:app:list","description":"list Tableau CRM apps","usage":"<%= command.id %> [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"}},"args":[]},"analytics:app:update":{"id":"analytics:app:update","description":"updates a Tableau CRM app from a template","usage":"<%= command.id %> -t <id> -f <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:app:update -f folderId -t templateId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true}},"args":[]},"analytics:autoinstall:display":{"id":"analytics:autoinstall:display","description":"displays a Tableau CRM auto-install request details","usage":"<%= command.id %> -i <id> [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:display -i id"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"autoinstallid":{"name":"autoinstallid","type":"option","char":"i","description":"auto-install request ID","required":true},"applog":{"name":"applog","type":"boolean","char":"a","description":"specify to include app creation log details","required":false,"allowNo":false}},"args":[]},"analytics:autoinstall:list":{"id":"analytics:autoinstall:list","description":"list Tableau CRM auto-install requests","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:list":{"id":"analytics:dashboard:list","description":"list Tableau CRM dashboards","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dashboard:update":{"id":"analytics:dashboard:update","description":"updates a Tableau CRM dashboard","usage":"<%= command.id %> -i <id> [-y <id>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:update -i dashboardId -y currentHistoryId","$ sfdx analytics:dashboard:update -i dashboardId -r"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"Dashboard ID","required":true},"currenthistoryid":{"name":"currenthistoryid","type":"option","char":"y","description":"Current History ID to display"},"removecurrenthistory":{"name":"removecurrenthistory","type":"boolean","char":"r","description":"Remove Current History ID from dashboard","allowNo":false}},"args":[]},"analytics:dataflow:list":{"id":"analytics:dataflow:list","description":"list Tableau CRM dataflows","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:dataset:display":{"id":"analytics:dataset:display","description":"displays a Tableau CRM dataset's details","usage":"<%= command.id %> [-i <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:display -i datasetId","$ sfdx analytics:dataset:display -n datasetApiName"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"}},"args":[]},"analytics:dataset:list":{"id":"analytics:dataset:list","description":"list Tableau CRM datasets","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:lens:list":{"id":"analytics:lens:list","description":"list Tableau CRM lenses","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:list"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"analytics:template:create":{"id":"analytics:template:create","description":"create Tableau CRM templates","usage":"<%= command.id %> -f <id> [-l <string>] [--description <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:create -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"template label"},"description":{"name":"description","type":"option","description":"template description"}},"args":[]},"analytics:template:delete":{"id":"analytics:template:delete","description":"delete Tableau CRM templates","usage":"<%= command.id %> -t <id> [--forcedelete] [--decouple] [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:delete -t templateid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID","required":true},"forcedelete":{"name":"forcedelete","type":"boolean","description":"force delete the Tableau CRM template and all linked Tableau CRM apps","allowNo":false},"decouple":{"name":"decouple","type":"boolean","description":"decouple all linked Tableau CRM apps","allowNo":false},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:template:display":{"id":"analytics:template:display","description":"displays a Tableau CRM template's details","usage":"<%= command.id %> [-t <id> | -n <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:display -t templateid","$ sfdx analytics:template:display -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"}},"args":[]},"analytics:template:list":{"id":"analytics:template:list","description":"list Tableau CRM templates","usage":"<%= command.id %> [-a] [-e] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:list","$ sfdx analytics:template:list --includembeddedtemplates","$ sfdx analytics:template:list --includesalesforcetemplates"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"includesalesforcetemplates":{"name":"includesalesforcetemplates","type":"boolean","char":"a","description":"include salesforce templates","allowNo":false},"includembeddedtemplates":{"name":"includembeddedtemplates","type":"boolean","char":"e","description":"include EmbeddedApp templates","allowNo":false}},"args":[]},"analytics:template:update":{"id":"analytics:template:update","description":"update Tableau CRM templates","usage":"<%= command.id %> [-t <id> | -n <string>] [-f <id>] [-v <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:template:update -t templateid -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID"},"assetversion":{"name":"assetversion","type":"option","char":"v","description":"version number for upgrading the template (available in api version 54.0)"}},"args":[]},"analytics:asset:publisher:create":{"id":"analytics:asset:publisher:create","description":"create a publisher record for the Tableau CRM asset","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:create -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:delete":{"id":"analytics:asset:publisher:delete","description":"delete a Tableau CRM asset publisher","usage":"<%= command.id %> -i <id> -a <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:delete -a assetId -i assetPublisherId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"id":{"name":"id","type":"option","char":"i","description":"Asset Publisher ID under development","required":true},"assetid":{"name":"assetid","type":"option","char":"a","description":"Asset ID under development","required":true}},"args":[]},"analytics:asset:publisher:deleteall":{"id":"analytics:asset:publisher:deleteall","description":"delete Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-p] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:deleteall -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true},"noprompt":{"name":"noprompt","type":"boolean","char":"p","description":"do not prompt to confirm force delete","allowNo":false}},"args":[]},"analytics:asset:publisher:list":{"id":"analytics:asset:publisher:list","description":"list Tableau CRM asset publishers","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:asset:publisher:list -i assetId"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"assetid":{"name":"assetid","type":"option","char":"i","description":"Asset ID under development","required":true}},"args":[]},"analytics:autoinstall:app:create":{"id":"analytics:autoinstall:app:create","description":"creates auto-install request to create Tableau CRM app","usage":"<%= command.id %> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:create -t templateid","$ sfdx analytics:autoinstall:app:create -n templatename"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"noenqueue":{"name":"noenqueue","type":"boolean","description":"do not enqueue the request","hidden":true,"allowNo":false},"async":{"name":"async","type":"boolean","char":"a","description":"create app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:delete":{"id":"analytics:autoinstall:app:delete","description":"creates auto-install request to delete Tableau CRM app","usage":"<%= command.id %> -f <id> [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:delete -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"delete app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:autoinstall:app:update":{"id":"analytics:autoinstall:app:update","description":"creates auto-install request to update Tableau CRM app","usage":"<%= command.id %> -f <id> [-t <id> | -n <string>] [-a] [-w <number>] [-p <number>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:autoinstall:app:update -t templateid -f folderid","$ sfdx analytics:autoinstall:app:update -n templatename -f folderid"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"t","description":"template ID"},"templatename":{"name":"templatename","type":"option","char":"n","description":"template api name"},"folderid":{"name":"folderid","type":"option","char":"f","description":"folder ID","required":true},"async":{"name":"async","type":"boolean","char":"a","description":"update app asynchronously","allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time in minutes for auto-install request to finish","default":10},"pollinterval":{"name":"pollinterval","type":"option","char":"p","description":"polling interval in milliseconds for checking auto-install request status","default":5000}},"args":[]},"analytics:dashboard:history:list":{"id":"analytics:dashboard:history:list","description":"list history records for Tableau CRM dashboards","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:list --dashboardid <dashboardid>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true}},"args":[]},"analytics:dashboard:history:revert":{"id":"analytics:dashboard:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dashboardid":{"name":"dashboardid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataflow:history:list":{"id":"analytics:dataflow:history:list","description":"list history records for Tableau CRM dataflows","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:list --dataflowid <dataflowid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true}},"args":[]},"analytics:dataflow:history:revert":{"id":"analytics:dataflow:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataflow:history:revert -i <dataflowid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"dataflowid":{"name":"dataflowid","type":"option","char":"i","description":"dataflow ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dataflow history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]},"analytics:dataset:rows:fetch":{"id":"analytics:dataset:rows:fetch","description":"fetch the rows of a Tableau CRM dataset","usage":"<%= command.id %> [-i <id> | -n <string>] [--limit <number>] [-r human|csv|json] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dataset:rows:fetch -i datasetId","$ sfdx analytics:dataset:rows:fetch -n datasetApiName -r csv"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"datasetid":{"name":"datasetid","type":"option","char":"i","description":"dataset ID"},"datasetname":{"name":"datasetname","type":"option","char":"n","description":"dataset api name"},"limit":{"name":"limit","type":"option","description":"maximum number of rows to include"},"resultformat":{"name":"resultformat","type":"option","char":"r","description":"result format emitted to stdout","helpValue":"(human|csv|json)","options":["human","csv","json"],"default":"human"},"dryrun":{"name":"dryrun","type":"boolean","description":"Show the resulting query that would be executed, but don't run it","hidden":true,"allowNo":false}},"args":[]},"analytics:lens:history:list":{"id":"analytics:lens:history:list","description":"list history records for Tableau CRM lenses","usage":"<%= command.id %> -i <id> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:lens:history:list --lensid <lensid> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"lens ID","required":true}},"args":[]},"analytics:lens:history:revert":{"id":"analytics:lens:history:revert","description":"revert to specified history record","usage":"<%= command.id %> -i <id> -y <id> [-l <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/analytics","pluginType":"core","aliases":[],"examples":["$ sfdx analytics:dashboard:history:revert -i <dashboardid> -y <historyid> -l <historyLabel> "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"lensid":{"name":"lensid","type":"option","char":"i","description":"dashboard ID","required":true},"historyid":{"name":"historyid","type":"option","char":"y","description":"dashboard history ID","required":true},"label":{"name":"label","type":"option","char":"l","description":"label for new reverted history record"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,53 +1,83 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "0.
|
|
5
|
-
"author": "
|
|
3
|
+
"description": "Commands for working with Tableau CRM applications, assets, and services",
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"author": "Salesforce",
|
|
6
|
+
"bugs": "https://github.com/forcedotcom/analyticsdx-vscode/issues",
|
|
6
7
|
"dependencies": {
|
|
7
8
|
"@oclif/config": "^1",
|
|
8
|
-
"@salesforce/command": "^
|
|
9
|
-
"@salesforce/core": "^2",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
9
|
+
"@salesforce/command": "^3.1.3",
|
|
10
|
+
"@salesforce/core": "^2.25.1",
|
|
11
|
+
"moment": "^2.24.0",
|
|
12
|
+
"tslib": "^2"
|
|
12
13
|
},
|
|
13
14
|
"devDependencies": {
|
|
14
15
|
"@oclif/dev-cli": "^1",
|
|
15
|
-
"@oclif/plugin-
|
|
16
|
-
"@
|
|
17
|
-
"@salesforce/dev-config": "
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^2.2.2",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^1.1.5",
|
|
18
|
+
"@salesforce/dev-config": "^2.1.2",
|
|
19
|
+
"@salesforce/dev-scripts": "^0.9.18",
|
|
20
|
+
"@salesforce/plugin-command-reference": "^1.3.16",
|
|
21
|
+
"@salesforce/prettier-config": "^0.0.2",
|
|
22
|
+
"@salesforce/ts-sinon": "1.3.21",
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
|
24
|
+
"@typescript-eslint/parser": "^4.28.1",
|
|
25
|
+
"chai": "^4.3.4",
|
|
26
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
27
|
+
"eslint": "^7.32.0",
|
|
28
|
+
"eslint-config-prettier": "^8.3.0",
|
|
29
|
+
"eslint-config-salesforce": "^0.1.6",
|
|
30
|
+
"eslint-config-salesforce-license": "^0.1.6",
|
|
31
|
+
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
32
|
+
"eslint-plugin-header": "^3.1.1",
|
|
33
|
+
"eslint-plugin-import": "2.24.2",
|
|
34
|
+
"eslint-plugin-jsdoc": "^35.5.1",
|
|
35
|
+
"eslint-plugin-prettier": "^3.4.1",
|
|
36
|
+
"husky": "^4.3.8",
|
|
37
|
+
"lint-staged": "^11.0.0",
|
|
38
|
+
"mocha": "^8.4.0",
|
|
39
|
+
"nyc": "^15.1.0",
|
|
40
|
+
"prettier": "^2.4.1",
|
|
41
|
+
"pretty-quick": "^3.1.0",
|
|
42
|
+
"shx": "0.3.3",
|
|
43
|
+
"sinon": "^11.1.1",
|
|
44
|
+
"ts-node": "^10.0.0",
|
|
45
|
+
"typescript": "^4.1.3"
|
|
46
|
+
},
|
|
47
|
+
"config": {
|
|
48
|
+
"commitizen": {
|
|
49
|
+
"path": "cz-conventional-changelog"
|
|
50
|
+
}
|
|
31
51
|
},
|
|
32
52
|
"engines": {
|
|
33
|
-
"node": ">=
|
|
53
|
+
"node": ">=12.0.0"
|
|
34
54
|
},
|
|
35
55
|
"files": [
|
|
36
|
-
"
|
|
37
|
-
"/
|
|
38
|
-
"/
|
|
56
|
+
"/lib",
|
|
57
|
+
"/messages",
|
|
58
|
+
"/oclif.manifest.json"
|
|
39
59
|
],
|
|
60
|
+
"homepage": "https://github.com/salesforcecli/plugin-analytics",
|
|
40
61
|
"keywords": [
|
|
62
|
+
"analytics",
|
|
63
|
+
"analyticsdx",
|
|
64
|
+
"tableau",
|
|
65
|
+
"tableaucrm",
|
|
66
|
+
"force",
|
|
41
67
|
"salesforce",
|
|
42
|
-
"
|
|
68
|
+
"sfdx",
|
|
43
69
|
"salesforcedx",
|
|
44
|
-
"sfdx-plugin"
|
|
45
|
-
"analyticsdx",
|
|
46
|
-
"analytics"
|
|
70
|
+
"sfdx-plugin"
|
|
47
71
|
],
|
|
48
72
|
"license": "BSD-3-Clause",
|
|
49
73
|
"oclif": {
|
|
74
|
+
"commands": "./lib/commands",
|
|
50
75
|
"bin": "sfdx",
|
|
76
|
+
"devPlugins": [
|
|
77
|
+
"@oclif/plugin-help",
|
|
78
|
+
"@oclif/plugin-command-snapshot",
|
|
79
|
+
"@salesforce/plugin-command-reference"
|
|
80
|
+
],
|
|
51
81
|
"topics": {
|
|
52
82
|
"analytics": {
|
|
53
83
|
"description": "commands for Salesforce Analytics developers",
|
|
@@ -58,7 +88,7 @@
|
|
|
58
88
|
"asset": {
|
|
59
89
|
"description": "manage analytics asset publishing",
|
|
60
90
|
"subtopics": {
|
|
61
|
-
"
|
|
91
|
+
"publisher": {
|
|
62
92
|
"description": "manage the development user experience for publishing dashboards"
|
|
63
93
|
}
|
|
64
94
|
}
|
|
@@ -87,6 +117,14 @@
|
|
|
87
117
|
}
|
|
88
118
|
}
|
|
89
119
|
},
|
|
120
|
+
"dataset": {
|
|
121
|
+
"description": "manage analytics datasets",
|
|
122
|
+
"subtopics": {
|
|
123
|
+
"rows": {
|
|
124
|
+
"description": "view dataset rows"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
90
128
|
"lens": {
|
|
91
129
|
"description": "manage analytics lenses",
|
|
92
130
|
"subtopics": {
|
|
@@ -100,32 +138,44 @@
|
|
|
100
138
|
}
|
|
101
139
|
}
|
|
102
140
|
}
|
|
103
|
-
}
|
|
104
|
-
"commands": "./dist/commands",
|
|
105
|
-
"devPlugins": [
|
|
106
|
-
"@oclif/plugin-help"
|
|
107
|
-
]
|
|
141
|
+
}
|
|
108
142
|
},
|
|
143
|
+
"repository": "salesforcecli/plugin-analytics",
|
|
109
144
|
"scripts": {
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"clean": "rm -rf
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
145
|
+
"build": "sf-build",
|
|
146
|
+
"clean": "sf-clean",
|
|
147
|
+
"clean-all": "sf-clean all",
|
|
148
|
+
"clean:extras": "shx rm -rf lib && shx rm -f .prettierrc.json",
|
|
149
|
+
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
150
|
+
"compile": "sf-compile",
|
|
151
|
+
"docs": "sf-docs",
|
|
152
|
+
"format": "sf-format",
|
|
153
|
+
"lint": "sf-lint",
|
|
154
|
+
"postclean": "yarn run clean:extras",
|
|
155
|
+
"postclean-all": "yarn run clean:extras",
|
|
156
|
+
"postpack": "shx rm -f oclif.manifest.json",
|
|
157
|
+
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
|
|
158
|
+
"prepack": "sf-prepack",
|
|
159
|
+
"prepare": "sf-install && shx rm -f .prettierrc.json",
|
|
160
|
+
"pretest": "sf-compile-test",
|
|
161
|
+
"test": "sf-test",
|
|
162
|
+
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
|
|
163
|
+
"test:deprecation-policy": "./bin/run snapshot:compare",
|
|
164
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
165
|
+
"version": "oclif-dev readme"
|
|
166
|
+
},
|
|
167
|
+
"husky": {
|
|
168
|
+
"hooks": {
|
|
169
|
+
"pre-commit": "sf-husky-pre-commit",
|
|
170
|
+
"commit-msg": "sf-husky-commit-msg",
|
|
171
|
+
"pre-push": "sf-husky-pre-push"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"publishConfig": {
|
|
175
|
+
"access": "public"
|
|
126
176
|
},
|
|
127
177
|
"sfdx": {
|
|
128
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/
|
|
129
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/
|
|
178
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.2.crt",
|
|
179
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.0.2.sig"
|
|
130
180
|
}
|
|
131
181
|
}
|