App-ListCentosReleases
view release on metacpan or search on metacpan
bin/list-centos-releases view on Meta::CPAN
=item B<--code-name-xmin>=I<s>
Only return records where the 'code_name' field is greater than specified value.
=item B<--code-name>=I<s>
Only return records where the 'code_name' field equals specified value.
=back
=head2 Filtering for eoldate options
=over
=item B<--eoldate-in-json>=I<s>
Only return records where the 'eoldate' field is in the specified values (JSON-encoded).
See C<--eoldate-in>.
=item B<--eoldate-in>=I<s@>
Only return records where the 'eoldate' field is in the specified values.
Can be specified multiple times.
=item B<--eoldate-is>=I<s>
Only return records where the 'eoldate' field equals specified value.
=item B<--eoldate-isnt>=I<s>
Only return records where the 'eoldate' field does not equal specified value.
=item B<--eoldate-max>=I<s>
Only return records where the 'eoldate' field is less than or equal to specified value.
=item B<--eoldate-min>=I<s>
Only return records where the 'eoldate' field is greater than or equal to specified value.
=item B<--eoldate-not-in-json>=I<s>
Only return records where the 'eoldate' field is not in the specified values (JSON-encoded).
See C<--eoldate-not-in>.
=item B<--eoldate-not-in>=I<s@>
Only return records where the 'eoldate' field is not in the specified values.
Can be specified multiple times.
=item B<--eoldate-xmax>=I<s>
Only return records where the 'eoldate' field is less than specified value.
=item B<--eoldate-xmin>=I<s>
Only return records where the 'eoldate' field is greater than specified value.
=item B<--eoldate>=I<s>
Only return records where the 'eoldate' field equals specified value.
=back
=head2 Filtering for linux_version options
=over
=item B<--linux-version-contains>=I<s>
Only return records where the 'linux_version' field contains specified text.
bin/list-centos-releases view on Meta::CPAN
code_name.in (see --code-name-in)
code_name.is (see --code-name-is)
code_name.isnt (see --code-name-isnt)
code_name.max (see --code-name-max)
code_name.min (see --code-name-min)
code_name.not_contains (see --code-name-not-contains)
code_name.not_in (see --code-name-not-in)
code_name.xmax (see --code-name-xmax)
code_name.xmin (see --code-name-xmin)
detail (see --detail)
eoldate (see --eoldate)
eoldate.in (see --eoldate-in)
eoldate.is (see --eoldate-is)
eoldate.isnt (see --eoldate-isnt)
eoldate.max (see --eoldate-max)
eoldate.min (see --eoldate-min)
eoldate.not_in (see --eoldate-not-in)
eoldate.xmax (see --eoldate-xmax)
eoldate.xmin (see --eoldate-xmin)
fields (see --field)
format (see --format)
linux_version (see --linux-version)
linux_version.contains (see --linux-version-contains)
linux_version.in (see --linux-version-in)
linux_version.is (see --linux-version-is)
linux_version.isnt (see --linux-version-isnt)
linux_version.max (see --linux-version-max)
linux_version.min (see --linux-version-min)
linux_version.not_contains (see --linux-version-not-contains)
( run in 2.950 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )