@mirai73/gg-inspector
Version:
A CLI tool to inspect the AWS IoT Greengrass group running on the device
18 lines (11 loc) • 425 B
Markdown
# gg-inspector - a CLI to inspect an AWS IoT Greengrass installation
This is a CLI that can help you in finding issues with your current AWS IoT Greengrass installation.
It provides a `show` command to display the current group configuration and a `logs` command to tail all the logs.
To use, you can run
```
sudo npx @mirai73/gg-inspector show
```
or if you have cloned this repo locally:
```
sudo node index show
```