tektoncd / cli

A CLI for interacting with Tekton!
Apache License 2.0
428 stars 249 forks source link

Reduce the size of the binary #2109

Open vdemeester opened 1 year ago

vdemeester commented 1 year ago

As of today, tkn is a very big binary.

$ du bin/tkn
147M    bin/tkn
$ strip bin/tkn
$ du bin/tkn
118M    bin/tkn

We should try to find some ways to reduce the size of it somehow πŸ‘ΌπŸΌ πŸ™πŸΌ. Some ideas:

chmouel commented 1 year ago

cleanup deps will be the first thing that come in mind, we have too many dependencies that i am not sure it's worth to have