Closed hannah-bulmer closed 4 years ago
@dvd-z @jhorbulyk thoughts?
looks good
@dvd-z what is your thought on merging cmp:process
and cmp:exec
or keeping them as seperate tools?
Both currently run process
functions, cmp:exec
allows you to run other exported functions like getMetaModel
and verifyCredentials
. It does not run init
and startup
and shutdown
along with process
though.
Perhaps a better thing to do would be to rename the commands to be more intuitive? exec
is rather vague...
I feel like there should definitely be a big command that'll run init
, startup
, process
, and shutdown
. It would be nice if it were with exec just to keep everything together, but I don't know how that would be cleared specified to the user
The README for this tool is a little bit confusing. A better way to display information would be to sort it by each available command in the tool.
I would propose the following README sections:
I also see that
cmp:process
andcmp:exec
are fairly similar; are they worth merging into one tool or are there benefits of keeping them separate?Furthermore, I would propose refining the current CLI output and making it more user-friendly, readable, and useful to a user.