.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-plugin-compile - Compile a Singularity plugin .SH SYNOPSIS .PP \fBsingularity plugin compile [compile options...] \fP .SH DESCRIPTION .PP The 'plugin compile' command allows a developer to compile a Singularity plugin in the expected environment. The provided host directory is the location of the plugin's source code. A compiled plugin is packed into a SIF file. .SH OPTIONS .PP \fB--disable-minor-check\fP[=false] disable minor package version check .PP \fB-h\fP, \fB--help\fP[=false] help for compile .PP \fB-o\fP, \fB--out\fP="" path of the SIF output file .SH EXAMPLE .PP .RS .nf $ singularity plugin compile $HOME/singularity/test-plugin .fi .RE .SH SEE ALSO .PP \fBsingularity-plugin(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra