Describe the Feature
I have been using tern/tools/verify_invoke.py and tern/tools/container_debug.py to test the scripts that get added to base.yml and snippets.yml or even just for looking around a container filesystem at a certain layer. However, they have been a pain to maintain as the project keeps growing and moving forward. Hence I propose to roll these tools into Tern as a new subcommand called debug.
Use Cases
"Debugging" container images could work well as a feature for developers to tinker with container image filesystems, although I see this more as a tool for folks working on Tern itself.
Implementation Changes
This would just be using functionality in verify_invoke.py and container_debug.py under a subcommand called debug and removing the scripts from the tools folder.