cisco-ise-cli

Installation
SKILL.md

cisco-ise CLI

CLI for Cisco ISE (Identity Services Engine) 3.1+ targeting day-to-day operations and troubleshooting.

Setup

Configure a cluster (one-time, interactive prompt for password — never pass credentials on the command line):

cisco-ise config add <name> --host <host> --username <user> --insecure
# You will be prompted securely for the password
# Or use a Secret Server reference (never hardcode credentials):
#   cisco-ise config add <name> --host <host> --username <user> --password '<ss:ID:password>' --insecure
cisco-ise config test

Or use environment variables (set via your shell profile, a .env file, or a secrets manager — never hardcode credentials):

Installs
2
First Seen
Mar 25, 2026
cisco-ise-cli — sieteunoseis/skills.automate.builders