NAME
App::nioscli - CLI for NIOS
VERSION
version 0.001
DESCRIPTION
This tool aids the management of the BIND-based DNS included in NIOS appliances. The following types of DNS records are supported:
A
AAAA
CNAME
PTR
TXT
OPTIONS
The following options apply to all subcommands:
config
: Values for all global and specific options can be read from a YAML config file, eg:global: username: foo password: bar wapi-host: 10.0.0.1
insecure
: Enable or disable verifying SSL certificates. Can be set fromENV: WAPI_INSECURE
, default isfalse
.password
: Password to use to authenticate the connection to NIOS. Can be set fromENV: WAPI_PASSWORD
.scheme
: Default ishttps
.username
: Username to use to authenticate the connection to NIOS. Can be set fromENV: WAPI_USERNAME
.wapi-host
: DNS host name or address of NIOS. Can be set fromENV: WAPI_HOST
.wapi-version
: Specifies the version of WAPI to use. Can be set fromENV: WAPI_VERSION
, default isv2.7
.
COMMANDS
create-a-record App::nioscli::Commands::create_a_record
create-cname-record App::nioscli::Commands::create_cname_record
create-host-record App::nioscli::Commands::create_host_record
list-a-records App::nioscli::Commands::list_a_records
list-aaaa-records App::nioscli::Commands::list_aaaa_records
list-cname-records App::nioscli::Commands::list_cname_records
list-host-records App::nioscli::Commands::list_host_records
list-ptr-records App::nioscli::Commands::list_ptr_records
list-txt-records App::nioscli::Commands::list_txt_records
ref-delete App::nioscli::Commands::ref_delete
ref-get App::nioscli::Commands::ref_get
ref-update App::nioscli::Commands::ref_update
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)