Skip to content

CLI - Overview

Here is the CV Wonder Helper promprint 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
  version     Show version

Flags:
  -d, --debug           Debug mode: more verbose.
  -f, --format string   Format for the export (optional). Default is 'html'. (default "html")
  -h, --help            help for cvwonder
  -i, --input string    Input file in YAML format (required). Default is 'cv.yml' (default "cv.yml")
  -o, --output string   Output directory (optional). Default is 'generated/' (default "generated/")
  -t, --theme string    Name of the theme (optional). Default is 'default'. (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.