deps

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package deps provides terminal output functions for the deps command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InfoNoDeps

func InfoNoDeps(cmd *cobra.Command)

InfoNoDeps reports that no dependencies were found.

Parameters:

  • cmd: Cobra command for output

func InfoNoProject

func InfoNoProject(cmd *cobra.Command, builderNames string)

InfoNoProject reports that no supported project was detected.

Parameters:

  • cmd: Cobra command for output
  • builderNames: Comma-separated list of supported project types

func JSON

func JSON(cmd *cobra.Command, content string)

JSON prints rendered JSON dependency output.

Parameters:

  • cmd: Cobra command for output. Nil is a no-op.
  • content: Pre-rendered JSON string.

func Mermaid

func Mermaid(cmd *cobra.Command, content string)

Mermaid prints rendered Mermaid dependency graph output.

Parameters:

  • cmd: Cobra command for output. Nil is a no-op.
  • content: Pre-rendered Mermaid graph string.

func Table

func Table(cmd *cobra.Command, content string)

Table prints rendered table dependency output.

Parameters:

  • cmd: Cobra command for output. Nil is a no-op.
  • content: Pre-rendered table string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL