HackMyResume/dist/cli/help/convert.txt

34 lines
914 B
Plaintext
Raw Normal View History

**convert** | Convert resumes between FRESH and JRS formats
Usage:
2018-02-11 13:13:13 +00:00
**hackmyresume CONVERT <resume> TO <target> [--format]**
The CONVERT command converts one or more resume documents
between the FRESH Resume Schema and JSON Resume formats.
Parameters:
2018-02-11 13:13:13 +00:00
**<resume>**
2018-02-11 13:13:13 +00:00
Path to a FRESH or JRS resume. Multiple resumes can be
specified.
2018-02-11 13:13:13 +00:00
**<targets>**
2018-02-11 13:13:13 +00:00
The path of the converted resume. Multiple resumes can
be specified, one per provided input resume.
Options:
**--format -f <fmt>**
The desired format for the new resume(s). Valid values
are 'FRESH', 'JRS', or, to target the latest edge
version of the JSON Resume Schema, 'JRS@1'.
If this parameter is omitted, the destination format
will be inferred from the source resume's format. If
the source format is FRESH, the destination format
will be JSON Resume, and vice-versa.