Skip to content

Create package command

All command need to be executed with rez env sq_rez_core

Locally

sh
createPackage -n foo -v 0.0.1 --description 'foooo' --requires python-2

This will be created on: /home-local/<username>/temp/rez_packages

or if --root-path <PATH> is used, at this path.

On Gitlab

sh
createPackage -n <packagename> -v 0.0.1 --template gitlab --git_path pipeline/int --git_push