Skip to main content

Runner CLI — author and run hosted Runner apps from your terminal (the `runner` command).

Project description

acsetra — the Runner CLI

A thin client for building and running hosted Runner apps from your terminal. It holds no framework logic: every authoring command serializes to {op, args} and is POSTed to the hosted API, where validation, reserved-code guards, and doctor compiles all run server-side. You get the grammar of the framework, not its implementation.

Install

pipx install acsetra        # recommended (isolated)
# or: pip install acsetra
runner signin

Exposes three console scripts — runner (primary), acsetra (brand alias), and r (continuity with ./r).

Quick start

runner signin                              # device-flow sign-in; caches a token
runner whoami
runner app create crm --label "CRM"        # create an app scope in your workspace
runner set put crm contacts ada --json '{"role":"eng"}'
runner read contacts -S <workspace>.crm
runner doctor <workspace>.crm && runner compile <workspace>.crm
runner dev <workspace>.crm                 # localhost surface proxied to hosted Runner

How it fits together

  • runner signin runs the OAuth device flow: it prints a URL + code, you approve in the browser, and the CLI caches a token at ~/.config/acsetra/credentials (0600).
  • runner docs pull writes CLAUDE.md + .runner/docs/* — a compact model of the framework, the exact command grammar, and a live skeleton of your app — so a coding agent (Claude Code) has the context it needs to build with runner.
  • The hosted DB is the source of truth. Local files are instructions and mirrors, never runtime source. runner checkout/runner dev produce disposable working copies under .tmp/ for grep and inspection.

Environment overrides

Var Meaning
ACSETRA_API_BASE hosted API origin (default https://pen.acsetra.com)
ACSETRA_TOKEN bearer token (skips the cached credential)
ACSETRA_WORKSPACE act in this workspace slug
ACSETRA_SCOPE default app scope for -S-less commands

Run runner help for the full verb list.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acsetra-0.1.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

acsetra-0.1.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file acsetra-0.1.0.tar.gz.

File metadata

  • Download URL: acsetra-0.1.0.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for acsetra-0.1.0.tar.gz
Algorithm Hash digest
SHA256 80c8c3dad0736371ab5057a819f1d0194f8247c6409e09f04e0e669f6ff5900e
MD5 f316af248945a109c767ffdbebe7e0d3
BLAKE2b-256 17b3493193ebc679a8794b85aa418067bbe46d3154207843e1a5161d674ff103

See more details on using hashes here.

File details

Details for the file acsetra-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: acsetra-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for acsetra-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 898dbc638ce909c48f78ee780078ca56ca6664ecfc5c76f8f206be779e44ee6e
MD5 af695be2b56c1c1fead4a1900199c39a
BLAKE2b-256 c68358d7b5e47f77afe088b8058f06d620aae8cca86982a52411624e6ea3f5f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page