cli icon indicating copy to clipboard operation
cli copied to clipboard

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

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

For now, if you wish to publish a new release of the CLI you need to: 1. `git checkout main` 1. `npm run release` for a full release (or `npm...

enhancement

## Steps to reproduce ```shell > bump deploy inexistent/dir/ --auto-create --hub "my-hub" --token "my-token" › Error: Missing required flag: › -d, --doc DOC Documentation public id or slug. Can be...

bug

Hi there. I am getting a timeout when trying to compare these two files: [current_api.json](https://github.com/bump-sh/cli/files/13821234/current_api.json) [master_api.json](https://github.com/bump-sh/cli/files/13821235/master_api.json)

bug

We need to fully migrate to the `@oclif/core` library to remove any usage of the now deprecated `@oclif/command` lib.

maintenance

## 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. ##...

enhancement

Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8. Release notes Sourced from @​oclif/test's releases. 3.1.8 Bug Fixes deps: bump fancy-test from 3.0.7 to 3.0.8 (1ac190d) 3.1.7 Bug Fixes deps: bump fancy-test from...

dependencies

Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1. Release notes Sourced from @​oclif/core's releases. 3.15.1 Bug Fixes deps: bump password-prompt from 1.1.2 to 1.1.3 (39f8860) 3.15.0 Features add flagSortOrder to help options...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3. Release notes Sourced from typescript's releases. TypeScript 5.3.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

`deepanshachowdhary@Deepanshas-MacBook-Pro cli % bump diff https://github.com/wicrs/docs/blob/8e0e99de1db6fb9b3d04361b80652e4972ed727b/json/swagger-resolved.json https://github.com/wicrs/docs/blob/bcfa0c9125ff5808388bc7c12aba41f76d91c153/json/swagger-resolved.json Error: Cannot find module 'oas-schemas/schemas/v2.0/schema.json' Require stack: - /usr/local/lib/node_modules/bump-cli/lib/definition.js - /usr/local/lib/node_modules/bump-cli/lib/core/diff.js - /usr/local/lib/node_modules/bump-cli/lib/commands/diff.js - /usr/local/lib/node_modules/bump-cli/node_modules/@oclif/config/lib/plugin.js - /usr/local/lib/node_modules/bump-cli/node_modules/@oclif/config/lib/config.js - /usr/local/lib/node_modules/bump-cli/node_modules/@oclif/config/lib/index.js - /usr/local/lib/node_modules/bump-cli/node_modules/@oclif/command/lib/command.js - /usr/local/lib/node_modules/bump-cli/node_modules/@oclif/command/lib/index.js...

With the live preview command `bump preview --live` if the provided definition uses file system based references, then those external references are not “watched” by the CLI. E.g. `openapi.yaml` ```...

bug