Package Exports
- @oclif/dev-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@oclif/dev-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@oclif/dev-cli
helpers for oclif CLIs
Usage
$ npm install -g @oclif/dev-cli
$ oclif-dev COMMAND
running command...
$ oclif-dev (-v|--version|version)
@oclif/dev-cli/1.9.0 linux-x64 node-v9.11.1
$ oclif-dev --help [COMMAND]
USAGE
$ oclif-dev COMMAND
...Commands
- oclif-dev help [COMMAND]
- oclif-dev manifest [PATH]
- oclif-dev pack
- oclif-dev publish:s3
- oclif-dev readme
oclif-dev help [COMMAND]
display help for oclif-dev
USAGE
$ oclif-dev help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
oclif-dev manifest [PATH]
generates plugin manifest json
USAGE
$ oclif-dev manifest [PATH]
ARGUMENTS
PATH [default: .] path to pluginSee code: src/commands/manifest.ts
oclif-dev pack
packages oclif cli into tarballs
USAGE
$ oclif-dev pack
OPTIONS
-c, --channel=channel (required) [default: stable] channel to publish (e.g. "stable" or "beta")
-r, --root=root (required) [default: .] path to oclif CLI root
DESCRIPTION
packages oclif cli into tarballs
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.See code: src/commands/pack.ts
oclif-dev publish:s3
publish an oclif CLI to S3
USAGE
$ oclif-dev publish:s3
OPTIONS
-c, --channel=channel (required) [default: stable] channel to publish (e.g. "stable" or "beta")
-r, --root=root (required) [default: .] path to oclif CLI rootSee code: src/commands/publish/s3.ts
oclif-dev readme
adds commands to README.md in current directory
USAGE
$ oclif-dev readme
OPTIONS
--multi create a different markdown page for each topic
DESCRIPTION
The readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:
# Usage
<!-- usage -->
# Commands
<!-- commands -->See code: src/commands/readme.ts