mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
Test add Video to Markdown
This commit is contained in:
+5
-1
@@ -19,7 +19,11 @@ 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.
|
||||
[](https://asciinema.org/a/OBzotSxbJjB0lhUqKAsG9zttk)
|
||||
<video autoplay loop muted playsinline>
|
||||
|
||||
<source src="./output/run-flow.webm" type="video/webm">
|
||||
<img id="imgScale" src="./output/run-flow.gif" />
|
||||
</video>
|
||||
|
||||
## Pushing Resources, Scripts & More
|
||||
|
||||
|
||||
Reference in New Issue
Block a user