Use MP4 again

This commit is contained in:
Kai Jellinghaus
2022-11-25 17:26:36 +01:00
parent 7c34bd48fa
commit d3ed4dc28a
+2 -2
View File
@@ -1,7 +1,7 @@
# Windmill CLI
A simple CLI allowing interactions with windmill from the command line.
![](./vhs/output/setup.gif)
<video src='./vhs/output/setup.mp4' width=600 />
## Installation
@@ -18,7 +18,7 @@ Setup the CLI by running `wmill setup`. This will guide you through the setup pr
Run a script or flow using `wmill flow/script run u/username/path/to/script` and pass any inputs using `--input/-i <name>=<value>` curl-style syntax using `-i @-` for stdin or `-i @<filename>` is also supported
Flow Steps and Logs will be streamed during execution automatically.
![](./vhs/output/run-flow.gif)
<video src='./vhs/output/run-flow.mp4' width=600 />
## Pushing Resources, Scripts & More