question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug report: spo app add does not return App Id only anymore

See original GitHub issue

Description

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 Screen Shot 2021-01-13 at 22 32 09
  • pnp/action-cli-deploy@v2.0.0 Screen Shot 2021-01-14 at 14 05 46

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
waldekmastykarzcommented, Jan 20, 2021

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.

1reaction
Laul0commented, Jan 15, 2021

Approximately 1 week ago

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found