@entityauth/cli
v0.0.38
Published
Entity Auth CLI product shim for macOS arm64; downloads the native binary.
Readme
@entityauth/cli (npm shim)
Product shim that downloads and runs the native entity-cli binary from GitHub Releases.
Platform: macOS Apple Silicon (arm64) only
Usage:
# emit the graph (packs bundled in the shim)
npx @entityauth/cli init entity-auth
# install UI components
npx @entityauth/cli ui install entity-auth --mode all
# run setup templates
npx @entityauth/cli setup run entity-auth --node entityauth:setup:basic
# manage bridge templates
npx @entityauth/cli bridge scaffold entity-auth --node entityauth:bridge:postgres-prisma
npx @entityauth/cli bridge start entity-auth --node entityauth:bridge:postgres-prisma
npx @entityauth/cli bridge attach entity-auth --node entityauth:bridge:postgres-prisma --pid <child-pid>
npx @entityauth/cli bridge heartbeat entity-auth --node entityauth:bridge:postgres-prisma --status running
npx @entityauth/cli bridge status entity-auth --node entityauth:bridge:postgres-prisma
npx @entityauth/cli bridge stop entity-auth --node entityauth:bridge:postgres-prismaThe shim bundles the Entity Auth packs, including bridge templates for postgres-prisma and memory-demo. Run npm run build:packs in the monorepo before publishing new packs so the shim picks up the latest assets.
