@maximem/synap-cli
v0.2.2
Published
Installer for the maximem-synap developer CLI. Bootstraps the (Python) Synap control-plane CLI onto your PATH, then runs it. Not the runtime SDK — see @maximem/synap-js-sdk for agent integration.
Readme
@maximem/synap-cli
One-line installer for the maximem-synap developer CLI (the Synap control plane). This npm package is a small bootstrap: it installs the actual CLI — a Python/Typer program, bundled here as a wheel — onto your PATH and then runs it.
This is not the runtime SDK. Agents/apps integrate Synap with
@maximem/synap-js-sdkor the Python SDK. This CLI is for developers to provision and operate Synap from a terminal.
Use
npx @maximem/synap-cli # install the CLI onto your PATH
npx @maximem/synap-cli auth login # bootstrap if needed, then log inAfter the first run, the maximem-synap command is on your PATH:
maximem-synap auth login
maximem-synap whoamiRequires Node 16+ and Python 3.10+ on the host. The CLI is installed via
pipx if present, otherwise into an isolated virtualenv at ~/.maximem-synap
and symlinked into ~/.local/bin.
