
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@gleef/cli
Advanced tools
Gleef CLI to sync projects and generate translations.
$ npm install -g @gleef/cli
$ gleef COMMAND
running command...
$ gleef (--version)
@gleef/cli/0.1.5 darwin-arm64 node-v22.14.0
$ gleef --help [COMMAND]
USAGE
$ gleef COMMAND
...
gleef help [COMMAND]Display help for gleef.
USAGE
$ gleef help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for gleef.
See code: @oclif/plugin-help
gleef initThis command initialize helps you setup Gleef
USAGE
$ gleef init
DESCRIPTION
This command initialize helps you setup Gleef
EXAMPLES
$ gleef init
See code: src/commands/init.ts
gleef loginAllows to login to the Gleef CLI globally
USAGE
$ gleef login [-k <value>]
FLAGS
-k, --key=<value> API key for Gleef
DESCRIPTION
Allows to login to the Gleef CLI globally
EXAMPLES
$ gleef login
See code: src/commands/login/index.ts
gleef pullGet latest translations from Gleef. This updates translations without adding new keys unless --add-new flag is used
USAGE
$ gleef pull [-r] [-a] [-c] [-m <value>] [-n <value>]
FLAGS
-a, --add-new Creates new localization keys if they are not in the current locale files
-c, --check Checks for new translations without updating them. Returns an error if some are missing.
-m, --match=<value> Filter incoming new translations by key pattern
-n, --namespace=<value> Filter translations by namespace/file pattern (e.g., "auth" or "auth|common")
-r, --add-in-review Include translations that are in review (not yet approved)
DESCRIPTION
Get latest translations from Gleef. This updates translations without adding new keys unless --add-new flag is used
EXAMPLES
$ gleef pull
See code: src/commands/pull.ts
gleef pushPush local translations to Gleef without AI generation
USAGE
$ gleef push [-m <value>] [-n <value>] [-s]
FLAGS
-m, --match=<value> Filter translations by key pattern
-n, --namespace=<value> Filter translations by namespace/file pattern (e.g., "auth" or "auth|common")
-s, --skip-review Publish the translations immediately instead of creating drafts to review
DESCRIPTION
Push local translations to Gleef without AI generation
EXAMPLES
$ gleef push
See code: src/commands/push.ts
gleef translateTranslate using Gleef and makes keys available to your team
USAGE
$ gleef translate [-m <value>] [-n <value>] [-s]
FLAGS
-m, --match=<value> Filter translations by key pattern
-n, --namespace=<value> Filter translations by namespace/file pattern (e.g., "auth" or "auth|common")
-s, --skip-review Publish the generated translations immediately instead of creating drafts to review
DESCRIPTION
Translate using Gleef and makes keys available to your team
EXAMPLES
$ gleef translate
See code: src/commands/translate.ts
FAQs
Gleef CLI to sync projects and generate translations.
The npm package @gleef/cli receives a total of 7 weekly downloads. As such, @gleef/cli popularity was classified as not popular.
We found that @gleef/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.