From b84351eefd59cb7676950909af8854ecba3534b2 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:06:23 -0400 Subject: [PATCH] docs: mark advanced CLI as future feature --- docs/README.md | 2 +- docs/advanced_cli.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index dbd0e9a..bd25730 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,4 +14,4 @@ $ seedpass totp "email" Code: 123456 ``` -See [advanced_cli.md](advanced_cli.md) for a full command reference. +See [advanced_cli.md](advanced_cli.md) (future feature set) for details on the upcoming advanced CLI. diff --git a/docs/advanced_cli.md b/docs/advanced_cli.md index 2f5aeda..693665a 100644 --- a/docs/advanced_cli.md +++ b/docs/advanced_cli.md @@ -1,8 +1,10 @@ -# Advanced CLI Commands Documentation +# Advanced CLI Commands Documentation (Future Feature Set) ## Overview The **Advanced CLI Commands** document provides an in-depth guide to the various command-line functionalities available in **SeedPass**, a secure password manager built on Bitcoin's BIP-85 standard. Designed for power users and developers, this guide outlines each command's purpose, usage, options, and examples to facilitate efficient and effective password management through the CLI. +> **Note:** This documentation describes planned functionality. The advanced CLI is not yet part of the stable release. It will align with the current SeedPass design, using fingerprint-based profiles and a forthcoming API to allow secure integration for power users and external applications. + --- @@ -845,6 +847,10 @@ seedpass fingerprint rename A1B2C3D4 PersonalProfile - **Nostr Integration:** - Ensure that your Nostr relays are reliable and secure. - Regularly verify your Nostr public key and manage relays through the `set-relays` command. +## Planned API Integration + +SeedPass will expose a local API that allows third-party applications and browser extensions to interact with your encrypted vault. The advanced CLI will act as a power-user client for these endpoints, mapping commands directly to the API while preserving the fingerprint-based security model. This design enables automation and programmatic access without compromising security. + ---