diff --git a/cli/README.md b/cli/README.md index bb84de85c6..3c3767e935 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,8 +1,7 @@ # Windmill CLI A simple CLI allowing interactions with windmill from the command line. - -[![asciicast](https://asciinema.org/a/533968.svg)](https://asciinema.org/a/533968) +![](./vhs/output/setup.gif) ## 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 =` curl-style syntax using `-i @-` for stdin or `-i @` is also supported Flow Steps and Logs will be streamed during execution automatically. - +![](./vhs/output/run-flow.gif) ## Pushing Resources, Scripts & More diff --git a/cli/vhs/output/run-flow.webm b/cli/vhs/output/run-flow.webm deleted file mode 100644 index 7f7a1a72f5..0000000000 Binary files a/cli/vhs/output/run-flow.webm and /dev/null differ diff --git a/cli/vhs/output/setup.webm b/cli/vhs/output/setup.webm deleted file mode 100644 index 0c0b8d6736..0000000000 Binary files a/cli/vhs/output/setup.webm and /dev/null differ diff --git a/cli/vhs/run-flow.tape b/cli/vhs/run-flow.tape index ff5b526c2a..fabcbf6457 100644 --- a/cli/vhs/run-flow.tape +++ b/cli/vhs/run-flow.tape @@ -45,7 +45,6 @@ # Show Show the subsequent commands in the output Output output/run-flow.gif -Output output/run-flow.webm Require wmill diff --git a/cli/vhs/setup.tape b/cli/vhs/setup.tape index 6e0b56e85b..73f4d5bb67 100644 --- a/cli/vhs/setup.tape +++ b/cli/vhs/setup.tape @@ -45,7 +45,6 @@ # Show Show the subsequent commands in the output Output output/setup.gif -Output output/setup.webm Require wmill Require docker