Rez launching environment manager
Project description
rezup
A cross-platform Rez production tooling manager
Why use rezup
- Easier to setup/update Rez venv
- Easier to install custom Rez extensions (plugins)
- Easier to provide different Rez venv setup for different purpose
Install
This installs the rezup
full package, command line tool and the api package.
$ pip install rezup
To upgrade, you only need to upgrade the api package. So to avoid re-creating console-script.
$ pip install -U rezup-api
Quick start
Simply calling rezup
in terminal will suffice.
$ rezup
The command above is a shorthand for rezup use .main
, which means to enter a Rez venv container named .main
. Usually you must rezup add
a new container before you can use it. But default container .main
will automatically be created if it's not existing yet, for the first time.
So, what will & should happen after calling rezup
?
- A most basic recipe will be written into user home directory (
~/rezup.toml
) - Default container
.main
will be created with that recipe - Wait for it...
- Bam! A vanilla Rez environment is presented (In subprocess)
- Try
rez --version
or anyrez
command - Once you're done, simply type
exit
to escape.
As you may have seen, Rez venv is in the container and is deployed with a recipe file. Please visit Container-Recipe page for more detail about how you can auth and create a richer container by the recipe.
And for other rezup commands, please run rezup --help
or rezup [COMMAND] --help
for each command's usage.
$ rezup --help
Or, visit Command page.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for rezup_api-2.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c35dc9dd2d8927a2e8f55f25dedb735f5d9d01da4b36af19dcbb2ad8c3aa437a |
|
MD5 | 1a91a85743a0c9300545e76eaf8e4249 |
|
BLAKE2b-256 | 768bd6ea119646c71eaf7713c56513aeaee9ce3f248f2719f8477e9364ccdeb2 |