Skip to content

docs: update CLI command reference with missing commands, options, and aliases #1058

docs: update CLI command reference with missing commands, options, and aliases

docs: update CLI command reference with missing commands, options, and aliases #1058

Triggered via pull request March 19, 2026 22:36
Status Success
Total duration 1m 36s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: src/tui-harness/mcp/server.ts#L322
Found non-literal argument to RegExp Constructor
lint: src/tui-harness/mcp/server.ts#L232
Found non-literal argument to RegExp Constructor
lint: src/cli/tui/components/ResourceGraph.tsx#L103
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L131
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/commands/status/command.tsx#L203
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option