0.3.1 • Published 1 year ago
@wangyjhh/dnsr v0.3.1
@wangyjhh/dnsr
A domain records management tool for Alibaba Cloud DNS implemented based on the official SDK.
Install
# npm
npm i @wangyjhh/dnsr -g
# pnpm
pnpm add @wangyjhh/dnsr -gUsage
Usage: dnsr [options] [command]
Alibaba Cloud Domain Records management tool.
Options:
-v, --version Output version number.
-h, --help display help for command
Commands:
config <tpye> Configuration
list|ls Review the domain records.
add|ad Add the domain records.
remove|rm Remove the domain records.
modify|mo Modify the domain records.
help [command] display help for commandExample
Enter the command and fill in the necessary information according to the command line instructions
Get Config
dnsr config getSet Config
dnsr config setDefault Config
dnsr config defaultRemove Config
dnsr config removeClear Config
dnsr config clearGet Domain Records List
dnsr list# The following commands will also work
dnsr lsAdd Domain Records
dnsr add# The following commands will also work
dnsr ad
dnsr insertRemove Domain Records
dnsr remove# The following commands will also work
dnsr rm
dnsr deleteModify Domain Records
dnsr modify# The following commands will also work
dnsr mo
dnsr edit