alicloud-network-dns-cli-test

Validate Alibaba Cloud DNS CLI authentication and DescribeSubDomainRecords command flow.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-dns-cli-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-network-dns-cli-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/network/dns/alicloud-network-dns-cli-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-network-dns-cli-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a minimal smoke test to ensure the Alibaba Cloud DNS CLI is correctly authenticated and can execute basic DNS query operations.

Core Features & Use Cases

  • CLI Authentication Check: Verifies that aliyun-cli can authenticate with Alibaba Cloud credentials.
  • DNS Query Test: Tests the ability to describe subdomain records using the alidns command.
  • Use Case: Before running complex DNS management scripts, use this Skill to quickly confirm your CLI environment is set up correctly.

Quick Start

Run the alicloud-network-dns-cli-test skill to validate your Alibaba Cloud DNS CLI setup.

Frequently Asked Questions about alicloud-network-dns-cli-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test Alibaba Cloud DNS CLI authentication and setup?

To test Alibaba Cloud DNS CLI authentication, you can run a smoke test that verifies your aliyun-cli credentials and executes a basic DNS query operation like DescribeSubDomainRecords. This quickly confirms your environment is configured correctly before running complex management scripts.

What do I need to validate my aliyun-cli environment for DNS management?

Validating your aliyun-cli environment requires the aliyun-cli installation and valid AK/SK configuration for API access. Once these prerequisites are met, the validation process confirms your credentials can successfully authenticate with Alibaba Cloud services.

Can I use this DNS CLI validation in a CI/CD pipeline?

Yes, you can use this DNS CLI validation in a CI/CD pipeline to ensure your Alibaba Cloud DNS CLI is correctly authenticated. It serves as a minimal smoke test to verify API access and the DescribeSubDomainRecords command flow during initial environment setup.

Why should I run a smoke test before executing complex DNS management scripts?

Running a smoke test before complex DNS management scripts isolates authentication and configuration errors early. By verifying the aliyun-cli can perform basic DNS queries, you ensure your AK/SK credentials are valid and prevent script failures caused by environment misconfigurations.

Does the Alibaba Cloud DNS CLI test check the DescribeSubDomainRecords command flow?

Yes, the Alibaba Cloud DNS CLI test specifically validates the DescribeSubDomainRecords command flow. It tests the ability of the alidns command to describe subdomain records, ensuring your CLI can execute basic DNS query operations successfully.