I'm running some scripts similar to those documented here https://learn.stalliontech.io/docs/release-automation, (publish-bundle -> release-bundle -> update-bundle), and getting an error when running the second step: ✗ Error: bundle not found. If I wait a bit to run that second command, it succeeds. It seems like the bundle is not available from the api after the first command has succeeded. Could the cli wait for it to be accessible before completing, or a new command to fetch a bundle by hash be exposed so the check could be implemented by the user (perhaps a list/get command endpoint pair would be helpful for other use cases as well).
I'm running some scripts similar to those documented here https://learn.stalliontech.io/docs/release-automation, (publish-bundle -> release-bundle -> update-bundle), and getting an error when running the second step:
✗ Error: bundle not found. If I wait a bit to run that second command, it succeeds. It seems like the bundle is not available from the api after the first command has succeeded. Could the cli wait for it to be accessible before completing, or a new command to fetch a bundle by hash be exposed so the check could be implemented by the user (perhaps a list/get command endpoint pair would be helpful for other use cases as well).