Add utils to cheatsheet
This commit is contained in:
@@ -32,13 +32,15 @@ set -o nounset
|
||||
set -o pipefail
|
||||
```
|
||||
### Linux
|
||||
tldr - basic command usage
|
||||
usermod - modifu user account
|
||||
|
||||
### Tools
|
||||
- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool
|
||||
- [direnv](https://direnv.net/) Directory specific variables
|
||||
|
||||
- yq - YAML processor - jq wrapper for YAML documents
|
||||
- jq - JSON processor
|
||||
- tldr - basic command usage
|
||||
- thefuck
|
||||
|
||||
## Kubernetes
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user