rez-suite#

Usage#

rez suite [-h] [-l] [-t] [--which TOOL] [--validate] [--create]
                 [-c NAME] [-i] [-a RXT] [-P CHAR] [-r NAME] [-d DESC]
                 [-p PREFIX] [-s SUFFIX] [--hide TOOL] [--unhide TOOL]
                 [--alias TOOL ALIAS] [--unalias TOOL] [-b NAME]
                 [--find-request PKG] [--find-resolve PKG] [-v]
                 [DIR]

description#

Manage a suite or print information about an existing suite.

Options#

-l, --list#

list visible suites

-t, --tools#

print a list of the executables available in the suite

--which <tool>#

print path to the tool in the suite, if it exists

--validate#

validate the suite

--create#

create an empty suite at DIR

-c, --context <name>#

specify a context name (only used when using a context-specific option, such as --add)

-i, --interactive#

enter an interactive shell in the given context

-a, --add <rxt>#

add a context to the suite

-P, --prefix-char <char>#

set the char used to access rez options via a suite tool for the context being added (default: ‘+’). If set to the empty string, rez options are disabled. This option is only used in combination with --add

-r, --remove <name>#

remove a context from the suite

-d, --description <desc>#

set the description of a context in the suite

-p, --prefix#

set the prefix of a context in the suite

-s, --suffix#

set the suffix of a context in the suite

--hide <tool>#

hide a tool of a context in the suite

--unhide <tool>#

unhide a tool of a context in the suite

--alias <('tool', 'alias')>#

create an alias for a tool in the suite

--unalias <tool>#

remove an alias for a tool in the suite

-b, --bump <name>#

bump a context, making its tools higher priority than others

--find-request <pkg>#

find the contexts that contain the given package in the request

--find-resolve <pkg>#

find the contexts that contain the given package in the resolve

-v, --verbose#

verbose mode, repeat for more verbosity