1singularity(1) singularity(1)
2
3
4
6 singularity-remote-add - Create a new singularity remote endpoint
7
8
9
11 singularity remote add [add options...] <remote_name> <remote_URI>
12
13
14
16 The 'remote add' command allows you to create a new remote endpoint to be
17 be used for singularity remote services. Authentication with a newly created
18 endpoint will occur automatically.
19
20
21
22
24 -g, --global[=false]
25 edit the list of globally configured remote endpoints
26
27
28 -h, --help[=false]
29 help for add
30
31
32 --no-login[=false]
33 skip automatic login step
34
35
36 --tokenfile=""
37 path to the file holding token
38
39
40
42 $ singularity remote add SylabsCloud cloud.sylabs.io
43
44
45
46
48 singularity-remote(1)
49
50
51
53 18-Feb-2020 Auto generated by spf13/cobra
54
55
56
57Auto generated by spf13/cobra Feb 2020 singularity(1)