我是 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 吗?