Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.27 KB

param-enum

Usage

  1. Clone the repository:

    git clone https://github.com/maoritach/param-enum.git
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Run the script:

    python param-enum.py [options]
    

Requirements

  • Python 3.x
  • requests library
  • json library
  • argparse library
  • tabulate library
  • termcolor library

Interactive Mode

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.

Command Line Arguments

  • -p, --project: Project ID
  • -d, --discovery: Discovery ID
  • -t, --api-key: API Key
  • -c, --cluster: Cluster (choices: 'eu' or 'app')

Result Display

Screenshot 2023-11-16 014703

Dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.