https://github.com/zeioth/invoke-testing-grep
https://github.com/zeioth/invoke-testing-grep
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeioth/invoke-testing-grep
- Owner: Zeioth
- Created: 2017-01-23T19:57:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T18:36:15.000Z (over 9 years ago)
- Last Synced: 2025-03-27T13:47:15.108Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# invoke-testing-grep
Tested terminals: xfce4-terminal, gnome-terminal, x-terminal-emulator
Running
inv -l | grep meta
Result:
meta.apply_settings Applies changes in settings.py to all our
meta.end_stg Terminate the stg environment of all
meta.restart_all_instances Restart all machines gracefuly, just in case we
meta.stop_all_instances Shutdown all machines gracefuly, so we can
Running
inv -l | grep -A1 meta
Result:
meta.apply_settings Applies changes in settings.py to all our
applications and environments.
meta.end_stg Terminate the stg environment of all
applications.
meta.restart_all_instances Restart all machines gracefuly, just in case we
need it (we shouldn't).
meta.stop_all_instances Shutdown all machines gracefuly, so we can
perform critical maintenance.
Extra tests:
* Increasing the number of cols in gnome-terminal doesn't have any effect on this case of use.