-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/982: added option to execute after deploy #986
feature/982: added option to execute after deploy #986
Conversation
Where did you save the Text for the Wiki update? We can only publish the Wiki update when the feature was released :) |
for this one I didn't add it yet, it's not ready yet :-) I have some questions that I left as comments Here is the documentation: deploy Alias: mcdev d Deploys metadata to the specified Business Unit. Example:
Similarly to mcdev retrieve you can also use the interactive mode to select credential and/or Business Unit. deploy and execute: This is a special combination that will execute a query after creating or updating it on the server.
|
Coverage ReportCommit:fc53c6dBase: develop@eb23409 Details (changed files):
|
This needs a new test added to the query test class :) |
@JoernBerkefeld Not sure how can I test if the query actually executed? I added a test that only checks that no errors occurred, is that OK? Deploy should always return true or false regardless if queries were started or not. |
…' of github.com:Accenture/sfmc-devtools into feature/982-feature-add-execute-option-to-deploy-method
PR details
What changes did you make? (Give an overview)
--execute
option todeploy
method #982Added possibility to execute query after deploy
Is there anything you'd like reviewers to focus on?
...
Checklist