Metadata-Version: 2.1
Name: wake-arena-cli
Version: 1.0.0
Summary: Wake Arena CLI tool
Author: Pavel Švagr
Author-email: pavel.svagr@ackee.cz
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=44.0.0,<45.0.0)
Requires-Dist: eth-wake (==4.14.0)
Requires-Dist: google-cloud-storage (>=2.19.0,<3.0.0)
Requires-Dist: inquirer (>=3.4.0,<4.0.0)
Requires-Dist: python-dateutil (>=2,<3)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: requests-toolbelt (>=1.0.0,<2.0.0)
Requires-Dist: rich (>=13.8.1,<14.0.0)
Requires-Dist: rich-click (>=1.8.3,<2.0.0)
Requires-Dist: schema (>=0.7.7,<0.8.0)
Requires-Dist: typing-extensions (>=4,<5)
Description-Content-Type: text/markdown

# Wake Arena CLI
Wake Arena command line interface to operate projects and vulnerability checks based on [Wake](https://github.com/Ackee-Blockchain/wake) testing tool.


## Quick start 🚀
1. Install wake are na cli
```shell
pip install wake-arena-cli
```
2. Initialize the CLI
```shell
wake-arena init
```
3. (optional) If you don't have any Wake version installed, use `wake install` and `wake use` command to activate specific version you want
```shell
wake-arena wake install
wake-arena wake use
```
4. Perform security audit using remote Wake execution
```shell
wake-arena check
```

## Env parameters 🚩
| Env                   | Description                                                        |
|-----------------------|--------------------------------------------------------------------|
| `WAKE_ARENA_API_KEY`  | Uses api key instead of configured authentication                  |
| `WAKE_ARENA_PROJECT`  | Project id. CLI will use this project instead of configured one    |
