v1.0.0 Stable

Li'nage CLI

The bridge between your local codebase and Li'nage Cloud.

Ingest project metadata, map dependencies, and sync your graph directly from your terminal. Zero source code upload.

bash — 80x24
_ ___ _ _ _ _ ____ _____ | | |_ _| ( ) | \ | | / \ / ___| | ____| | | | | |/ | \| | / _ \ | | _ | _| | |___ | | | |\ | / ___ \ | |_| | | |___ |_____| |___| |_| \_| /_/ \_\ \____| |_____|
Automated Dependency Discovery & Lineage Mapping by Li'nage
~linage-cli --help
Usage: linage-cli [options] [command]

The Official CLI for Li'nage Cloud - Automate Dependency Discovery
~linage-cli login
? Paste your API Key: ****************
✓ Authentication successful!
~/my-applinage-cli ingest .
Reading package.json...
Ingested my-app successfully!
Get Started

Install in Seconds

Requires Node.js 16+ or later. Run globally or use npx.

$npm install -g linage-cli

Or try without installing

npx linage-cli ingest
Workflow

From Terminal to Graph
in 3 Steps

The CLI is designed to be set-and-forget. Run it once manually, or bake it into your CI pipeline for continuous intelligence.

CI

CI/CD Ready

Works natively with GitHub Actions, GitLab CI, and CircleCI.

🔒

Secure by Default

Source code never leaves your machine. We only upload metadata.

Authenticate
linage-cli login
✓ Authentication successful!

Link your local machine to your organization securely.

Ingest
linage-cli ingest .
✓ Ingested my-app successfully!

Parse dependencies and upload the graph to the cloud.

Visualize
linage-cli open
Opening https://linage.cloud/...

Open the dashboard to explore the dependency galaxy.

Reference

Core Commands

Full control from your terminal. All commands support the --key override for CI usage.

linage-cli login

Authenticate

Interactive prompt to save your API Key locally. Verifies capabilities immediately.

linage-cli ingest [path]
-p, --project <name>

Ingest Project

Scans manifest & lock files (package.json + yarn.lock, etc.). Uploads complete dependency graph with resolved versions.

linage-cli projects
-k, --key <key>

List Projects

Table view of all projects, their latest versions, and status.

linage-cli stats

Org Stats

View organization health: Project count, ingestion metrics, and ecosystem distribution.

linage-cli open [project]

Open Dashboard

Opens your default browser to the project page or main dashboard.

linage-cli whoami

Session Info

View current authenticated organization slug and key name.

Map your stack in minutes.

Install the CLI and get your first dependency graph faster than you can read this sentence.