@commercelayer/cli-dev
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -75,7 +75,7 @@ "use strict"; | ||
`\`\`\`sh-session | ||
$ ${config.bin} COMMAND | ||
${config.bin} COMMAND | ||
$ ${config.bin} (-v | version | --version) to check the version of the CLI you have installed. | ||
${config.bin} (-v | version | --version) to check the version of the CLI you have installed. | ||
$ ${config.bin} [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
${config.bin} [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
\`\`\`\n`, | ||
@@ -87,5 +87,5 @@ ].join('\n').trim(); | ||
`\`\`\`sh-session | ||
$ ${config.bin} COMMAND | ||
${config.bin} COMMAND | ||
$ ${config.bin} [COMMAND] (--help | -h) for detailed information about plugin commands. | ||
${config.bin} [COMMAND] (--help | -h) for detailed information about plugin commands. | ||
\`\`\`\n`, | ||
@@ -92,0 +92,0 @@ ].join('\n').trim(); |
@@ -1,1 +0,1 @@ | ||
{"version":"0.1.6","commands":{"readme":{"id":"readme","description":"adds commands to README.md in current directory\nThe readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:\n## Usage\n<!-- usage -->\n## Commands\n<!-- commands -->\n\nCustomize the code URL prefix by setting oclif.repositoryPrefix in package.json.\n","strict":true,"pluginName":"@commercelayer/cli-dev","pluginAlias":"@commercelayer/cli-dev","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","description":"output directory for multi docs","required":true,"multiple":false,"default":"docs"},"multi":{"name":"multi","type":"boolean","description":"create a different markdown page for each topic","allowNo":false},"plugin":{"name":"plugin","type":"boolean","description":"create a plugin readme doc","allowNo":false},"bin":{"name":"bin","type":"option","description":"optional main cli command","multiple":false,"dependsOn":["plugin"]}},"args":[]}}} | ||
{"version":"0.1.7","commands":{"readme":{"id":"readme","description":"adds commands to README.md in current directory\nThe readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:\n## Usage\n<!-- usage -->\n## Commands\n<!-- commands -->\n\nCustomize the code URL prefix by setting oclif.repositoryPrefix in package.json.\n","strict":true,"pluginName":"@commercelayer/cli-dev","pluginAlias":"@commercelayer/cli-dev","pluginType":"core","aliases":[],"flags":{"dir":{"name":"dir","type":"option","description":"output directory for multi docs","required":true,"multiple":false,"default":"docs"},"multi":{"name":"multi","type":"boolean","description":"create a different markdown page for each topic","allowNo":false},"plugin":{"name":"plugin","type":"boolean","description":"create a plugin readme doc","allowNo":false},"bin":{"name":"bin","type":"option","description":"optional main cli command","multiple":false,"dependsOn":["plugin"]}},"args":[]}}} |
{ | ||
"name": "@commercelayer/cli-dev", | ||
"description": "Commerce Layer CLI development tools and helpers", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"author": "Pierluigi Viti <pierluigi@commercelayer.io>", | ||
@@ -16,3 +16,3 @@ "bugs": "https://github.com/commercelayer/commercelayer-cli-dev/issues", | ||
"@types/lodash": "^4.14.178", | ||
"@types/mocha": "^5.2.7", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^17.0.21", | ||
@@ -25,4 +25,4 @@ "chai": "^4.3.6", | ||
"lodash": "^4.17.21", | ||
"mocha": "^5.2.0", | ||
"nyc": "^14.1.1", | ||
"mocha": "^9.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.6.0", | ||
@@ -29,0 +29,0 @@ "typescript": "^4.5.5" |
@@ -5,9 +5,6 @@ # @oclif/dev-cli | ||
[![Version](https://img.shields.io/npm/v/@oclif/dev-cli.svg)](https://npmjs.org/package/@oclif/dev-cli) | ||
[![CircleCI](https://circleci.com/gh/oclif/dev-cli/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/dev-cli/tree/master) | ||
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/dev-cli?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/dev-cli/branch/master) | ||
[![Codecov](https://codecov.io/gh/oclif/dev-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/dev-cli) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/dev-cli/badge.svg)](https://snyk.io/test/npm/@oclif/dev-cli) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/dev-cli.svg)](https://npmjs.org/package/@oclif/dev-cli) | ||
[![License](https://img.shields.io/npm/l/@oclif/dev-cli.svg)](https://github.com/oclif/dev-cli/blob/master/package.json) | ||
[![Version](https://img.shields.io/npm/v/@commercelayer/cli-dev.svg)](https://npmjs.org/package/@commercelayer/cli-dev) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/@commercelayer/cli-dev/badge.svg)](https://snyk.io/test/npm/@commercelayer/cli-dev) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@commercelayer/cli-dev.svg)](https://npmjs.org/package/@commercelayer/cli-dev) | ||
[![License](https://img.shields.io/npm/l/@commercelayer/cli-dev.svg)](https://github.com/commercelayer/cli-dev/blob/master/package.json) | ||
@@ -24,7 +21,7 @@ <!-- toc --> | ||
```sh-session | ||
$ cl-cli-dev COMMAND | ||
cl-cli-dev COMMAND | ||
$ cl-cli-dev (-v | version | --version) to check the version of the CLI you have installed. | ||
cl-cli-dev (-v | version | --version) to check the version of the CLI you have installed. | ||
$ cl-cli-dev [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
cl-cli-dev [COMMAND] (--help | -h) for detailed information about CLI commands. | ||
``` | ||
@@ -31,0 +28,0 @@ <!-- usagestop --> |
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
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
23316
64