profilex-cli
v0.6.8
Published
ProfileX CLI binary installer and launcher
Maintainers
Readme
profilex-cli
Install ProfileX with npm or pnpm:
npm i -g profilex-cli
# or
pnpm add -g profilex-cliThe package downloads the platform-specific ProfileX release binary during postinstall, verifies SHA256 checksums, verifies signed release metadata with Sigstore/cosign, and exposes the profilex command.
Configuration:
PROFILEX_REPO: override GitHub repo for releases (default:derekurban/profilex-cli)PROFILEX_VERIFY_SIGNATURES: set0to disable signature verification (default:1)PROFILEX_COSIGN_VERSION: cosign version used if cosign is not on PATH (default:v2.5.3)PROFILEX_COSIGN_CACHE_DIR: optional cache dir for downloaded cosign binaries (default Windows:%LOCALAPPDATA%\\profilex\\cache\\cosign)
