cisco-yang-cli
Installation
SKILL.md
cisco-yang CLI
CLI and SDK for IOS-XE devices via RESTCONF (HTTP/JSON). Focused on voice troubleshooting.
Setup
The user must first configure a device (interactive prompt for password — never pass credentials on the command line):
cisco-yang config add <name> --host <host> --username <user> [--insecure]
# You will be prompted securely for the password
cisco-yang doctor # verify connectivity
Or use environment variables (set via your shell profile, a .env file, or a secrets manager — never hardcode credentials):