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
--validateValidate YAML before processing (dry-run with validate command).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
--validateValidate YAML before generating the CV.Nofalse

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
--validateValidate YAML before serving the CV.Nofalse

Validate options

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

OptionDescriptionRequiredDefault
--inputThe input file containing the CV data to validate.Nocv.yml
--debugEnable debug mode for detailed logging.Nofalse