.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-remote-add - Add a new apptainer remote endpoint .SH SYNOPSIS .PP \fBapptainer remote add [add options...] \fP .SH DESCRIPTION .PP The 'remote add' command allows you to add a new remote endpoint to be be used for apptainer remote services. Authentication with a newly created endpoint will occur automatically. .SH OPTIONS .PP \fB-g\fP, \fB--global\fP[=false] edit the list of globally configured remote endpoints .PP \fB-h\fP, \fB--help\fP[=false] help for add .PP \fB-i\fP, \fB--insecure\fP[=false] allow connection to an insecure http remote. .PP \fB-n\fP, \fB--no-default\fP[=false] do not designate the newly-added remote endpoint as the default .PP \fB--no-login\fP[=false] skip automatic login step .PP \fB--tokenfile\fP="" path to the file holding auth token for login (remote endpoints only) .SH EXAMPLE .EX $ apptainer remote add ExampleCloud cloud.example.com .EE .SH SEE ALSO .PP \fBapptainer-remote(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra