From 4e184f9e7d8b7cb35de0d0d3e3e5c7ca6fc8ba80 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 10 Jul 2025 21:45:27 -0400 Subject: [PATCH] docs: update advanced CLI config options --- docs/docs/content/01-getting-started/01-advanced_cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/content/01-getting-started/01-advanced_cli.md b/docs/docs/content/01-getting-started/01-advanced_cli.md index cbc2511..70c2395 100644 --- a/docs/docs/content/01-getting-started/01-advanced_cli.md +++ b/docs/docs/content/01-getting-started/01-advanced_cli.md @@ -92,7 +92,7 @@ Manage profile‑specific settings. | Action | Command | Examples | | :--- | :--- | :--- | | Get a setting value | `config get` | `seedpass config get inactivity_timeout` | -| Set a setting value | `config set` | `seedpass config set inactivity_timeout 300` | +| Set a setting value | `config set` | `seedpass config set secret_mode_enabled true` | ### Fingerprint Commands @@ -171,8 +171,8 @@ Code: 123456 ### `config` Commands -- **`seedpass config get `** – Retrieve a configuration value such as `inactivity_timeout`, `secret_mode`, or `auto_sync`. -- **`seedpass config set `** – Update a configuration option. Example: `seedpass config set inactivity_timeout 300`. +- **`seedpass config get `** – Retrieve a configuration value such as `inactivity_timeout`, `secret_mode_enabled`, `clipboard_clear_delay`, `additional_backup_path`, or `relays`. +- **`seedpass config set `** – Update a configuration option. Example: `seedpass config set secret_mode_enabled true`. - **`seedpass config toggle-secret-mode`** – Interactively enable or disable Secret Mode and set the clipboard delay. ### `fingerprint` Commands @@ -208,5 +208,5 @@ Shut down the server with `seedpass api stop`. - Use the `--help` flag for details on any command. - Set a strong master password and regularly export encrypted backups. -- Adjust configuration values like `inactivity_timeout` or `secret_mode` through the `config` commands. +- Adjust configuration values like `inactivity_timeout` or `secret_mode_enabled` through the `config` commands. - `entry get` is script‑friendly and can be piped into other commands.