From 6d5d919ecae6db123fa337f64f69880888e4e893 Mon Sep 17 00:00:00 2001 From: Kai Jellinghaus Date: Fri, 25 Nov 2022 15:21:47 +0100 Subject: [PATCH] Test add Video to Markdown --- cli/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index ece423f03c..bb84de85c6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -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 =` curl-style syntax using `-i @-` for stdin or `-i @` is also supported Flow Steps and Logs will be streamed during execution automatically. -[![asciicast](https://asciinema.org/a/OBzotSxbJjB0lhUqKAsG9zttk.svg)](https://asciinema.org/a/OBzotSxbJjB0lhUqKAsG9zttk) + ## Pushing Resources, Scripts & More