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 gitmyabiPer-project install
npm i -D gitmyabiBinaries
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 likeforge-deploy.
Verify the installation
gma --version gma --helpWhen 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
- Sign in with the CLI
Authenticate the gma CLI with your GitMyABI account.
- Init and configuration
Run gma init and configure gma.config.json fields and precedence.
- Command reference
Concise reference of every gma command and key flags.