Cheatsheet Tools

This commit is contained in:
Martin Blazik
2020-09-19 16:20:57 +02:00
parent 4bb7ac4cf9
commit fcf0660640

View File

@@ -32,8 +32,9 @@ set -o nounset
set -o pipefail set -o pipefail
``` ```
### A shell script static analysis tool ### Tools
[ShellCheck](https://github.com/koalaman/shellcheck) - [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool
- [direnv](https://direnv.net/) Directory specific variables
## Kubernetes ## Kubernetes