The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 from ENV: WAPI_INSECURE, default is false.

  • password: Password to use to authenticate the connection to NIOS. Can be set from ENV: WAPI_PASSWORD.

  • scheme: Default is https.

  • username: Username to use to authenticate the connection to NIOS. Can be set from ENV: WAPI_USERNAME.

  • wapi-host: DNS host name or address of NIOS. Can be set from ENV: WAPI_HOST.

  • wapi-version: Specifies the version of WAPI to use. Can be set from ENV: WAPI_VERSION, default is v2.7.

COMMANDS

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)