Skip to content

DorShaer/param-enum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%