NAME
App::nioscli::Commands::list_a_records
VERSION
version 0.001
OVERVIEW
List A Records.
Examples
List all
nioscli list-a-records [long options...]
List filtering by name (exact match)
nioscli list-a-records --filter
"name=foo.bar"
[long options...]
List filtering by an exact name (regex)
nioscli list-a-records --filter
"name~=^foo"
[long options...]
List filtering by extattr
nioscli list-a-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)