Skip to content

Cryptacular/Rejig.Cli

Repository files navigation

Rejig CLI

Command Line Interface for Rejig to process image editing workflows.

See Rejig.Processing for more details on the workflow schema. You can reference the schema from JSON or YAML files like this:

{
  "$schema": "https://raw.githubusercontent.com/Cryptacular/Rejig.Processing/master/json-schema/workflow.json"
}

...or in YAML:

# yaml-language-server: $schema=https://raw.githubusercontent.com/Cryptacular/Rejig.Processing/master/json-schema/workflow.json

Table of Contents

Usage

$ npm install -g rejig-cli
$ rejig COMMAND
running command...
$ rejig (--version)
rejig-cli/0.11.2 darwin-x64 node-v19.6.1
$ rejig --help [COMMAND]
USAGE
  $ rejig COMMAND
...

Commands

rejig help [COMMAND]

Display help for rejig.

USAGE
  $ rejig help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for rejig.

See code: @oclif/plugin-help