commander
commander copied to clipboard
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
## ToDo - [x] Reproduced issue - [ ] Investigate ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a...
To process and validate a result with custom logic bash and awk verifiers could be an interesting option to write smaller assertions which are more complex.
### Prerequisites * [x] Are you running the latest version? * [x] Did you perform a cursory search? ### Description I think it would be nice if we can use...
### Prerequisites * [x] Can you reproduce the problem? * [x] Are you running the latest version? * [x] Did you perform a cursory search? ### Description When using SSH...
To exit early on errors (i.e. missing addresses) go routines should be cancelled if an error occured. Also all routines should be cancelled gracefully on `SIGTERM` and `SIGINT` signals.
Define naming conventions for file, and only run commander against those files. Ex. - *.test.yaml - *.cmd_test.yaml - *.commander.yaml `--dir` currently panics when an invalid file type is parsed. Proposed...
[This could be a possible solution](https://github.com/adrienverge/yamllint)
Fixes # ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a changelog entry in [CHANGELOG.md](https://github.com/commander-cli/commander/blob/master/CHANGELOG.md)? - [ ] Updated...