DEV Community

Discussion on: What are the CLIs you use very often?

Collapse
 
nans profile image
Nans Dumortier

jx
k9s
git
npm / npx
serverless (this one is for a side project!)
mongo (sometimes CLI is faster than GUI!)

That's about it I guess 😁

Collapse
 
phantas0s profile image
Matthieu Cneude

git of course. I forgot this one from my list.

Collapse
 
nans profile image
Nans Dumortier

Oh and I forgot grep!
Very useful for finding a specific commit like so :
git log | grep "what I'm looking for"