bump-sh / cli

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

Using the `deploy` command with an URL as input doesn't work #498

Closed paulRbr closed 1 year ago

paulRbr commented 1 year ago

This has been broken since release of 2.7.0. We can't deploy from a URL.

bump deploy https://developers.bump.sh/source.json -d bump
    Error: ENOENT: no such file or directory, stat 'https://developers.bump.sh/source.json'
    Code: ENOENT
paulRbr commented 1 year ago

Fixed with #499

paulRbr commented 1 year ago

released in v2.7.1