When retrieving a Power App by display name using pa app get, it's possible that you made a typo, or the app doesn't exist.
Currently, the command just completes without feedback. We only provide feedback when running the command in verbose.
When there was nothing found, let's just throw an error App with name 'abc' was not found..

When retrieving a Power App by display name using
pa app get, it's possible that you made a typo, or the app doesn't exist.Currently, the command just completes without feedback. We only provide feedback when running the command in
verbose.When there was nothing found, let's just throw an error
App with name 'abc' was not found..