CLI
Here is the CV Wonder Helper prompt using the argument -h or --help:
CV Wonder - Generate your CV with Wonder!
Usage:
cvwonder [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
generate Generate the CV
help Help about any command
serve Generate and serve the CV
themes Manage themes
validate Validate the CV YAML file
version Show version
Flags:
-d, --debug Debug mode: more verbose.
-f, --format string Format for the export. (default "html")
-h, --help help for cvwonder
-i, --input string Input file in YAML format. (default "cv.yml")
-o, --output string Output directory. (default "generated/")
-t, --theme string Name of the theme. (default "default")
-v, --version version for cvwonder
Use "cvwonder [command] --help" for more information about a command.
The CLI provides a simple and intuitive interface for generating CVs. The main command is cvwonder, which can be used with various subcommands and options.