catalysh

Crates.iocatalysh
lib.rscatalysh
version0.0.3
sourcesrc
created_at2024-12-02 19:58:20.231323
updated_at2024-12-02 20:35:33.989315
descriptionA command line utility for interaction with Ciscos Catalyst Center, utilizing it's API
homepagehttps://github.com/tparnell96/catalysh
repositoryhttps://github.com/tparnell96/catalysh
max_upload_size
id1469143
size23,105,390
Taylor Parnell (tparnell96)

documentation

https://github.com/tparnell96/catalysh

README

catalysh

a rust shell for interacting with a Cisco Catalyst Center instance, utilizing it's API

Disclaimer

This project is still under development, there are many unfinished features currently

How to run

  1. Clone the repo

  2. Using cargo run the application or build it


cargo run

Using catalysh

To get a list of available commands from any point


-help

As an example you could run


show device -help

You can also press Tab to auto-complete a command, or get a list of available commands in the next sequence

Commit count: 70

cargo fmt