-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add CLI options for commit and push #121
Comments
Great idea. |
This would require a significant re-write of the code as it does a lot of UI stuff. For example, "Publish" does the following:
It would be possible to throw some exceptions or not proceed in cases of (1) and (2) and (4) but all of the code would need to be re-written to do this, quite significantly. |
Is it easier to create a CLI-option for simply exporting the model as a set of XML files? Something like: |
A first stage might be to look at "commit". It still requires some refactoring of the code, though. |
Hi! |
There are CLI options for cloning a repo and loading a model. I'd like to see options for commiting and pushing as well. Something like:
--modelrepository.commit
--modelrepository.push
The commit option should take an Commit-message argument
Combining this with jArchi scripting, this would make it possible to automatically update the model without using the GUI.
See disussion here:
https://forum.archimatetool.com/index.php?topic=733.msg4491#msg4491
The text was updated successfully, but these errors were encountered: