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

sq config - Get configuration options

Description

       Get configuration options.

       This    subcommand    can    be   used   to   inspect   the   configuration   file   (default   location:
       $HOME/.config/sequoia/sq/config.toml), and to create a template that can be edited to your liking.

       Configuration file: $HOME/.config/sequoia/sq/config.toml

Examples

sqconfigget
       List all configuration options.

              sq config get

       Get the default cipher suite for key generation.

              sq config get key.generate.cipher-suite

   sqconfigtemplate
       Write a template configuration.

              sq config template

Name

       sq config - Get configuration options

See Also

sq(1), sq-config-get(1), sq-config-inspect(1), sq-config-template(1).

       For the full documentation see <https://book.sequoia-pgp.org>.

Subcommands

sqconfigget
       Get configuration options.

       Retrieves the configuration with the given key.  Use `sq config get` to see  all  available  options  and
       their values.

   sqconfiginspect
       Inspect effective configuration details.

       This  subcommand  can  be used to inspect various aspects of the effective configuration, such as various
       relevant paths, the cryptographic policy, the network configuration, etc.

   sqconfigtemplate
       Write a template configuration file.

       Writes a template containing the default values to the given file or stdout.   This  can  be  used  as  a
       starting point to tweak the configuration.

Synopsis

sqconfigget [OPTIONS] NAMEsqconfiginspect [OPTIONS]  SUBCOMMANDsqconfigtemplate [OPTIONS]

Version

       1.2.0 (sequoia-openpgp 1.22.0)

Sequoia PGP                                           1.2.0                                                SQ(1)

See Also