From 7611344b34a2506e51e92de69cfabbc1aba420d8 Mon Sep 17 00:00:00 2001 From: Piotr Date: Sun, 12 May 2024 19:39:51 +0200 Subject: [PATCH] Add CLI task details to README The README.md file was updated with additional Command Line Interface (CLI) details. Task items including 'prompt', 'list', and 'run' have been added to provide more specific information on CLI features. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 60acd18..6e9725d 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,9 @@ curl -X POST localhost:5000/execute -H "Content-Type: application/json" -d @requ - [x] Application Programming Interface (API) - [ ] Monitoring and Logging - [ ] CLI + - prompt + - list + - run - [x] Triggering Tasks - [x] Handling Distributed Tasks - [x] Error Management