2018-02-10 18:03:52 +00:00
|
|
|
**peek** | View portions of a resume from the command line
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**hackmyresume PEEK <resume> <at>**
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
The PEEK command displays a specific piece or part of the
|
|
|
|
resume without requiring the resume to be opened in an
|
|
|
|
editor.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
Parameters:
|
2018-02-10 18:03:52 +00:00
|
|
|
|
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, separated by spaces.
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
hackmyresume PEEK r1.json r2.json r3.json "employment.history[2]"
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**<at>**
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
The resume property or field to be displayed. Can be
|
|
|
|
any valid resume path, for example:
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
education[0]
|
|
|
|
info.name
|
|
|
|
employment.history[3].start
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
Options:
|
2018-02-10 18:03:52 +00:00
|
|
|
|
2018-02-11 13:13:13 +00:00
|
|
|
**None.**
|