From aaa9724ae2bc232dad0dc507c3d65ab27f93c7c1 Mon Sep 17 00:00:00 2001 From: Kai Jellinghaus Date: Thu, 24 Nov 2022 00:22:56 +0100 Subject: [PATCH] Update README --- cli/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 5a109876b9..47833e9ca6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -14,9 +14,15 @@ Update to the latest version using `wmill upgrade`. Setup the CLI by running `wmill setup`. This will guide you through the setup process easily. -## Pushing Resources +## Running Flows & Scripts -The CLI can push resource specifications to a windmill instance. See the [examples/](./examples/) folder for formats. +Run a script or flow using `wmill flow/script run u/username/path/to/script` and pass any inputs using `--input.name value` + +Flow Steps and Logs will be streamed during execution automatically. + +## Pushing Resources, Scripts & More + +The CLI can push specifications to a windmill instance. See the [examples/](./examples/) folder for formats. ### Pushing a folder