Skip to content

y0k4i-1337/fireproxify

Repository files navigation

fireproxify

Release Build status codecov Commit activity License

Fireprox as a package

Quick start

You can install fireproxify from PyPI with:

pip install fireproxify

or

pipx install fireproxify

Usage

fire -h                               
usage: fire [-h] [--profile_name PROFILE_NAME] [--access_key ACCESS_KEY] [--secret_access_key SECRET_ACCESS_KEY] [--session_token SESSION_TOKEN]
            [--region REGION] [--command COMMAND] [--api_id API_ID] [--url URL]

FireProx API Gateway Manager

options:
  -h, --help            show this help message and exit
  --profile_name PROFILE_NAME
                        AWS Profile Name to store/retrieve credentials
  --access_key ACCESS_KEY
                        AWS Access Key
  --secret_access_key SECRET_ACCESS_KEY
                        AWS Secret Access Key
  --session_token SESSION_TOKEN
                        AWS Session Token
  --region REGION       AWS Regions (accepts single region, comma-separated list of regions or file containing regions)
  --command COMMAND     Commands: list, list_all, create, delete, prune, update
  --api_id API_ID       API ID
  --url URL             URL end-point

Documentation in progress

While the documentation for package is not ready, please see Documentation for Fireprox.