From 5cad612fcd023e4db17a8da14cebbe7fff2fbdc0 Mon Sep 17 00:00:00 2001 From: Shohei KAMON Date: Sat, 19 Apr 2025 15:45:12 +0800 Subject: [PATCH] chore/Update_README: Implement configure validate Signed-off-by: Shohei KAMON --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e652efd..7a1e49c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ fireblocks-cli --help | `gen-keys` | ✅ | ✅ | Generate Fireblocks-compatible private key and CSR | Outputs to `.config/fireblocks-cli/keys/{name}.csr`, etc. | | `list` | n/a | n/a | List all configured profiles | Displays `[profile]` sections from `config.toml` | | `edit` | n/a | n/a | Open the config file in your default `$EDITOR` | Falls back to `vi` or `nano` if `$EDITOR` is not set | -| `validate` | n/a | n/a | Validate the structure and contents of the config file | Checks for invalid or missing keys and values | +| `validate` | ✅ | n/a | Validate the structure and contents of the config file | Checks for invalid or missing keys and values | | `add` | n/a | n/a | Append a new profile to the configuration file | Will add to the bottom of the file without auto-formatting | | `remove` | n/a | n/a | Remove a profile from the configuration | Deletes the corresponding section from `config.toml` |