NAME
App::nioscli::Commands::create_cname_record
VERSION
version 0.001
OVERVIEW
Create an A record
Examples
Create a CNAME record with extattrs:
nioscli create-cname-record \ --name foo.bar \ --canonical foobar.bar \ --extattrs '{ "Cloud API Owned" : { "value" : "True" }, "Tenant ID" : { "value" : "foo" }, "CMP Type" : { "value" : "bar" } }' [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)