deploy-project

deploy-project script checks out all built results.

SYNPOSIS

./deploy-project [options…]

DESCRPTION

deploy-project builds the deployment package. It copies all built results from each module into a deployment directory.

-p PATH

The path of the target project

-o STRING

The name of the output directory

--help

Show this manual.

EXAMPLE

[host:my_workspace]$ ls
create-project build-project deploy-project my_project

[host:my_workspace]$ ./deploy-project -p ./my_project -o output
[Copy results]
[Done]