The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::nioscli::Commands::list_aaaa_records

VERSION

version 0.001

OVERVIEW

List AAAA Records.

Examples

  • List all

        nioscli list-aaaa-records [long options...]
  • List filtering by name (exact match)

        nioscli list-aaaa-records --filter "name=foo.bar" [long options...]
  • List filtering by an exact name (regex)

        nioscli list-aaaa-records --filter "name~=^foo" [long options...]
  • List filtering by extattr

        nioscli list-aaaa-records --filter "*Tenant ID:=foo" [long options...]

AUTHOR

Christian Segundo <ssmn@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2021 by Christian Segundo.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)