https://github.com/xetdata/homebrew-xet-tools
Homebrew tap for xetcmd
https://github.com/xetdata/homebrew-xet-tools
Last synced: about 1 year ago
JSON representation
Homebrew tap for xetcmd
- Host: GitHub
- URL: https://github.com/xetdata/homebrew-xet-tools
- Owner: xetdata
- Created: 2022-05-11T20:37:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:54:35.000Z (over 1 year ago)
- Last Synced: 2025-01-14T04:22:22.580Z (over 1 year ago)
- Language: Ruby
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://unmaintained.tech/)
# [DEPRECATED] Xet-Tools Homebrew Tap
**_XetHub has joined [Hugging Face 🤗](https://huggingface.co/blog/xethub-joins-hf). Follow our work to improve large scale collaboration on [Hugging Face Hub](https://huggingface.co/xet-team)._**
----
## Usage
Installation is easy as:
```
$ brew tap xetdata/xet-tools
$ brew install xet-tools
```
Upgrades are even simpler:
```
$ brew upgrade xet-tools
```
## Tools available
### Xet command line client
Our command line interface for interacting with your xets.
```
USAGE:
xet
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
branch List local and remote branches
checkout Switch or create branch locally
clone Retrieve a xet via URL
fetch Download remote changes
help Print this message or the help of the given subcommand(s)
log List version history for current branch
merge Update local branch with all remote changes
pull Update local branch with all remote changes
push Commit and upload local changes to remote
status Show all modified files in working directory
```