Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ AXIs built and maintained by the community:
| [`kubernetes-axi`](https://github.com/thatdudealso/kubernetes-axi) | thatdudealso | Kubernetes | Discover, inspect, deploy, debug, scale, roll out, expose, and clean up Kubernetes workloads through safe token-efficient CLI workflows. |
| [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. |
| [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. |
| [`gherkin-cli`](https://github.com/cyberuni/gherkin-cli) | unional | Gherkin / BDD | Parse, validate, and diff `.feature` files into a compact digest, with structured errors and a scenario-level change classifier for git refs. |

<!-- generated:catalog-community:end -->

Expand Down
5 changes: 5 additions & 0 deletions catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ community:
author: thatdudealso
domain: Celery
description: "Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows."
- name: gherkin-cli
url: https://github.com/cyberuni/gherkin-cli
author: unional
domain: Gherkin / BDD
description: "Parse, validate, and diff `.feature` files into a compact digest, with structured errors and a scenario-level change classifier for git refs."
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,20 @@ <h2 data-annotate>The [AXI catalog].</h2>
token-efficient CLI workflows.
</td>
</tr>
<tr>
<td>
<a href="https://github.com/cyberuni/gherkin-cli"
><code>gherkin-cli</code></a
>
</td>
<td>unional</td>
<td>Gherkin / BDD</td>
<td>
Parse, validate, and diff <code>.feature</code> files into a
compact digest, with structured errors and a scenario-level
change classifier for git refs.
</td>
</tr>
<!-- generated:catalog-community:end -->
</tbody>
</table>
Expand Down
Loading