this repo has no description
ebil - ebil.club cli#
usage#
push your site files to ebil.club:
ebil push --user robin dist/
pull your site from ebil.club to a local directory:
ebil pull --user robin site/
installation#
simply install using make:
sudo make install
or install for user:
PREFIX="$HOME/.local" make install
or run using ✨ nix ✨ :
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 rootpull --from root |
EBIL_HOST="ebil.club" |
|
EBIL_REMOTE="/var/ebil.club/${user}/${path_remote}" |
note#
specify options before regular arguments.