@inflight-cli/cli
v0.1.0
Published
Inflight CLI installer for Node environments
Readme
@inflight-cli/cli
Global installer for the Inflight DNS tunneling CLI via npm.
npm install -g @inflight-cli/cli
# Authenticate and connect
inflight auth
inflight connectThe installer downloads signed release archives from https://github.com/inflight/inflight-cli (configurable via INFLIGHT_GITHUB_REPO), verifies their checksums, and places the native binary in the package vendor directory. At runtime, the inflight shim forwards all arguments to the native binary.
Environment variables:
INFLIGHT_CLI_VERSION– pin to a specific tag (default: latest npm package version).INFLIGHT_SKIP_DOWNLOAD=1– skip the download step (useful for caching).INFLIGHT_GITHUB_REPO– override the GitHubowner/repoto download releases from (default:inflight/inflight-cli).INFLIGHT_GITHUB_TOKEN/GITHUB_TOKEN/GH_TOKEN– bearer token for authenticated downloads (useful if releases are private).
