1singularity(1) singularity(1)
2
3
4
6 singularity-plugin-install - Install a compiled Singularity plugin
7
8
9
11 singularity plugin install [install options...] <plugin_path>
12
13
14
16 The 'plugin install' command installs the compiled plugin found at
17 plugin_path
18 into the appropriate directory on the host.
19
20
21
23 -h, --help[=false]
24 help for install
25
26
27 -n, --name=""
28 name to install the plugin as, defaults to the value in the
29 manifest
30
31
32
34 $ singularity plugin install $HOME/singularity/test-plugin/test-plugin.sif
35
36
37
38
40 singularity-plugin(1)
41
42
43
45 18-Feb-2020 Auto generated by spf13/cobra
46
47
48
49Auto generated by spf13/cobra Feb 2020 singularity(1)