App-ListUbuntuReleases
view release on metacpan or search on metacpan
bin/list-ubuntu-releases view on Meta::CPAN
=back
=head2 Filtering for reldate options
=over
=item B<--reldate-in-json>=I<s>
Only return records where the 'reldate' field is in the specified values (JSON-encoded).
See C<--reldate-in>.
=item B<--reldate-in>=I<s@>
Only return records where the 'reldate' field is in the specified values.
Can be specified multiple times.
=item B<--reldate-is>=I<s>
Only return records where the 'reldate' field equals specified value.
=item B<--reldate-isnt>=I<s>
Only return records where the 'reldate' field does not equal specified value.
=item B<--reldate-max>=I<s>
Only return records where the 'reldate' field is less than or equal to specified value.
=item B<--reldate-min>=I<s>
Only return records where the 'reldate' field is greater than or equal to specified value.
=item B<--reldate-not-in-json>=I<s>
Only return records where the 'reldate' field is not in the specified values (JSON-encoded).
See C<--reldate-not-in>.
=item B<--reldate-not-in>=I<s@>
Only return records where the 'reldate' field is not in the specified values.
Can be specified multiple times.
=item B<--reldate-xmax>=I<s>
Only return records where the 'reldate' field is less than specified value.
=item B<--reldate-xmin>=I<s>
Only return records where the 'reldate' field is greater than specified value.
=item B<--reldate>=I<s>
Only return records where the 'reldate' field equals specified value.
=back
=head2 Filtering for supdate_desktop options
=over
=item B<--supdate-desktop-in-json>=I<s>
Only return records where the 'supdate_desktop' field is in the specified values (JSON-encoded).
See C<--supdate-desktop-in>.
=item B<--supdate-desktop-in>=I<s@>
Only return records where the 'supdate_desktop' field is in the specified values.
Can be specified multiple times.
=item B<--supdate-desktop-is>=I<s>
Only return records where the 'supdate_desktop' field equals specified value.
=item B<--supdate-desktop-isnt>=I<s>
Only return records where the 'supdate_desktop' field does not equal specified value.
=item B<--supdate-desktop-max>=I<s>
Only return records where the 'supdate_desktop' field is less than or equal to specified value.
=item B<--supdate-desktop-min>=I<s>
Only return records where the 'supdate_desktop' field is greater than or equal to specified value.
=item B<--supdate-desktop-not-in-json>=I<s>
Only return records where the 'supdate_desktop' field is not in the specified values (JSON-encoded).
See C<--supdate-desktop-not-in>.
=item B<--supdate-desktop-not-in>=I<s@>
Only return records where the 'supdate_desktop' field is not in the specified values.
Can be specified multiple times.
=item B<--supdate-desktop-xmax>=I<s>
Only return records where the 'supdate_desktop' field is less than specified value.
=item B<--supdate-desktop-xmin>=I<s>
Only return records where the 'supdate_desktop' field is greater than specified value.
=item B<--supdate-desktop>=I<s>
Only return records where the 'supdate_desktop' field equals specified value.
=back
=head2 Filtering for supdate_server options
=over
=item B<--supdate-server-in-json>=I<s>
Only return records where the 'supdate_server' field is in the specified values (JSON-encoded).
See C<--supdate-server-in>.
=item B<--supdate-server-in>=I<s@>
Only return records where the 'supdate_server' field is in the specified values.
Can be specified multiple times.
=item B<--supdate-server-is>=I<s>
Only return records where the 'supdate_server' field equals specified value.
=item B<--supdate-server-isnt>=I<s>
Only return records where the 'supdate_server' field does not equal specified value.
=item B<--supdate-server-max>=I<s>
Only return records where the 'supdate_server' field is less than or equal to specified value.
=item B<--supdate-server-min>=I<s>
Only return records where the 'supdate_server' field is greater than or equal to specified value.
=item B<--supdate-server-not-in-json>=I<s>
Only return records where the 'supdate_server' field is not in the specified values (JSON-encoded).
See C<--supdate-server-not-in>.
=item B<--supdate-server-not-in>=I<s@>
Only return records where the 'supdate_server' field is not in the specified values.
Can be specified multiple times.
=item B<--supdate-server-xmax>=I<s>
Only return records where the 'supdate_server' field is less than specified value.
=item B<--supdate-server-xmin>=I<s>
Only return records where the 'supdate_server' field is greater than specified value.
=item B<--supdate-server>=I<s>
Only return records where the 'supdate_server' field equals specified value.
=back
bin/list-ubuntu-releases view on Meta::CPAN
To disable searching for configuration files, pass C<--no-config>.
Configuration file is in the format of L<IOD>, which is basically INI with some extra features.
You can put multiple profiles in a single file by using section names like C<[profile=SOMENAME]>. Those sections will only be read if you specify the matching C<--config-profile SOMENAME>.
List of available configuration parameters:
code_name (see --code-name)
code_name.contains (see --code-name-contains)
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)
fields (see --field)
format (see --format)
kernelver (see --kernelver)
kernelver.contains (see --kernelver-contains)
kernelver.in (see --kernelver-in)
kernelver.is (see --kernelver-is)
kernelver.isnt (see --kernelver-isnt)
kernelver.max (see --kernelver-max)
kernelver.min (see --kernelver-min)
kernelver.not_contains (see --kernelver-not-contains)
kernelver.not_in (see --kernelver-not-in)
kernelver.xmax (see --kernelver-xmax)
kernelver.xmin (see --kernelver-xmin)
naked_res (see --naked-res)
perlver (see --perlver)
perlver.contains (see --perlver-contains)
perlver.in (see --perlver-in)
perlver.is (see --perlver-is)
perlver.isnt (see --perlver-isnt)
perlver.max (see --perlver-max)
perlver.min (see --perlver-min)
perlver.not_contains (see --perlver-not-contains)
perlver.not_in (see --perlver-not-in)
perlver.xmax (see --perlver-xmax)
perlver.xmin (see --perlver-xmin)
query (see --query)
random (see --random)
reldate (see --reldate)
reldate.in (see --reldate-in)
reldate.is (see --reldate-is)
reldate.isnt (see --reldate-isnt)
reldate.max (see --reldate-max)
reldate.min (see --reldate-min)
reldate.not_in (see --reldate-not-in)
reldate.xmax (see --reldate-xmax)
reldate.xmin (see --reldate-xmin)
result_limit (see --result-limit)
result_start (see --result-start)
sort (see --sort)
supdate_desktop (see --supdate-desktop)
supdate_desktop.in (see --supdate-desktop-in)
supdate_desktop.is (see --supdate-desktop-is)
supdate_desktop.isnt (see --supdate-desktop-isnt)
supdate_desktop.max (see --supdate-desktop-max)
supdate_desktop.min (see --supdate-desktop-min)
supdate_desktop.not_in (see --supdate-desktop-not-in)
supdate_desktop.xmax (see --supdate-desktop-xmax)
supdate_desktop.xmin (see --supdate-desktop-xmin)
supdate_server (see --supdate-server)
supdate_server.in (see --supdate-server-in)
supdate_server.is (see --supdate-server-is)
supdate_server.isnt (see --supdate-server-isnt)
supdate_server.max (see --supdate-server-max)
supdate_server.min (see --supdate-server-min)
supdate_server.not_in (see --supdate-server-not-in)
supdate_server.xmax (see --supdate-server-xmax)
supdate_server.xmin (see --supdate-server-xmin)
version (see --version-arg)
version.contains (see --version-contains)
version.in (see --version-in)
version.is (see --version-is)
version.isnt (see --version-isnt)
version.max (see --version-max)
version.min (see --version-min)
version.not_contains (see --version-not-contains)
version.not_in (see --version-not-in)
version.xmax (see --version-xmax)
version.xmin (see --version-xmin)
with_field_names (see --with-field-names)
=head1 FILES
~/.config/list-ubuntu-releases.conf
~/list-ubuntu-releases.conf
/etc/list-ubuntu-releases.conf
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/App-ListUbuntuReleases>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-App-ListUbuntuReleases>.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=App-ListUbuntuReleases>
When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.
=head1 AUTHOR
perlancar <perlancar@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 1.614 second using v1.01-cache-2.11-cpan-d7f47b0818f )