Automic VaultAutomic Vault

brew

使用 Homebrew, chocolatey, apt, pacman 安装 gulp-cli

查看 gulp-cli 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install gulp-cli

local Homebrew formula metadata

概览

软件包摘要

Command-line utility for Gulp

命令和别名

  • gulp

历史

项目历史与用法

gulp-cli is the command-line launcher for gulp, the JavaScript build-system and task-runner ecosystem. Its package-manager role is deliberately split from the local gulp library: users install the CLI as a global or package-manager-provided command, while each project keeps its own gulp dependency and gulpfile.

项目历史

The gulp-cli repository was created in December 2014, and the npm package was first published as 0.1.0 later that month. That timing matches gulp's move away from a single globally installed gulp package toward a small command shim that locates and runs the gulp version installed in a project.

The 1.0.0 npm publication in November 2015 stabilized the split CLI model. The 2.x line, published from December 2017, sat alongside gulp 4-era workflows, and the 3.0.0 changelog in March 2024 records modernization work such as Liftoff v5, removal of older flags, and support work for future gulp handlers.

采用历史

The official quick-start documentation teaches `npm install --global gulp-cli` before `npm install --save-dev gulp`, so gulp-cli became the package users and OS package maintainers expose as the executable named `gulp`.

Homebrew, Chocolatey, Debian, Ubuntu, Arch, and other package indexes package the CLI separately or map it to the `gulp` command, reflecting its status as the distribution-friendly entry point rather than the project-local build library.

使用方式

Users invoke `gulp [flags] <task>...` from a project tree. The CLI discovers the gulpfile, loads project-local gulp, prints task trees, supports completion, and accepts configuration through `.gulp.*` files in the current directory hierarchy or the home directory.

For package users, the practical distinction matters: upgrading the command-line package changes the launcher, while task semantics are mainly controlled by the project's pinned gulp and plugin dependencies.

为什么软件包爱好者会关心

gulp-cli is a clean example of the global-shim/local-library pattern in Node packaging. It reduces global dependency drift, lets different projects use different gulp versions, and gives package managers a small executable package that can be updated without rewriting every project's build stack.

Its history is also a packaging lesson from the task-runner boom: the command name stayed stable, but ownership of behavior moved into the project dependency graph.

时间线

  • 2014: GitHub repository created and npm package 0.1.0 published.
  • 2015: npm package 1.0.0 published.
  • 2017: v2.0.0 release published.
  • 2024: v3.0.0 changelog records CLI modernization and removal of older compatibility paths.
  • 2025: v3.1.0 changelog records support for top-level await on newer Node 22 builds.

Related projects

  • gulp is the local task-runner library that gulp-cli launches.
  • Liftoff is the Node CLI bootstrap library used by gulp-cli.
  • Interpret is used by gulp-cli to support JavaScript-variant configuration and gulpfiles.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.gulp.*~/.gulp.*

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gulpcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本3.1.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/gulpjs/gulp-cli

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息No cached GitHub release or tag data was available.https://github.com/gulpjs/gulp-clinone 置信度

安装元数据

软件包元数据

软件包键brew:gulp-cli
版本3.1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/gulp-cli
主页https://github.com/gulpjs/gulp-cli
仓库https://github.com/gulpjs/gulp-cli
上游文档https://github.com/gulpjs/gulp-cli#readme
许可证MIT
源码归档https://registry.npmjs.org/gulp-cli/-/gulp-cli-3.1.0.tgz
依赖node
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegulp-cli
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Chocolatey95%

gulp-cli

choco install gulp-cli
  • normalized package name match
  • 匹配方式:Gulp Cli
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: gulp-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='10.8512','kmupd4'
Debian apt92%

gulp 4.0.2+~cs54.26.36-8

streaming build system to automate painful or time-consuming tasks

https://gulpjs.com

sudo apt install gulp
  • Section: web
  • Architecture: all
  • Source Package: node-gulp
  • 32 依赖
  • 32 提供
  • installed executable or alias match
  • 匹配方式:Gulp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gulp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

gulp 4.0.2+~cs54.26.36-6

streaming build system to automate painful or time-consuming tasks

https://gulpjs.com

sudo apt install gulp
  • Section: universe/web
  • Architecture: all
  • Source Package: node-gulp
  • 32 依赖
  • 32 提供
  • installed executable or alias match
  • 匹配方式:Gulp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gulp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman92%

gulp 5.0.1-1

The streaming build system

https://gulpjs.com/

sudo pacman -S gulp
  • License: MIT
  • Architecture: any
  • 2 依赖
  • installed executable or alias match
  • 匹配方式:Gulp
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gulp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment