# ebil - ebil.club cli
## usage
push your site files to ebil.club:
```bash
ebil push --user robin dist/
```
pull your site from ebil.club to a local directory:
```bash
ebil pull --user robin site/
```
## installation
simply install using make:
```bash
sudo make install
```
or install for user:
```bash
PREFIX="$HOME/.local" make install
```
or run using :sparkles: _nix_ :sparkles: :
```bash
nix run git+https://codeberg.org/comfysage/ebil.git --
```
## env
you can set certain options using environment variables.
| env | option |
| ----------------------------------------------------- | ---------------------------------------- |
| `EBIL_USER="robin.ebil.club"` | `--user robin` |
| `EBIL_PATH="dist/"` | `push --from dist/`
`pull --to dist/` |
| `EBIL_PATH_REMOTE="root"` | `push --to root`
`pull --from root` |
| `EBIL_HOST="ebil.club"` | |
| `EBIL_REMOTE="/var/ebil.club/${user}/${path_remote}"` | |
## note
specify options _before_ regular arguments.