pinspect portageq - portageq compatible interface to query commands

Synopsis

pinspect portageq [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                  {best_version,envvar,envvar2,get_repo_news_path,get_repo_path,get_repos,has_version,mass_best_version,match} ...

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

Subcommands

portageq commands

pinspect portageq best_version - Return the maximum visible version for a given atom.

Synopsis

pinspect portageq best_version [-h] [--debug] [-q] [-v]
                               [--color BOOLEAN] [--eapi ATOM_KLS]
                               [--use USE]
                               root atom

Positional Arguments

root

the domain that lives at root will be used

atom

atom to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq envvar - return configuration defined variables. Use envvar2 instead, this will be removed.

Synopsis

pinspect portageq envvar [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                         [--eapi ATOM_KLS] [--use USE]
                         [root] variable [variable ...]

Positional Arguments

root

the domain that lives at root will be used

variable

variable to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq envvar2 - return configuration defined variables.

Synopsis

pinspect portageq envvar2 [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                          [--eapi ATOM_KLS] [--use USE]
                          root variable [variable ...]

Positional Arguments

root

the domain that lives at root will be used

variable

variable to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq get_repo_news_path

Synopsis

pinspect portageq get_repo_news_path [-h] [--debug] [-q] [-v]
                                     [--color BOOLEAN]
                                     [--eapi ATOM_KLS] [--use USE]
                                     root repo_id

Positional Arguments

root

the domain that lives at root will be used

repo_id

repo_id to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq get_repo_path

Synopsis

pinspect portageq get_repo_path [-h] [--debug] [-q] [-v]
                                [--color BOOLEAN] [--eapi ATOM_KLS]
                                [--use USE]
                                root repo_id

Positional Arguments

root

the domain that lives at root will be used

repo_id

repo_id to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq get_repos

Synopsis

pinspect portageq get_repos [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                            [--eapi ATOM_KLS] [--use USE]
                            [root]

Positional Arguments

root

the domain that lives at root will be used

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq has_version - Return 0 if an atom is merged, 1 if not.

Synopsis

pinspect portageq has_version [-h] [--debug] [-q] [-v]
                              [--color BOOLEAN] [--eapi ATOM_KLS]
                              [--use USE]
                              root atom

Positional Arguments

root

the domain that lives at root will be used

atom

atom to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq mass_best_version - multiple best_version calls.

Synopsis

pinspect portageq mass_best_version [-h] [--debug] [-q] [-v]
                                    [--color BOOLEAN]
                                    [--eapi ATOM_KLS] [--use USE]
                                    root atom [atom ...]

Positional Arguments

root

the domain that lives at root will be used

atom

atom to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.

pinspect portageq match - shorthand for pquery –installed

Synopsis

pinspect portageq match [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                        [--eapi ATOM_KLS] [--use USE]
                        root atom

Positional Arguments

root

the domain that lives at root will be used

atom

atom to inspect

Options

--eapi ATOM_KLS

limit all operations to just what the given EAPI supports.

--use USE

override the use flags used for transititive USE deps- dev-lang/python[threads=] for example

Base Options

-h, --help

Show this help message and exit. To get more information see the related man page.

--debug

Enable debug checks and show verbose debug output.

-q, --quiet

Suppress non-error, informational messages.

-v, --verbose

Increase the verbosity of various output.

--color BOOLEAN

Toggle colored output support. This can be used to forcibly enable color support when piping output or other situations where stdout is not a tty.