In addition to the normal Helium Dev Client an additional tool is now provided to allow for the deployment and upgrading of apps directly from the command line without any interactive prompts or complex configuration. Commands that are supported by the new tool are:
build - Build source code locally to ensure correctness. Optionally download any shared libraries that are referenced in the source code.
release - Release source code by creating an app release on a Helium server. Optionally download any shared libraries that are referenced in the source code.
createapp - Create an app on a Helium server.
upgrade - Upgrade an existing app with previously released source code.
help - Provide usage instructions for the tool including a full list of commands and allowed / required arguments for each command.
Add Comment