New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gleef/cli

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gleef/cli

Gleef CLI to sync projects and generate translations.

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
7
16.67%
Maintainers
1
Weekly downloads
 
Created
Source

cli

Gleef CLI to sync projects and generate translations.

oclif Version Downloads/week

  • Usage
  • Commands

Usage

$ 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
...

Commands

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 init

This 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 login

Allows 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 pull

Get 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 push

Push 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 translate

Translate 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

Keywords

oclif

FAQs

Package last updated on 15 Dec 2025

Did you know?

Socket

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.

Install

Related posts