Command Line Interface Sample Project for interacting with Aras
aras-innovator-cli is a sample visual studio project to demonstrate how you can build simple executables which can be used to automate processes.
Built Using: Aras 11.0 SP12
Before trying to build this project you need to reference the right version of IOM (the Aras Innovator API).
The sample application allows to send the AML content of a file to Aras Innovator.
-l <url> => Aras URL
-d <dbname> => Aras Database
-u <user login> => Aras User
-p <password> => Aras Password
-f <filepath> => Input AML File
-o <filepath> => output filepath
-g <filepath> => output log filepath
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].
Project written, documented, and published by Yoann Maingon at Aras Labs. @YoannArasLab
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.