You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have no idea which user we logged in as and which registry we are connected to.
Given this we need something like
./harbor-cli status
Cli currently logged in as user_1 to registry demo.goharbor.io
Achieving the below output would be really better
./harbor-cli status
Harbor CLI Status:
==================
Logged in as: user_1
Registry: demo.goharbor.io
API Version: v2.0
Authentication: Token-based
Connected As: user_1 (admin)
Previously Logged in to the following registries:
- demo.goharbor.io
- another-registry.io
CLI Version: 0.0.3
OS: Linux (x86_64)
The text was updated successfully, but these errors were encountered:
Summary
Currently, we have no idea which user we logged in as and which registry we are connected to.
Given this we need something like
Achieving the below output would be really better
The text was updated successfully, but these errors were encountered: