Skip to main content

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 auth crm                            # gate the app behind home.acsetra.com sign-in
runner dev <workspace>.crm                 # open the app's hosted surface in your browser
runner open <workspace>.crm                # reuse/create its paired Chrome tab
runner notify <workspace>.crm --title Ready
runner tabs

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.
  • runner open, focus, notify, and tabs use the paired Runner Chrome extension. CLI and ChatGPT MCP write the same short-lived browser intents.
  • The hosted DB is the source of truth. Local files are instructions and mirrors, never runtime source. runner checkout produces disposable working copies under .tmp/ for grep and inspection; runner dev <app> just opens the live hosted surface in your browser.

Environment overrides

Var Meaning
ACSETRA_API_BASE hosted API origin (default https://home.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.

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.50.tar.gz (191.9 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.50-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for acsetra-0.1.50.tar.gz
Algorithm Hash digest
SHA256 769fd85d4fd5b0023ac01bf247e27fe8c147a63132b630effa0f87b2b2721110
MD5 bf27ece5a0f8fdcfff2bb298dcb0ea96
BLAKE2b-256 704e2ab14fd46014615e322d212d2063a9aae9363a29fd907c7d4e097d4a9ef4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for acsetra-0.1.50-py3-none-any.whl
Algorithm Hash digest
SHA256 b704bbb5896c0306138ea4042c0ea8c1e30a5db956882730d41b67c22876013e
MD5 6e08d03fb224d158e1b3e3c3c8bffd86
BLAKE2b-256 1b52472a5a23e67fc7d728834bda88839e8e8238f4ac22d0552cd8f9b34c3e8a

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