0.1.1 • Published 2 years ago

wrestly v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Wrestly

Wrestle that rest

Wrestly

oclif Version Downloads/week License

Usage

$ npm install -g wrestly
$ wrestly COMMAND
running command...
$ wrestly (--version)
wrestly/0.1.0 darwin-x64 node-v14.15.4
$ wrestly --help [COMMAND]
USAGE
  $ wrestly COMMAND
...

Commands

wrestly run

Run Wrestly. Creates a server where you can see all requests made, great for debugging Webhooks or receiving OAuth payloads!

USAGE
  $ wrestly run [-p <value>] [-d <value>]

FLAGS
  -d, --database=<value>  [default: :memory:] Where to put the .sqlite file for backend. Defaults to in memory
  -p, --port=<value>      [default: 6789] Port to run on. Defaults to 6789

DESCRIPTION
  Run Wrestly. Creates a server where you can see all requests made, great for debugging Webhooks or receiving OAuth
  payloads!

See code: dist/commands/run/index.ts