# 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