Command line Surge HTTP API Client
You can use it to get/set Surge rules / policies / proxy groups, get recent requests / events and much more.
This projects fully implements the Surge HTTP API spec.
This is the recommended installation method.
$ pipx install nssurge-cli
$ pip install nssurge-cli
nssurge-cli --help
nssurge-cli cap
$ git clone https://github.com/tddschn/nssurge-cli.git
$ cd nssurge-cli
$ poetry install
- nssurge-api: Python implementation of the Surge HTTP API spec client using
aiohttp
, used by this project - Surge HTTP API spec