.TH SQ 1 1.2.0 "Sequoia PGP" "User Commands" .SH NAME sq config \- Get configuration options .SH SYNOPSIS .br \fBsq config get\fR [\fIOPTIONS\fR] \fINAME\fR .br \fBsq config inspect\fR [\fIOPTIONS\fR] \fISUBCOMMAND\fR .br \fBsq config template\fR [\fIOPTIONS\fR] .SH DESCRIPTION Get configuration options. .PP 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. .PP Configuration file: $HOME/.config/sequoia/sq/config.toml .PP .SH SUBCOMMANDS .SS "sq config get" Get configuration options. .PP Retrieves the configuration with the given key. Use `sq config get` to see all available options and their values. .PP .SS "sq config inspect" Inspect effective configuration details. .PP 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. .PP .SS "sq config template" Write a template configuration file. .PP 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. .PP .SH EXAMPLES .SS "sq config get" .PP .PP List all configuration options. .PP .nf .RS sq config get .RE .PP .fi .PP Get the default cipher suite for key generation. .PP .nf .RS sq config get key.generate.cipher\-suite .RE .fi .PP .SS "sq config template" .PP .PP Write a template configuration. .PP .nf .RS sq config template .RE .fi .SH "SEE ALSO" .nh \fBsq\fR(1), \fBsq\-config\-get\fR(1), \fBsq\-config\-inspect\fR(1), \fBsq\-config\-template\fR(1). .hy .PP For the full documentation see . .SH VERSION 1.2.0 (sequoia\-openpgp 1.22.0)