Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
rez 3.3.0 documentation
Light Logo Dark Logo

General

  • Installation
  • Getting started
  • Basic concepts
  • Building packages
  • Releasing packages
  • Context
  • Variants
  • User guides
    • Update to rez 3.0.0
    • Developing your own plugin

Advanced

  • Ephemerals
  • Context bundles
  • Suites
  • Managing packages
  • Caching
  • Pip
  • Plugins
  • Package Orderers

Package definition

  • Package definition
  • Package commands

Reference

  • Configuring rez
  • Commands
    • rez
    • rez-benchmark
    • rez-bind
    • rez-build
    • rez-bundle
    • rez-config
    • rez-context
    • rez-cp
    • rez-depends
    • rez-diff
    • rez-env
    • rez-gui
    • rez-help
    • rez-interpret
    • rez-memcache
    • rez-mv
    • rez-pip
    • rez-pkg-cache
    • rez-pkg-ignore
    • rez-plugins
    • rez-python
    • rez-release
    • rez-rm
    • rez-search
    • rez-selftest
    • rez-status
    • rez-suite
    • rez-test
    • rez-view
    • rez-yaml2py
  • Environment variables
  • Python API
    • rez.build_process
    • rez.build_system
    • rez.bundle_context
    • rez.command
    • rez.config
    • rez.developer_package
    • rez.exceptions
    • rez.package_cache
    • rez.package_copy
    • rez.package_filter
    • rez.package_help
    • rez.package_maker
    • rez.package_move
    • rez.package_order
    • rez.package_py_utils
    • rez.package_remove
    • rez.package_repository
    • rez.package_resources
    • rez.package_search
    • rez.package_serialise
    • rez.package_test
    • rez.packages
    • rez.plugin_managers
    • rez.release_hook
    • rez.release_vcs
    • rez.resolved_context
    • rez.resolver
    • rez.rex_bindings
    • rez.rex
    • rez.serialise
    • rez.shells
    • rez.solver
    • rez.status
    • rez.suite
    • rez.system
    • rez.util
    • rez.utils
      • rez.utils.amqp
      • rez.utils.backcompat
      • rez.utils.base26
      • rez.utils.colorize
      • rez.utils.data_utils
      • rez.utils.diff_packages
      • rez.utils.elf
      • rez.utils.execution
      • rez.utils.filesystem
      • rez.utils.formatting
      • rez.utils.graph_utils
      • rez.utils.installer
      • rez.utils.logging
      • rez.utils.memcached
      • rez.utils.patching
      • rez.utils.pip
      • rez.utils.platform
      • rez.utils.platform_mapped
      • rez.utils.py_dist
      • rez.utils.resolve_graph
      • rez.utils.resources
      • rez.utils.schema
      • rez.utils.scope
      • rez.utils.sourcecode
      • rez.utils.which
      • rez.utils.yaml
    • rez.version
    • rez.wrapper
  • Changelog
Back to top
View this page

rez-search¶

Usage¶

rez search [-h] [-t {package,family,variant,auto}] [--nl] [--validate]
                  [--paths PATHS] [-f FORMAT] [--no-newlines] [-l] [-e] [--nw]
                  [--before BEFORE] [--after AFTER] [-v]
                  [PKG]

description¶

Search for packages

Options¶

-t, --type¶

type of resource to search for. If auto, either packages or package families are searched, depending on the value of PKG

Choices: package, family, variant, auto

Default: auto

--nl, --no-local¶

don’t search local packages

--validate¶

validate each resource that is found

--paths¶

set package search path (ignores --no-local if set)

-f, --format¶

format package output, eg ‘{qualified_name} | {description}’. Valid fields include: authors, base, build_requires, changelog, commands, description, index, name, num_variants, post_commands, pre_commands, private_build_requires, qualified_name, release_message, requires, revision, root, timestamp, tools, uri, uuid, variants, version

--no-newlines¶

print newlines as \n rather than actual newlines

-l, --latest¶

when searching packages, only show the latest version of each package

-e, --errors¶

only print packages containing errors (implies --validate)

--nw, --no-warnings¶

suppress warnings

--before¶

only show packages released before the given time. Supported formats are: epoch time (eg 1393014494), or relative time (eg -10s, -5m, -0.5h, -10d)

Default: 0

--after¶

only show packages released after the given time. Supported formats are: epoch time (eg 1393014494), or relative time (eg -10s, -5m, -0.5h, -10d)

Default: 0

-v, --verbose¶

verbose mode, repeat for more verbosity

Next
rez-selftest
Previous
rez-rm
Copyright © Contributors to the rez project
Made with Sphinx and @pradyunsg's Furo
On this page
  • rez-search
    • Usage
    • description
    • Options