Command line tool for generating Dabble Lab content and assets.
$ npm install -g @dabblelab/content-cli
$ content-cli COMMAND
running command...
$ content-cli (-v|--version|version)
@dabblelab/content-cli/1.0.1-alpha.6 darwin-x64 node-v14.15.0
$ content-cli --help [COMMAND]
USAGE
$ content-cli COMMAND
...
display help for content-cli
USAGE
$ content-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Create a new YouTube or GitHub image asset.
USAGE
$ content-cli image
OPTIONS
-h, --headline=headline headline for poster images
-s, --style=purple-orange|orange-purple|blue-green|green-blue|purple-blue|blue-purple image style
DESCRIPTION
...
Resulting image will be created in the current working directory.
See code: src/commands/image.js