Future Feature: atomicapp ps or atomicapp status
We discussed in a meeting today that it would be nice to have a command to run to view all of the atomicapps that have been deployed in a running system. This could be "discoverable" or it could use a known location for atomicapp artifacts directories (like /var/atomicapp/ if we chose to use that) to find information about atomicapps from the directories they were launched from and then query the state of them.
My initial thought was to just have it report back on atomicapps that were running and then the user could inspect them further using docker/kubectl/oc. Some of us took it even further though and thought it might be possible to query the state of an atomicapp with regards to the states in https://gist.github.com/dustymabe/2b8920b28561871a256e.
Some notes from the meeting: https://etherpad.mozilla.org/QS0TSJaPhY
status - give a short summary
- if in unpack state: all chksums are ok and defualt answers.conf is in place
- install:installed to a provider with a given answers.conf
- run: all that should be running is running
- uninstall: no artifacts remain in the provider that have been installed