-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: add d2-app-scripts deploy command #451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I left a couple of review comments. I mostly focussed on code-style, because I haven't worked on these type cli-scripts myself, so I can't really provide feedback on the general approach. I'll leave it up to another, more knowledgeable, colleague to either approve or request changes.
@erikarenhill @HendrikThePendric thanks for the reviews, updated |
# [5.1.0](v5.0.0...v5.1.0) (2020-09-02) ### Features * add d2-app-scripts deploy command ([#451](#451)) ([655a053](655a053))
🎉 This PR is included in version 5.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This adds the
d2-app-script deploy
command. It takes an existing application bundle (created withd2-app-scripts build
) and pushes it to a running DHIS2 instance. For example: