Provided by: singularity-container_4.1.2+ds1-1_amd64
NAME
singularity-plugin-install - Install a compiled Singularity plugin
SYNOPSIS
singularity plugin install
DESCRIPTION
The 'plugin install' command installs the compiled plugin found at plugin_path into the appropriate directory on the host. 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.
OPTIONS
-h, --help[=false] help for install
EXAMPLE
$ singularity plugin install $HOME/singularity/test-plugin/test-plugin.sif
SEE ALSO
singularity-plugin(1)
HISTORY
7-Apr-2024 Auto generated by spf13/cobra