blog podcast

For the Love of CLI

I really like the CLI tools that are developed. I recently discovered that Github has one, and it’s such a joy to now be able to create / resolve issues through the command line, and also to be able to create merge requests etc.

The real strength is of course that you can now use these tools to do scripting. This way you can optimize your workflows to be compliant with more complex rules, while at the same time you personally having a minimum effort.

Code of the Day

gh issue create -t"my title" -b"my description"

Isn’t it beautiful!