Build#

The build command consists of a few different flows depending on the platform being worked on.

Common code can be found here.

The following is for the entrypoint into the build command.

The relenv build command.

relenv.build.main(args)#

The entrypoint to the build command.

Parameters

args (argparse.Namespace) – The arguments to the command

relenv.build.setup_parser(subparsers)#

Setup the subparser for the build command.

Parameters

subparsers (argparse._SubParsersAction) – The subparsers object returned from add_subparsers