Install the CLI

Install gma from npm, globally or per-project.

CLI

The CLI is published to npm as gitmyabi. The CLI requires Node.js >=18.0.0.

Global install

npm i -g gitmyabi

Per-project install

npm i -D gitmyabi

Binaries

Two binaries are installed and both point at the same entry:

  • gma — primary name, usable from any project.
  • forge-gma — Foundry-flavored alias, following the convention used by tools like forge-deploy.

Verify the installation

gma --version gma --help

When you are not signed in, the help output lists only the public commands (init, generate, publish, demo, login); after gma login the full command set appears.

Related