From aa86f27c4998c91f3c622bebd0de5d38955f94e3 Mon Sep 17 00:00:00 2001 From: Patryk Gudalewicz Date: Tue, 26 Jul 2022 14:43:15 +0200 Subject: [PATCH] Readme formatting --- readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 664d8fd..1cc6d4f 100644 --- a/readme.md +++ b/readme.md @@ -21,13 +21,13 @@ To provide authentication for API calls, create ".env" file in the script direct # Usage -python createDash.py [-h] [-R ROWS] [--auto-upload] + python createDash.py [-h] [-R ROWS] [--auto-upload] -options: - -h, --help show 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) + options: + -h, --help show 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) # Files @@ -91,12 +91,12 @@ This scripts generates the "tile" Section of a Dynatrace Dashboard and takes the ## environment.yaml -File containing environments to execute --auto-upload - Environment name: - - name: string #name ov environment - - env-url: str #url of environment - - env-token-name: str #name of environment variable containing API token + File containing environments to execute --auto-upload + Environment name: + name: string #name ov environment + env-url: str #url of environment + env-token-name: str #name of environment variable containing API token ## requirements.txt -File \ No newline at end of file +File containing required python packages \ No newline at end of file