App-rdapper
view release on metacpan or search on metacpan
a "tagged" handle, such as `ABC123-EXAMPLE`, as per [RFC
8521](https://datatracker.ietf.org/doc/html/rfc8521).
- `--$TYPE` - alias for `--type=$TYPE`. eg `--domain`,
`--autnum`, etc.
- `--search` - perform a search.
- `--help` - display help message.
- `--version` - display package and version.
- `--raw` - print the raw JSON rather than parsing it.
- `--short` - omit remarks, notices, links and redactions.
- `--bypass-cache` - disable local cache of RDAP objects.
- `--auth=USER:PASS` - HTTP Basic Authentication credentials to be used
when accessing the specified resource. This option **SHOULD NOT** be used unless
you explicitly specify a URL, otherwise your credentials may be sent to servers
you aren't expecting them to.
- `--nocolor` - disable ANSI colors in the formatted output.
- `--debug` -run in debugging mode.
# RDAP Search
Some RDAP servers support the ability to perform simple substring searches.
You can use the `--search` option to enable this functionality.
When the `--search` option is used, `OBJECT` will be used as a search term.
lib/App/rdapper.pm view on Meta::CPAN
=item * C<--help> - display help message.
=item * C<--version> - display package and version.
=item * C<--raw> - print the raw JSON rather than parsing it.
=item * C<--short> - omit remarks, notices, links and redactions.
=item * C<--bypass-cache> - disable local cache of RDAP objects.
=item * C<--auth=USER:PASS> - HTTP Basic Authentication credentials to be used
when accessing the specified resource. This option B<SHOULD NOT> be used unless
you explicitly specify a URL, otherwise your credentials may be sent to servers
you aren't expecting them to.
=item * C<--nocolor> - disable ANSI colors in the formatted output.
=item * C<--debug> -run in debugging mode.
=back
=head1 RDAP Search
( run in 0.240 second using v1.01-cache-2.11-cpan-4d50c553e7e )