diff --git a/readme.md b/readme.md index b7e771c..3c75075 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ While the PROD dashboard is adapted manually, the Staging dashboard is auto upda # Dashboard Splitting To enable flexibility for different screensizes, the script takes an -R or --ROWS parameter to define how many SLOs should be on one dedicated dashboard. -If left empty, only one dashboard will be created, if entered a row the dashboard will be splitted to multiple dashboards and uploaded with the following name: [STAGING]Global Offboard Reliability - Touchpoint Mobile|Vehicle #1 ..#2..#3 +If left empty, only one dashboard will be created, if entered a row the dashboard will be splitted to multiple dashboards and uploaded with the following name: [STAGING]Global Offboard Reliability 2.0 - [Business line] #1 ..#2..#3 # shared configuration @@ -43,16 +43,16 @@ To provide authentication for API calls, create ".env" file in the script direct # Usage - usage: createDash.py [-h] [-R ROWS] [--auto-upload] [-T TOUCHPOINT] + usage: createDash.py [-h] [-R ROWS] [--auto-upload] -D DEPARTMENT Generate and deploy the Dynatrace Global Dashboard as Code. Auto deployment works only for STAGING dashboard - optional arguments: + options: -h, --help show this help message and exit -R ROWS, --rows ROWS Number of rows per dashboard. If not specified, all rows will be added to single dashboard (default: None) --auto-upload Auto upload to STAGING dashboard (default: False) - -T TOUCHPOINT, --touchpoint TOUCHPOINT - Define touchpoint for which the dashboard should be updated: 'Mobile' or 'Vehicle' (default: None) + -D DEPARTMENT, --department DEPARTMENT + Define department for which the dashboard should be updated: 'DE-3', 'DE-7', 'DE-4' or 'EC-DE' (default: None) # Files ## createDash.py