# ebil - ebil.club cli ## usage push your site files to ebil.club: ```bash ebil push --site robin.ebil.club dist/ ``` pull your site from ebil.club to a local directory: ```bash ebil pull --site robin.ebil.club 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_SITE="robin.ebil.club"` | `--site robin.ebil.club` | | `EBIL_PATH="dist/"` | `--path dist/` | | `EBIL_HOST="ebil.club"` | | | `EBIL_REMOTE="/var/ebil.club/${name}/${site}"` | | ## note specify options _before_ regular arguments.