Bug report: spo app add does not return App Id only anymore
See original GitHub issueDescription
The command spo app add
allow to upload .sppkg file into an Apps Catalog.
This command returns some information once done.
Steps to reproduce
Launch the command m365 spo app add ...
Expected result
Return the GUID of the uploaded app only
Actual result
The command return Unique Id: [UID]
Note: replace [GUID] with the GUID of the app
For the case of the custom scripts to deploy app, the current solution is to replace UniqueId:
but in the case of the GitHub Action, it is not possible and that does not work anymore
Example to remove UniqueId in bash:
appId=$(m365 spo app add --filePath ./my-app.sppkg --scope sitecollection --appCatalogUrl $siteUrl)
appId="${appId/UniqueId: /}"
Environment
- MAC
- pnp/action-cli-deploy@v2.0.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Solved: How to post a bug report - The Spotify Community
If you're experiencing an issue with the app, or want to report something unexpected, the best way to go about this to follow...
Read more >Bug Reporting - Apple Developer
Send us your feedback and report bugs. Developer feedback is vital to making the Apple ecosystem even better. With Feedback Assistant available on...
Read more >Troubleshooting common eDiscovery issues - Office 365
Learn about basic troubleshooting steps you can take to resolve common issues in Microsoft Purview eDiscovery.
Read more >MLB App Frequently Asked Questions for Apple Devices
The #1 source for live baseball on your iOS device, the MLB app is the ... A restore can only be completed on...
Read more >Fixed issues in Illustrator releases - Adobe Support
This release includes stability fixes. Illustrator 2022 (version 26.0.2). Illustrator does not work or freezes when quitting the app ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @Laul0, we’ve just released a new preview version with this bug fixed. Current version will be released at the end of the month. Once again, thank you for reporting the issue and sorry for the trouble.
Approximately 1 week ago