From 4182d8d37e6ec12f39da31dc20bd3a5977e73939 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Oct 2023 01:59:56 +0400 Subject: [PATCH] README updates --- README.md | 2 +- docs/interactive_mode.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 498b87e..53da107 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,4 @@ Cotea also contains interactive debugging mode. Using the cotea one can detects - 'nt' - add New Task - 'w' - Watch ansible variable value -A detailed overview of all interfaces is provided in [cotea documentation](https://github.com/ispras/cotea/blob/main/docs/cotea_docs.md). The full review of cotea debugging mode will be added to documentation soon. \ No newline at end of file +A detailed overview of all interfaces is provided in [cotea documentation](https://github.com/ispras/cotea/blob/main/docs/cotea_docs.md). \ No newline at end of file diff --git a/docs/interactive_mode.md b/docs/interactive_mode.md index 0744c14..f37fbcf 100644 --- a/docs/interactive_mode.md +++ b/docs/interactive_mode.md @@ -30,3 +30,13 @@ while r.has_next_play(): r.finish_ansible() ``` +Currently supported commands of the interactive mode are the following: +- 'ft' - print info about the Failed Task +- 'msg' - print all ansible error MSGs (including the ignored ones) +- 'p' - print Progress bar +- 'h'/'help' - print help message +- 're' - RErun of the failed task +- 'v' - add new Variable as extra var +- 'c' - Continue ansible execution (go to the next task) +- 'nt' - add New Task +- 'w' - Watch ansible variable value \ No newline at end of file