Skip to main content

Usage

koava status
For help:
koava status -h

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

koava status
Normal output (everything working):
Status
------
Version: 0.0.11
Authentication: Authenticated
Username: koalavault
Email: [email protected]
Server: Connected
Hugging Face CLI: Logged in as KoalaVault

Authentication Issues

Not authenticated:
koava status
# Authentication: Not authenticated
Solution: Run koava login

Server Connection Issues

Hugging Face CLI Issues

User Information Issues

No username/email (when not authenticated):
koava status
# Username: -
# Email: -

Related Commands