logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

singularity-remote - Manage singularity remote endpoints

Description

       The 'remote' command allows you to manage Singularity remote endpoints through
         its subcommands.

       A 'remote endpoint' is the Sylabs Cloud, a Singularity Enterprise installation,
         or a compatible group of services. The remote endpoint is a single address,
         e.g. 'cloud.sylabs.io' through which linked library, builder and keystore
         sevices will be automatically discovered.

       To configure a remote endpoint you must 'remote add' it. You can 'remote login' if
         you will be performing actions needing authentication. Switch between
         configured remote endpoints with the 'remote use' command. The active remote
         endpoint will be used for remote builds, key operations, and 'library://' pull
         and push. You can also 'remote logout' from and 'remote remove' an endpoint that
         is no longer required.

       The remote configuration is stored in $HOME/.singularity/remotes.yaml by default.

Example

         All group commands have their own help output:

           $ singularity help remote list
           $ singularity remote list

History

       27-Feb-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       Feb 2025                                      singularity(1)

Name

       singularity-remote - Manage singularity remote endpoints

Options

-c,  --config="/nonexistent/.singularity/remote.yaml"       path  to  the  file  holding  remote endpoint
       configurations

       -h, --help[=false]      help for remote

See Also

singularity(1), singularity-remote-add(1), singularity-remote-get-login-password(1),  singularity-remote-list(1),    singularity-remote-login(1),    singularity-remote-logout(1),   singularity-remote-remove(1),
       singularity-remote-status(1), singularity-remote-use(1)

Synopsis

singularityremote[remoteoptions...]

See Also