bump-sh / cli

Bump.sh CLI - Deploy your OpenAPI & AsyncAPI documentations from your CI
https://bump.sh
MIT License
39 stars 2 forks source link

Try to deploy all files from a directory deployment (Hub) even if there's an error #556

Open paulRbr opened 8 months ago

paulRbr commented 8 months ago

Current behavior

When using the bump deploy my/directory to deploy multiple API documents to a Bump.sh Hub, the command fails as soon as one of the deployment fails.

Suggested behavior

It would be nice if the “multiple deploy” command doesn't stop on first error. Instead it would be nice if it gathers all potential errors by trying to deploy all the files from the directory, and at the end fail if any of the deployment failed.