near / near-cli

General purpose command line tools for interacting with NEAR Protocol
https://docs.near.org
MIT License
195 stars 94 forks source link

Create 'near list' commands to show keypairs stored in local folder. #998

Closed c0wjay closed 1 year ago

c0wjay commented 2 years ago

The problem: It is a hassle to check what keys store in .near-credentials folder. Especially for newbies, they didn’t know existance of .near-credentials folder, and call near login again. It adds unnecessary keys in account.

The solution: near list command shows entire keys stored in local .near-credentials forder.