https://github.com/tagliatti/runscopecli
A CLI for https://runscope.com - API performance monitoring.
https://github.com/tagliatti/runscopecli
cli runscope
Last synced: 11 months ago
JSON representation
A CLI for https://runscope.com - API performance monitoring.
- Host: GitHub
- URL: https://github.com/tagliatti/runscopecli
- Owner: Tagliatti
- License: mit
- Created: 2020-05-09T17:01:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T04:13:47.000Z (over 2 years ago)
- Last Synced: 2025-07-22T10:31:15.197Z (11 months ago)
- Topics: cli, runscope
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunscopeCli
A CLI for [runscope.com](https://runscope.com) - API performance monitoring.
## Install
`npm install -g runscope-cli`
## Usage
```
Usage: runscope [options]
Options:
-c, --count Number of results (default: 10)
-t, --token Token or use environment RUNSCOPE_TOKEN
-r, --refresh-time Refresh time in ms (default: 120000)
-w, --watch Watch (default: false)
--no-results Hide results
-h, --help display help for command
```
## Result example

## License
RunscopeCli is shared under the MIT license. This means you can modify and use it however you want, even for comercial use. But please give this repository a ⭐️.