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
from ._settings import settings
def info():
"""Log information about current instance & user."""
# Accessing cached settings is faster than accessing the hub
print(settings.user)
if settings._instance_exists:
print(settings.instance)
else:
print("No instance loaded: lamin load <instance>")
already returns the "current user" bla so it's annoying to format it
lamin info
gives
without any colors. Think we can do better.
isn't really pretty. We could prettify this with a Rich table
The text was updated successfully, but these errors were encountered: