Skip to main content

Usage

For help:

Description

Shows your KoalaVault authentication status, user info, and server connection status. It also shows the Hugging Face CLI status, which is important because the push command requires Hugging Face CLI to be logged in, as it automatically creates public models on Hugging Face and uploads encrypted models there.
The status command automatically detects Hugging Face CLI status by calling hf auth whoami.

Examples

Check Status

Normal output (everything working):

Authentication Issues

Not authenticated:
Solution: Run koava login

Server Connection Issues

Hugging Face CLI Issues

User Information Issues

No username/email (when not authenticated):

Related Commands