commander
commander copied to clipboard
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Add a field which defines on which `os` a test can be executed, i.e.: ``` tests: echo hello: os: - darwin - linux ``` or maybe this is even better:...
It would be nice to have a `command` which exposes commander as a healthcheck
At the moment it is needed to remove colored output from the shell with something like this: echo command | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g"
Fixes #63 ## Checklist - [ ] Added unit / integration tests for windows, macOS and Linux? - [ ] Added a changelog entry in [CHANGELOG.md](../CHANGELOG.md)? - [ ] Updated...
For now this is just a prototype - [ ] create layout - [ ] start script with commander shell and config - [ ] display results in real time...
Fixes #131 Recover from a panic when a non-yaml file is encountered, instead of an ugly crash. relates to #205 , but instead of ignoring regular files, it prints the...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @ndeloof in distribution/distribution#3783 Parse http...
Fixes #204 ## 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...
### Prerequisites * [X ] Can you reproduce the problem? * [X ] Are you running the latest version? * [X ] Did you perform a cursory search? ### Description...