Token caching for lakectl requires improvements. When creating multiple clients in a single process (such as in abuse commands) first few clients create their own token then dump it to cache. Instead we should create retrieve a token in a lower level and have the clients use it.