equinor / komodo

Komodo is a software distribution system used internally in Equinor
GNU Affero General Public License v3.0
5 stars 23 forks source link

Refactor and add documentation komodo cli #463

Closed jonathan-eq closed 9 months ago

jonathan-eq commented 9 months ago

It is difficult to wrap your head around what is happening in the cli if you are new to the tool. The functions are doing too much, and they are poorly documented. Try splitting them into smaller, self explanatory functions. This would make it easier to read and test.