Skip to main content
The graph command enables you to build and manage the infrastructure knowledge graph, which represents your cloud resources and their relationships.

Usage

Commands

CommandDescription
buildBuild a knowledge graph for your cloud infrastructure
logsView graph build logs
statusCheck if graph build is running
stopStop running graph build

Subcommand: build

Builds a knowledge graph by collecting information from all configured infrastructure sources and establishing relationships between resources.

Usage

Options

OptionDescription
--profile TEXTUse profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default]
--interval INTEGERRebuild the graph continuously, pausing for the specified seconds between builds
--backgroundRun in background and return immediately
-h, --helpShow help message and exit

Examples

Subcommand: logs

Shows logs from the most recent graph build or from a currently running background graph build.

Usage

Options

OptionDescription
--profile TEXTUse profiles to manage multiple graphs [env var: UNPAGE_PROFILE] [default: default]
--follow, -fFollow log output
-h, --helpShow help message and exit

Subcommand: status

Checks if a background graph build is currently running.

Usage

Subcommand: stop

Stops a currently running background graph build.

Usage