You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bump.sh CLI is used to interact with API documentationand hubs hosted on Bump.sh from your choice of popular API description formats: OpenAPI, Swagger, or AsyncAPI.
12
+
The Bump.sh CLI is used to interact with API documentation, hubs and workflows hosted on Bump.sh from your choice of popular API description formats: OpenAPI, Swagger, or AsyncAPI for API documentation. Flower or Arazzo for API workflows.
13
13
14
14
Using [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (v3.x and v2.0) or [AsyncAPI](https://www.asyncapi.com/docs/reference/specification/latest) (2.x), you can do any of the following:
15
15
16
16
- Validate an API document before publishing to your documentation.
17
-
- Publish an API document to your Bump.sh documentation or hubs.
18
-
- Compare two API documents to generate a human-readable diff from your API definition.
17
+
-[Publish an API document](#the-deploy-command) to your Bump.sh documentation or hubs.
18
+
-[Compare two API documents](#the-diff-command) to generate a human-readable diff from your API definition.
19
19
Under the hood, it uses the API of [developers.bump.sh](https://developers.bump.sh). And is built with the [`oclif`](https://oclif.io) framework in Typescript.
20
20
21
+
Using [Flower](https://docs.bump.sh/help/mcp-servers/specification-support/flower-support/) or [Arazzo](https://docs.bump.sh/arazzo/v1.0/), you can:
22
+
23
+
-[Deploy a workflow document](#deploy-a-workflow-document-on-your-mcp-server) to your Bump.sh MCP server
> You can find your own `mcp-server-id-or-slug` and `$BUMP_TOKEN` api key from your [MCP server settings](https://bump.sh/dashboard) at 'https://bump.sh/{your-organization}/workflow/set/{mcp-server-id}/tokens'.
191
199
192
-
More details about the MCP server feature are available on [this dedicated help section](https://docs.bump.sh/help/mcp-servers/).
200
+
More details about the MCP server feature are available on [this
201
+
dedicated help section](https://docs.bump.sh/help/mcp-servers/).
0 commit comments