CLI - Commands¶
CV Wonder CLI provides a set of commands that can be used to perform various tasks related to generating and managing CVs.
Main command¶
The main command is cvwonder, which can be used with various subcommands and options.
The command can be run from the command line interface (CLI) and provides a simple and intuitive way to generate CVs.
Subcommands¶
Generate¶
The generate subcommand is used to generate a CV based on the input file and the specified options.
It can be used with various options to customize the output format, theme, and other settings.
The command can be run as follows:
cvwonder generate [OPTIONS]
Serve¶
The serve subcommand is used to start a local server for serving the generated CV.
It can be used with various options to customize the server settings, such as the port and whether to open the browser automatically.
The command can be run as follows:
cvwonder serve [OPTIONS]
Themes¶
The theme subcommand is used to manage themes for the CV.
It can be used to list available themes, install new themes, and remove existing themes.
The command can be run as follows:
cvwonder theme [OPTIONS]
Version¶
The version subcommand is used to display the version of the CV Wonder CLI.
It can be run as follows:
cvwonder version
This command does not require any options and will display the current version of the CLI.