Metadata-Version: 2.1
Name: protego-cli
Version: 1.2.1
Summary: Protego CLI wrapper
Home-page: https://www.protego.io
Author: Protego Labs
Author-email: support@protego.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: boto3 (==1.9.69)
Requires-Dist: requests (==2.21.0)
Requires-Dist: pyaml (==18.11.0)


## Installation:            

```bash;
$ pip install protego-cli
```

## Running the cli tool :  

```bash
usage: protegocli [-h] -m {get,add,reset,remove} [-p PROTEGO_ACCOUNT_ID]
                  [-t PROTEGO_ACCESS_TOKEN] [-a AWS_PROFILE] [-s FSP_VERSION]
                  [-q] [-v] [-r RUNTIME] [-R REGION] [-o OUTPUT]
                  [-f FUNCTION_ARN]

Protego FSP Layers Info Add / Get / Remove

optional arguments:
  -m, --mode {get, add, reset, remove}              Action Mode
  -p, --protego-account-id PROTEGO_ACCOUNT_ID       The Protego Account ID
  -t, --protego-access-token PROTEGO_ACCESS_TOKEN   The Protego Token
  -a, --aws-profile AWS_PROFILE                     (Optional) The AWS profile
  -s, --fsp-version FSP_VERSION                     (Optional) FSP Version(default: latest)
  -q, --quiet                                       (Optional) Quiet mode: output only the json output
  -v, --verbose                                     (Optional) Verbose debug logs
  -r, --runtime RUNTIME Environment                 (Optional) The runtime [python2.7, python3.6, python3.7]
  -R, --region REGION                               (Optional) The region of which FSP layer
  -o, --output OUTPUT                               (Optional) Output file name(default: protego_fsp.json)
  -f, --function-arn FUNCTION_ARN                   (Optional) Function Arn to add/remove/reset Fsp.

  -h, --help                                        Show this help message and exit
```




