Skip to content
UPG is in early alpha. The specification is still evolving and may change between versions.

from @unified-product-graph/cli · Create & edit

upg disconnect

Remove a single edge by id (the inverse of connect).

Usage

upg disconnect <edge-id> [options]

Arguments

<edge-id>
The edge to remove

Options

--file <path>
Path to .upg file
-y, --yes
Skip confirmation
--json
Machine-readable JSON output

Examples

Remove one edge

upg disconnect e_abc123

Related

upg connectupg delete