Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 550 Bytes

manifest.md

File metadata and controls

25 lines (16 loc) · 550 Bytes

oclif manifest

Generates plugin manifest json (oclif.manifest.json).

oclif manifest [PATH]

Generates plugin manifest json (oclif.manifest.json).

USAGE
  $ oclif manifest [PATH] [--jit]

ARGUMENTS
  PATH  [default: .] Path to plugin.

FLAGS
  --[no-]jit  Append commands from JIT plugins in manifest.

DESCRIPTION
  Generates plugin manifest json (oclif.manifest.json).

See code: src/commands/manifest.ts