2018-02-11 13:13:13 +00:00
|
|
|
**validate** | Validate a resume for correctness
|
2018-02-10 18:03:52 +00:00
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**hackmyresume VALIDATE <resume> [--assert]**
|
|
|
|
|
|
|
|
The VALIDATE command validates a FRESH or JRS document
|
|
|
|
against its governing schema, verifying that the resume
|
|
|
|
is correctly structured and formatted.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
|
|
|
Parameters:
|
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**<resume>**
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
Path to a FRESH or JRS resume. Multiple resumes can be
|
|
|
|
specified.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
hackmyresume ANALYZE resume.json
|
2018-02-10 18:03:52 +00:00
|
|
|
hackmyresume ANALYZE r1.json r2.json r3.json
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
|
|
|
**--assert -a**
|
|
|
|
|
|
|
|
Tell HackMyResume to return a non-zero process exit
|
|
|
|
code if a resume fails to validate.
|