Voiden CLI Runner (github.com)
from dhruv3006@lemmy.world to programming@programming.dev on 26 May 10:17
https://lemmy.world/post/47366045

Voiden is an offline-first, git-native API tool built on Markdown.

Instead of keeping API requests inside a cloud workspace, Voiden stores them as .void files that can live with your codebase, be versioned in Git, reviewed in PRs, and reused across a team.

We have now released the beta of @voiden/runner, a headless CLI for running those .void files outside the desktop app.

The runner executes the request, prints the result, and exits with a standard exit code that CI systems can use.

Important bits:

This is still beta, so APIs and flags may change.

The goal is to make .void files executable API workflows, not just files used inside the desktop app.

Github: github.com/VoidenHQ/voiden

Voiden CLI Runner : github.com/VoidenHQ/voiden/tree/…/voiden-runner

Visit Voiden here : voiden.md

#programming

threaded - newest