The project plugin lets you interact with your SysReptor projects.
Render Reports
12345
reptorproject--render# Render report to PDF and download
reptorproject--render-ofile.pdf# Save to file.pdf
reptorproject--render-o-# Write to stdout
reptorproject--render--upload# Upload to notes
reptorproject--render--design0222cdf1-4208-491c-8a23-7d49d67707ff# Render with alternative design
You can add the design ID of your alternative design to your ~/.sysreptor/config.yaml:
reptorproject--exporttar.gz# Export your report to tar.gz
reptorproject--exporttar.gz-o-# Export your report to tar.gz, write to stdout
reptorproject--exportjson
reptorproject--exporttoml-o-# Write report as toml to stdout
reptorproject--exportyaml--upload# Export report as yaml and upload to notes
Usage
1 2 3 4 5 6 7 8 91011121314151617181920
usage: reptor project [-h]
[--search SEARCHTERM | --export {tar.gz,json,toml,yaml} | --render | --duplicate | [--finish | --reactivate]]
[-o FILENAME] [--design DESIGN ID] [--upload] [--json]
Work with projects
optional arguments:
-h, --help show this help message and exit
--search SEARCHTERM Search for term
--export {tar.gz,json,toml,yaml}
Export project
--render Render project
--duplicate Duplicate project
--finish Set project as finished
--reactivate Reactivate a finished project
-o FILENAME, --output FILENAME
Filename for output
--design DESIGN ID Render project with alternative design
--upload Used with --export or --render; uploads file to note
--json Used with --search; output as json