App-ListSoftwareLicenses
view release on metacpan or search on metacpan
script/list-software-licenses view on Meta::CPAN
=pod
=encoding UTF-8
=head1 NAME
list-software-licenses - List all Software::License's
=head1 VERSION
This document describes version 0.080 of list-software-licenses (from Perl distribution App-ListSoftwareLicenses), released on 2023-07-11.
=head1 SYNOPSIS
B<list-software-licenses> B<L<--help|/"--help, -h, -?">> (or B<L<-h|/"--help, -h, -?">>, B<L<-?|/"--help, -h, -?">>)
B<list-software-licenses> B<L<--version|/"--version, -v">> (or B<L<-v|/"--version, -v">>)
B<list-software-licenses> [B<L<--config-path|/"--config-path=s, -c">>=I<path>|B<L<-c|/"--config-path=s, -c">>|B<L<--no-config|/"--no-config, -C">>|B<L<-C|/"--no-config, -C">>] [B<L<--config-profile|/"--config-profile=s, -P">>=I<profile>|B<L<-P|/"--co...
See examples in the L</EXAMPLES> section.
=head1 DESCRIPTION
REPLACE ME
=head1 OPTIONS
C<*> marks required options.
=head2 Configuration options
=over
=item B<--config-path>=I<s>, B<-c>
Set path to configuration file.
Can actually be specified multiple times to instruct application to read from
multiple configuration files (and merge them).
=item B<--config-profile>=I<s>, B<-P>
Set configuration profile to use.
A single configuration file can contain profiles, i.e. alternative sets of
values that can be selected. For example:
[profile=dev]
username=foo
pass=beaver
[profile=production]
username=bar
pass=honey
When you specify C<--config-profile=dev>, C<username> will be set to C<foo> and
C<password> to C<beaver>. When you specify C<--config-profile=production>,
C<username> will be set to C<bar> and C<password> to C<honey>.
=item B<--no-config>, B<-C>
Do not use any configuration file.
If you specify C<--no-config>, the application will not read any configuration
file.
=back
=head2 Environment options
=over
=item B<--no-env>
Do not read environment for default options.
If you specify C<--no-env>, the application wil not read any environment
variable.
=back
=head2 Field selection options
=over
=item B<--detail>, B<-l>
Return array of full records instead of just ID fields.
By default, only the key (ID) field is returned per result entry.
=item B<--exclude-field>=I<s@>
Select fields to return.
Can be specified multiple times.
=item B<--exclude-fields-json>=I<s>
Select fields to return (JSON-encoded).
See C<--exclude-field>.
=item B<--field>=I<s@>
Select fields to return.
Can be specified multiple times.
=item B<--fields-json>=I<s>
Select fields to return (JSON-encoded).
See C<--field>.
( run in 0.482 second using v1.01-cache-2.11-cpan-99c4e6809bf )