🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ulinkly/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ulinkly/cli

ULink CLI — verify universal links & app links configuration for ULink projects

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

@ulinkly/cli

npm distribution of the ULink CLI — verify universal links & app links configuration for ULink projects.

The CLI is a native binary (compiled from Dart). This package is a thin launcher: on first run it downloads the binary matching your platform from the GitHub Releases, verifies its checksum, caches it under ~/.ulink/npm/, and runs it.

Usage

Zero-install (recommended for one-off checks / CI):

npx @ulinkly/cli --help
npx @ulinkly/cli verify

Or install globally:

npm install -g @ulinkly/cli
ulink --version

Supported platforms

OSArch
macOSarm64, x64
Linuxx64
Windowsx64

On other platforms, use the install script or manual binaries.

Notes

  • The npm version maps 1:1 to a CLI release tag (e.g. 1.2.0v1.2.0).
  • The binary is cached per-version; upgrading the package re-downloads on next run.
  • Set ULINK_CLI_VERSION (e.g. v1.1.3) to override the downloaded release.

License

MIT

Keywords

ulink

FAQs

Package last updated on 28 Jun 2026

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