Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidBMSTU committed Oct 22, 2023
1 parent 3184436 commit 4182d8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
A detailed overview of all interfaces is provided in [cotea documentation](https://github.com/ispras/cotea/blob/main/docs/cotea_docs.md).
10 changes: 10 additions & 0 deletions docs/interactive_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4182d8d

Please sign in to comment.