Vlad Frolov

Results 391 comments of Vlad Frolov

@miraclx do you mean you want to be able to control logging level via env variable RUST_LOG? You can do that starting with a recent 0.10.0 release: https://github.com/near/near-cli-rs/blob/21001b6d6c6c6fb05ba1f5d267029de4af680beb/src/main.rs#L91

@zwong91 Please format the text as it is really hard to understand it. Also, provide details about your operating system and version of CLI

@zwong91 There might be an issue with the system keychain not being configured for the root account, try running near cli without `sudo`

@VlodkoMr It seems that there is no system secure keychain configured on your system. You can use legacy keychain (which will store keys in `~/.near-credentials` folder)

@VlodkoMr Do you try to use it from WSL? That might not have system keychain https://github.com/near/near-cli-rs/issues/299

Yeah, `config` subcommand needs some love. Just to mention a workaround here, you can just write the config file directly to the `config.toml` file under the [config directory](https://github.com/near/near-cli-rs/blob/main/docs/README.en.md#config)

@elliotBraem By the way, archival-rpc nodes are back to normal operation.

@elliotBraem Sure, consider submitting the PR to the docs ;-)

We will consider turning it into it in the future or creating a separate near-api-rs project with no code and only README pointing to various building blocks

It is implemented already, you can use the following command: ```shell near account import-account using-web-wallet ```