microservices-datadriven icon indicating copy to clipboard operation
microservices-datadriven copied to clipboard

separate `utils` dir for user and build, re-enable msdataworkshop to display all user commands

Open paulparkinson opened this issue 3 years ago • 3 comments

Currently both build and workshop user utils are in the same directory.

This should be separated to be more organized in general but it also appears the ls utils command was removed from the end of the msdataworkshop command at some point.

The msdataworkshop command is meant to be a goto help command that shows all possible utility and short cut commands (useful for debugging and developing/understanding) and thus anything that is under utils dir.

We can do this a few different ways but the simplest is to revert back to having the ls utils at the end of the msdataworkshop command as mentioned which is dynamic when new commands are added. Regardless the directory should be for user scripts/utils only.

paulparkinson avatar Jun 07 '21 21:06 paulparkinson

My reorg is going to change a lot of this so we should coordinate

RichardExley avatar Sep 07 '21 15:09 RichardExley

sounds good - probably I can move all the util commands (from their current home in individual files under the "utils" dir and in env.sh) into a utils.sh file and we can just source that whereever it may land.

paulparkinson avatar Sep 07 '21 15:09 paulparkinson

Assigning this to you @RichardExley if you don't mind. Definitely feel free to assign it to me if your re-org doesn't cover this of course. Thanks.

paulparkinson avatar Dec 15 '21 21:12 paulparkinson