The Hugging Face CLI has been renamed from `huggingface-cli` to `hf`, introducing a clearer and more organized command structure. Users can easily access commands grouped by resource, with new features like `hf jobs` for running scripts on Hugging Face infrastructure. The legacy CLI remains functional to aid in the transition to the new format.
Zodest is a modern CLI builder that emphasizes type safety and flexibility, leveraging TypeScript and Zod for runtime validation. It supports features like command aliases, nested commands, shareable presets, and a lightweight configuration API, making it easy to define and manage commands with robust type inference. The library allows for the creation of reusable command sets and offers global options for enhanced command organization.