From 0a85af041eec21f9a47e0712b0d7611bb30c46bb Mon Sep 17 00:00:00 2001 From: Shohei KAMON Date: Sat, 19 Apr 2025 01:23:20 +0800 Subject: [PATCH] change config dir to /Users/cameong/.config/fireblocks-cli Signed-off-by: Shohei KAMON --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f5978e..c2cf4a9 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ fireblocks-cli --help | Subcommand | Status | Description | Notes | |-------------------|------------------|----------------------------------------------------------------|-----------------------------------------------------------------------| -| `init` | Not implemented | Initialize the default configuration files | Creates `~/.fireblocks/config.toml` and `~/.fireblocks/keys/` | -| `gen-keys` | ✅ Implemented | Generate Fireblocks-compatible private key and CSR | Outputs to `.fireblocks/keys/{name}.csr`, etc. | +| `init` | Not implemented | Initialize the default configuration files | Creates `~/.config/fireblocks-cli/config.toml` and `~/.config/fireblocks-cli/keys/` | +| `gen-keys` | ✅ Implemented | Generate Fireblocks-compatible private key and CSR | Outputs to `.config/fireblocks-cli/keys/{name}.csr`, etc. | | `list` | Not implemented | List all configured profiles | Displays `[profile]` sections from `config.toml` | | `edit` | Not implemented | Open the config file in your default `$EDITOR` | Falls back to `vi` or `nano` if `$EDITOR` is not set | | `validate` | Not implemented | Validate the structure and contents of the config file | Checks for invalid or missing keys and values |