Readme formatting

OPMAAS-3253
Patryk Gudalewicz 2022-07-26 14:43:15 +02:00
parent 558ab3ae6a
commit aa86f27c49
1 changed files with 12 additions and 12 deletions

View File

@ -21,13 +21,13 @@ To provide authentication for API calls, create ".env" file in the script direct
# Usage # Usage
python createDash.py [-h] [-R ROWS] [--auto-upload] python createDash.py [-h] [-R ROWS] [--auto-upload]
options: options:
-h, --help show help message and exit -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 -R ROWS, --rows ROWS Number of rows per dashboard. If not specified, all rows will be added to single dashboard
(default: None) (default: None)
--auto-upload Auto upload to STAGING dashboard (default: False) --auto-upload Auto upload to STAGING dashboard (default: False)
# Files # Files
@ -91,12 +91,12 @@ This scripts generates the "tile" Section of a Dynatrace Dashboard and takes the
## environment.yaml ## environment.yaml
File containing environments to execute --auto-upload File containing environments to execute --auto-upload
Environment name: Environment name:
- name: string #name ov environment name: string #name ov environment
- env-url: str #url of environment env-url: str #url of environment
- env-token-name: str #name of environment variable containing API token env-token-name: str #name of environment variable containing API token
## requirements.txt ## requirements.txt
File File containing required python packages