FOUNDATIONS: Implement & Integrate Command Tools #70
mabroukmahdhi
started this conversation in
Ideas
Replies: 3 comments 1 reply
|
will that work from cli outside vs ? |
0 replies
It should... |
0 replies
|
@mabroukmahdhi that would be a nice addition. I think at a minimum you would need to pass in template, singular and plural names with the CLI command. The rest we can infer from the config options if not provided.
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am thinking about Package Manager Console Commands, so something like :
PM> Add-Broker Student
PM> Add-Service Student
PM> Test-Service StudentService
PM> ....
All reactions