- Do not use it, just a memo what is left from the old ActivityPub server
The Command Line Interface to set the Codes and Codices for your redaktor
$ npm install -g CLI
$ redaktor COMMAND
running command...
$ redaktor (-v|--version|version)
CLI/0.0.0 darwin-x64 node-v12.14.1
$ redaktor --help [COMMAND]
USAGE
$ redaktor COMMAND
...
describe the command here
USAGE
$ redaktor hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ redaktor hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for redaktor
USAGE
$ redaktor help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help