UNPKG

fedtools-utilities

Version:
21 lines (18 loc) 1.83 kB
{ "yui3": { "help": { "sync": { "synopsis": "Synchronize a local WF-RIA² repository with the latest YUI3 code (provided by wria).", "command": "fedtools wy\n\nfedtools wria2-yui3", "description": "WF-RIA² code is hosted on Gitlab, and YUI code is hosted on Github. For each major release of the framework, the wria team creates a clone of the YUI code into our own repository. For example, for WF-RIA² v2.5.0, there is a Github branch for YUI called wf2-release-2.5.0, based on the official YUI v3.14.1\n\nThere is also another branch called wf2-develop which is based on YUI v3.18.1. This means that when you work on a WF-RIA² branch based off release-2.5.0, you need the corresponding YUI wf2-release-2.5.0, and when you switch to 'develop' for example, you also need to switch your local copy of YUI to wf2-develop.\n\nThis command is here to help! It takes care of fetching the right YUI version from Github and apply it to your local copy.\n\nIt is expected that you may use this command quite extensively if you switch from official WF-RIA² branches to branches.\n\nThis command is interactive. It will ask you which version of YUI you need (keep in mind that it should always start with a 'wf2-', since it has to be sanctified by the wria team)\n\nNOTE: You need to have a valid WF-RIA² local repository.", "examples": "cd wria2git\ngit checkout release-2.5.0\nfedtools wy (type wf2-release.2.5.0 - you will then be in sync with 2.5.0)\n\n# Say you now need to work on develop...\n\ngit checkout develop\nfedtools wy (type wf2-develop - you will then be in sync with develop)", "options": { "0": { "option": "-d", "desc": "Use this flag to display extra information, helpful for debugging." } } } } } }