11.2.7 CICDW Command Line Tool
If you would prefer to run the command-line version of the CI/CD Wizard, it can be found under <MPLAB X IDE version install directory>mplab_platform/bin/cicdw.exe.
Use cicdw.exe -h
to get help on options (see below). For command specific help,
use the command and -h
; for example: cicdw.exe generate-jenkins
-h
.
Note: All command options must be on the same
line, as in:
cicdw.exe generate-jenkins --misra --simulator ...
cicdw Help
usage: cicdw [-h] [-v] [-q] [--version]
{generate-jenkins,generate-docker,generate-doxyfile,container,jenkins-server}
...
CI/CD Wizard for MPLAB X IDE projects
optional arguments:
-h, --help show this help message and exit
-v Enable verbose logging (Use -vv for extra verbose
logging)
-q Show less output. (Use -qq to only show errors and
warnings and -qqq to only show errors)
--version Print version information
Commands:
{generate-jenkins,generate-docker,generate-doxyfile,container,jenkins-server}
generate-jenkins Generate jenkins build files (Jenkinsfile and
Dockerfile)
generate-docker Generate dockerfile
generate-doxyfile Generate Doxyfile for doxygen documentation
container Manage local build container
jenkins-server Manage jenkins server
Type {command} -h for command specific help