| name | hub-cli-setup |
| description | Use when setting up Hugging Face Hub CLI authentication or the recommended GitHub CLI workflow for IsaacLab-Imitation datasets, pushes, PRs, and CI checks. |
Hub CLI Setup
Use the repo-owned Pixi environments. Hugging Face CLI support lives in the
lerobot environment, while GitHub CLI support lives in the default
environment.
pixi run -e lerobot hf auth login
pixi run -e lerobot hf auth whoami
pixi run gh auth login
pixi run gh auth setup-git --hostname github.com
pixi run gh auth status
git config --global credential.https://huggingface.co.helper store
pixi run -e lerobot hf auth list
TOKEN_NAME=home-ubuntu
pixi run -e lerobot hf auth switch --token-name "$TOKEN_NAME" --add-to-git-credential
pixi run -e lerobot hf auth login --add-to-git-credential
git config --global --unset credential.https://huggingface.co.helper