Show vdn-drone help
This commit is contained in:
@@ -29,6 +29,12 @@ grep 'complete -F \w* [a-z-]*' -- completion/vdn-completion.bash | awk '{ print
|
|||||||
|
|
||||||
Execute your pipeline locally.
|
Execute your pipeline locally.
|
||||||
|
|
||||||
|
Run the pipeline named `default`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
vdn-drone exec --pipeline default
|
||||||
|
```
|
||||||
|
|
||||||
## `vdn-rsync`
|
## `vdn-rsync`
|
||||||
|
|
||||||
Copy files between the host and the guest system using *rsync*.
|
Copy files between the host and the guest system using *rsync*.
|
||||||
|
@@ -40,6 +40,17 @@ usage() {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for arg; do
|
||||||
|
case "$arg" in
|
||||||
|
'-h')
|
||||||
|
help; exit
|
||||||
|
;;
|
||||||
|
--)
|
||||||
|
break
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
test -f .drone.yml || error 'Aucun fichier drone.yml trouvé'
|
test -f .drone.yml || error 'Aucun fichier drone.yml trouvé'
|
||||||
|
|
||||||
vdn-set-network-dir docker
|
vdn-set-network-dir docker
|
||||||
|
Reference in New Issue
Block a user