Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tiagonapoli/oclif-plugin-spaced-commands

tiagonapoli6.7kMIT1.0.1TypeScript support: included

convert an oclif CLI to use spaced commands

oclif-plugin

readme

@oclif/plugin-spaced-commands

WARNING: this is an experimental plugin

convert an oclif CLI to use spaced commands

oclif Version

CircleCI

Appveyor CI Codecov Downloads/week License

Instead of oclif's standard colon-seperated commands:

$ mycli foo:bar:baz qux

this plugin converts oclif's command ID parsing to use spaced commands:

$ mycli foo bar baz qux

Note: topic index commands (topic-commands) are therefore ignored

Install

Add @oclif/plugin-spaced-commands as a package dependency and to oclif's plugins list in package.json