Show vdn-drone help

main
Clément FRÉVILLE 2 years ago
parent 4a4e30e14d
commit 6a55b58ffc

@ -29,6 +29,12 @@ grep 'complete -F \w* [a-z-]*' -- completion/vdn-completion.bash | awk '{ print
Execute your pipeline locally.
Run the pipeline named `default`:
```bash
vdn-drone exec --pipeline default
```
## `vdn-rsync`
Copy files between the host and the guest system using *rsync*.

@ -40,6 +40,17 @@ usage() {
exit 1
}
for arg; do
case "$arg" in
'-h')
help; exit
;;
--)
break
;;
esac
done
test -f .drone.yml || error 'Aucun fichier drone.yml trouvé'
vdn-set-network-dir docker

Loading…
Cancel
Save