SYSunggun Yuinblog.meowhq.dev·Dec 19, 2023 · 3 min readCompare Kubernetes Manifest files in VSCodeIntroduction I recently published a VSCode extension called KubeMani Diff, which is a tool for comparing Kubernetes manifest files. With this extension, you can easily identify the differences between two Kubernetes manifest files. KubeMani Diff also...00
SYSunggun Yuinblog.meowhq.dev·Nov 24, 2023 · 3 min readIntroduction to ENVPhttps://github.com/sunggun-yu/envp ENVP is a shell wrapper command-line tool for macOS and Linux that enables you to run commands or shells with specific environment variable configurations based on profiles. It also allows you to run scripts to set ...00
SYSunggun Yuinblog.meowhq.dev·Nov 10, 2023 · 4 min readHow to use multiple GitHub accounts when only HTTPS is allowedIt was relatively simple when I could use GIT+SSH... I have separate GitHub user accounts for my personal and company use, and I could configure Git to use specific SSH keys for different URL patterns using includeIf as below. ~/.gitconfig file: [us...00