cli icon indicating copy to clipboard operation
cli copied to clipboard

Bump.sh CLI - Deploy your OpenAPI & AsyncAPI documentations from your CI

Results 29 cli issues
Sort by recently updated
recently updated
newest added

Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0. Release notes Sourced from globby's releases. v14.0.0 Breaking Require Node.js 18 2c06ae5 Improvements Add convertPathToPattern() method 3bd00a6 https://github.com/sindresorhus/globby/compare/v13.2.2...v14.0.0 v13.2.2 Update dependencies (#253) 0ae43b9 https://github.com/sindresorhus/globby/compare/v13.2.1...v13.2.2...

dependencies

When using the `bump validate` command it could make sense to add a `--strict` flag to enable OpenAPI/AsyncAPI spec verification. - For OpenAPI we could use - The Mermade developed/maintained...

enhancement
internal
backend
technical
👜 Totebag
typescript

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0. Release notes Sourced from @​apidevtools/json-schema-ref-parser's releases. v11.1.0 11.1.0 (2023-09-20) Features add reference resolution option to allow root level dereferencing (#305) (4d328fa) v11.0.0 11.0.0 (2023-09-19)...

dependencies

Following https://github.com/bump-sh/cli/pull/465, We noticed that, if Bump.sh API returned a new HTTP error code (for example 402), currently it's necessary to add specific code to support this 402 status error,...

2 feedbacks after using the `-- live` option (which is really great, btw 👏 ). - [x] When we launch the `preview` command with `--live`, we do not start by...

enhancement

## Context Imagine you want to import the history of changes of a given API definition file to Bump. The current “solution” is to use a manual script to deploy...

enhancement
internal
cycle
devops
technical
typescript

For now the `preview` command can only be used to preview a api definition file in one go, without any of the available settings of a Bump documentation (color, logo,...

enhancement

The idea behind this is to be able to configure your bump account locally with a `bump config` command (and most probably a `bump login` one to initialize the configuration...

enhancement
internal
backend
technical
typescript

It would be ideal to be able to manage branches directly from the CLI, with the same level of control we have with [Bump API](https://developers.bump.sh/group/endpoint-branches) (`bump branch create`, `bump branch...

enhancement
backend
technical
typescript

linked to #579 I also wanted to provide support for keeping comments but I cannot fully understand how the api.load works to plug-in the Stoplight yaml loading.