Usage
Description
Shows your KoalaVault authentication status, user info, and server connection status. It also shows the Hugging Face CLI status, which is important because thepush 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
Authentication Issues
Not authenticated:koava login
Server Connection Issues
Hugging Face CLI Issues
User Information Issues
No username/email (when not authenticated):Related Commands
- koava login - Authenticate with API key
- koava logout - Clear stored credentials
- koava config - Configure server endpoint and settings
- koava push - Complete workflow with Hugging Face integration