pinspect query - auxiliary access to ebuild/repo info via portageq akin api

Synopsis

pinspect query [-h] [--debug] [-q] [-v] [--color BOOLEAN]
               {best_version,env_var,get_profiles,get_repo_path,get_repos,has_version,mass_best_version} ...

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

query commands

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

Synopsis

pinspect query best_version [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                            [--eapi ATOM_KLS] [--use USE]
                            [--domain DOMAIN |
                            --domain-at-root DOMAIN]
                            atom

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query env_var - return configuration defined variables.

Synopsis

pinspect query env_var [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                       [--eapi ATOM_KLS] [--use USE]
                       [--domain DOMAIN | --domain-at-root DOMAIN]
                       variable [variable ...]

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query get_profiles

Synopsis

pinspect query get_profiles [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                            [--eapi ATOM_KLS] [--use USE]
                            [--domain DOMAIN |
                            --domain-at-root DOMAIN]
                            repo_id

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query get_repo_path

Synopsis

pinspect query get_repo_path [-h] [--debug] [-q] [-v]
                             [--color BOOLEAN] [--eapi ATOM_KLS]
                             [--use USE] [--domain DOMAIN |
                             --domain-at-root DOMAIN]
                             repo_id

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query get_repos

Synopsis

pinspect query get_repos [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                         [--eapi ATOM_KLS] [--use USE]
                         [--domain DOMAIN | --domain-at-root DOMAIN]

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query has_version - Return 0 if an atom is merged, 1 if not.

Synopsis

pinspect query has_version [-h] [--debug] [-q] [-v] [--color BOOLEAN]
                           [--eapi ATOM_KLS] [--use USE]
                           [--domain DOMAIN | --domain-at-root DOMAIN]
                           atom

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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 query mass_best_version - multiple best_version calls.

Synopsis

pinspect query mass_best_version [-h] [--debug] [-q] [-v]
                                 [--color BOOLEAN] [--eapi ATOM_KLS]
                                 [--use USE] [--domain DOMAIN |
                                 --domain-at-root DOMAIN]
                                 atom [atom ...]

Positional Arguments

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

--domain DOMAIN

custom pkgcore domain to use for this operation

--domain-at-root DOMAIN

specify the domain to use via its root path

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.