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-key-import - Import a local key into the local or global keyring

Description

       The 'key import' command allows you to add a key to your local or global keyring
         from a specific file.

Example

         $ singularity key import ./my-key.asc

         # Import into global keyring (root user only)
         $ singularity key import --global ./my-key.asc

History

       27-Feb-2025 Auto generated by spf13/cobra

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

Name

       singularity-key-import - Import a local key into the local or global keyring

Options

-g,  --global[=false]       manage  global public keys (import/pull/remove are restricted to root user or
       unprivileged installation only)

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

       --new-password[=false]      set a new password to the private key

See Also

singularity-key(1)

Synopsis

singularitykeyimport[importoptions...]

See Also