.nh .TH "singularity" "1" "Apr 2024" "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. .PP NOTE: Before using this command, make sure that you trust the origin of the plugin, and that you are certain it does not contain any malicious code. .SH OPTIONS .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 .EX $ singularity plugin compile $HOME/singularity/test-plugin .EE .SH SEE ALSO .PP \fBsingularity-plugin(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra