Is there a PiAware command index?

Raspberry Pi 3 Model B running Raspbian 10 (buster) with PiAware 3.8

I have remote SSH but no idea what i can do.
I can run:

piaware-status

I know that’s not the only piaware command i would like to find a command index, is there one somewhere?

1 Like

Here are some of the advanced commands

Here are some Raspbian commands not mentioned above:

sudo apt-get update (or sudo apt update)

sudo apt-get upgrade

sudo apt-get dist-upgrade

sudo apt full-upgrade

sudo apt-get clean

sudo apt-get autoremove

sudo apt-get purge --auto-remove

sudo apt-get autoclean -y

sudo shutdown -h now

sudo reboot

1 Like