我是Google Cloud Platform的新手,想要使用Google Cloud DNS。
我已经安装了google-cloud-sdk
,但当我尝试使用dns
子命令时,我得到Invalid subcommand: 'dns'
$ gcloud dns managed-zone create --dns_name="example.com." \
--description="A test zone" examplezonename
如何使用dns
子命令?我需要一个特殊的SDK吗?