Skip to content

Releases: umatare5/wnc

v0.0.1

26 Jun 18:01

Choose a tag to compare

wnc v0.0.1

This release contains the CLI for interacting with Cisco Catalyst 9800 Wireless Network Controller.

🐳 Container Images

# Latest version
docker run --rm ghcr.io/umatare5/wnc:latest --help

# Specific version
docker run --rm ghcr.io/umatare5/wnc:v0.0.1 show overview --help

# With environment variables
docker run --rm -e WNC_CONTROLLERS="wnc.example.com:token" ghcr.io/umatare5/wnc:v0.0.1 show overview

📦 Binary Installation

go install github.com/umatare5/[email protected]

Changelog

Full Changelog: ...v0.0.1

📚 Documentation