UNPKG

fedtools-utilities

Version:
36 lines (33 loc) 1.8 kB
{ "utilities": { "help": { "simpleserver": { "synopsis": "Simple web server to serve static files.", "command": "envtools web", "description": "This command will start a simple http server on port 8080 by default. It serves any static files located in the current directory (html, css, js).", "options": { "0": { "option": "-d", "desc": "Use this flag to display extra information, helpful for debugging." }, "1": { "option": "--port", "desc": "Use this flag to specify the port to listen to. If the port is unavailable, the closest available one in the same range will be chosen. If not provided, port 8080 is the default." } } }, "bump": { "synopsis": "Update the version of the WF-RIA² framework in all the corresponding configuration files (pom.xml, shifter, etc).", "command": "fedtools bump", "description": "This command is used to change the version string in all the corresponding configuration files within the framework source code. Some json files (used by YUI and Selleck), some pom files, used by Maven and the JSP tags. This command is usually needed for a version upgrade from RCx to RCy, or from a major revision number. It is therefore usually used by a senior developer in charge of an official deployment.\n\nThis command is interactive. It will display the current version and prompt for the new one.\n\nNOTE: You need to have Java and Maven installed.", "examples": "cd wria2git\nfedtools bump", "options": { "0": { "option": "-d", "desc": "Use this flag to display extra information, helpful for debugging." } } } } } }