Skip to main content

Options


CV Wonder CLI provides a set of options that can be used to customize the behavior of the command.

These options can be used with most of subcommands and are available in the CLI help output.

Global options

Here are the global options that can be used with any command:

OptionDescriptionRequiredDefault
--inputThe input file containing the CV data.Nocv.yml
--outputThe directory where the generated CV will be saved.Nogenerated/
--themeThe name of the theme to be used for the CV.Nodefault
--formatThe format of the generated CV (e.g., PDF, HTML).Nohtml
--debugEnable debug mode for detailed logging.Nofalse
--portThe port to be used for the local server.No3000

Generate options

Here are the options that can be used with the generate subcommand:

OptionDescriptionRequiredDefault
--portThe port to be used when generating the PDF format.No3000

Serve options

Here are the options that can be used with the serve subcommand:

OptionDescriptionRequiredDefault
--portThe port to be used for the local server.No3000
--browserOpen the browser after generating the CV.Nofalse
--watchWatch for changes (theme or content) and regenerate the render.Nofalse