-
Clone the repository:
git clone https://github.com/maoritach/param-enum.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the script:
python param-enum.py [options]
- Python 3.x
requests
libraryjson
libraryargparse
librarytabulate
librarytermcolor
library
If the script is run without any command line arguments, it enters interactive mode, prompting the user to enter the required information such as Project ID, Discovery ID, API Key, and Cluster.
-p
,--project
: Project ID-d
,--discovery
: Discovery ID-t
,--api-key
: API Key-c
,--cluster
: Cluster (choices: 'eu' or 'app')
This project is licensed under the MIT License - see the LICENSE file for details.