From d79ee29bc81e45695f4ccc52018c1b061e5358b7 Mon Sep 17 00:00:00 2001 From: Shohei KAMON Date: Sat, 19 Apr 2025 12:49:09 +0800 Subject: [PATCH] modify test status for configure key-gens Signed-off-by: Shohei KAMON --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57c375..305a375 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ fireblocks-cli --help | Subcommand | Implemented | Test | Description | Notes | |-------------------|-------------|--------------|----------------------------------------------------------------|-----------------------------------------------------------------------| | `init` | ✅ | ✅ | Initialize the default configuration files | Creates `~/.config/fireblocks-cli/config.toml` and `~/.config/fireblocks-cli/keys/` | -| `gen-keys` | ✅ | n/a | Generate Fireblocks-compatible private key and CSR | Outputs to `.config/fireblocks-cli/keys/{name}.csr`, etc. | +| `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 |