mockyeah-cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -15,3 +15,5 @@ #!/usr/bin/env node | ||
.version(config.version) | ||
.command('serve [options]', 'development server api') | ||
.command('ls', 'list captured service response recordings') | ||
.command('play [name]', 'playback captured service response recording') | ||
.command('record [name]', 'capture service response recording') | ||
.parse(process.argv); |
{ | ||
"name": "mockyeah-cli", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A cli to an invaluable service mocking platform built on Express.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,7 +14,15 @@ # mockyeah-cli | ||
``` | ||
mockyeah -h | ||
mockyeah serve -h | ||
mockyeah serve -s [set name] | ||
mockyeah serve --set=[set name] | ||
mockyeah serve // prompts you with a list of available sets to load | ||
Usage: mockyeah [options] [command] | ||
Commands: | ||
ls list captured service response recordings | ||
play [name] playback captured service response recording | ||
record [name] capture service response recording | ||
help [cmd] display help for [cmd] | ||
Options: | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7305
20
181
27
8