dolittle-obsolete / cli

Command Line Interace for working with the Dolittle platform
MIT License
0 stars 2 forks source link

Add eventprocessor syntax change #80

Open TomasEkeli opened 5 years ago

TomasEkeli commented 5 years ago

Today we write

dolittle add eventprocessor {name_of_new_eventprocessor}

I think it should be

dolittle add eventprocessor {existing_event}

And then either generate a processor with a convention-based name ({existing_event}_processor) or ask for a name.

Even better would be to not use add, but rather have a new command

dolittle process {existing_event}

┆Issue is synchronized with this Asana task