mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
Use GIF only
This commit is contained in:
+2
-7
@@ -1,8 +1,7 @@
|
||||
# Windmill CLI
|
||||
|
||||
A simple CLI allowing interactions with windmill from the command line.
|
||||
|
||||
[](https://asciinema.org/a/533968)
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
@@ -19,11 +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.
|
||||
<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
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -45,7 +45,6 @@
|
||||
# Show Show the subsequent commands in the output
|
||||
|
||||
Output output/run-flow.gif
|
||||
Output output/run-flow.webm
|
||||
|
||||
Require wmill
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
# Show Show the subsequent commands in the output
|
||||
|
||||
Output output/setup.gif
|
||||
Output output/setup.webm
|
||||
|
||||
Require wmill
|
||||
Require docker
|
||||
|
||||
Reference in New Issue
Block a user