When using the spo app add command, I noticed that you do not receive the app ID. In order to deploy the app, you first have to use spo app list find the right app, and use its ID to deploy it.
During a CI/CD this can be hard/tricky as it requires creating an additional script. It would be useful to use the spo app deploy command by specifying the filename instead of the ID.
When using the
spo app addcommand, I noticed that you do not receive the app ID. In order to deploy the app, you first have to usespo app listfind the right app, and use its ID to deploy it.During a CI/CD this can be hard/tricky as it requires creating an additional script. It would be useful to use the
spo app deploycommand by specifying the filename instead of the ID.