[go: up one dir, main page]

rnatui 0.1.1

Ratatui based UI for NetActuate API using rnaapi library
rnatui-0.1.1 is not a library.

Example rust app using the NetActuate API rust library

This app is mainly for testing and is just an example

Usage

Set ENVs

export API_KEY='<your api key>'
export API_ADDRESS='https://vapi2.netactuate.com/api/cloud'

Install example client

cargo install rnaapi

There are two forms of output, all server info or a single server's info

All servers info

rnaapi

A single servers info

rnaapi -m <mbpkgid>

That's it.