Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
krci
command
|
|
|
internal
|
|
|
auth
Package auth provides OIDC authentication for the krci CLI.
|
Package auth provides OIDC authentication for the krci CLI. |
|
cmdutil
Package cmdutil provides shared CLI utilities, including the Factory dependency container.
|
Package cmdutil provides shared CLI utilities, including the Factory dependency container. |
|
config
Package config provides configuration loading for the krci CLI.
|
Package config provides configuration loading for the krci CLI. |
|
iostreams
Package iostreams provides I/O stream abstractions for CLI commands.
|
Package iostreams provides I/O stream abstractions for CLI commands. |
|
output
Package output provides rendering utilities for CLI command output.
|
Package output provides rendering utilities for CLI command output. |
|
portal/restapi
Package restapi provides primitives to interact with the openapi HTTP API.
|
Package restapi provides primitives to interact with the openapi HTTP API. |
|
token
Package token provides encrypted token persistence for the krci CLI.
|
Package token provides encrypted token persistence for the krci CLI. |
|
pkg
|
|
|
cmd/auth
Package auth implements the "krci auth" command group.
|
Package auth implements the "krci auth" command group. |
|
cmd/auth/login
Package login implements the "krci auth login" command.
|
Package login implements the "krci auth login" command. |
|
cmd/auth/logout
Package logout implements the "krci auth logout" command.
|
Package logout implements the "krci auth logout" command. |
|
cmd/auth/status
Package status implements the "krci auth status" command.
|
Package status implements the "krci auth status" command. |
|
cmd/deployment
Package deployment implements the "krci deployment" command group.
|
Package deployment implements the "krci deployment" command group. |
|
cmd/deployment/get
Package get implements the "krci deployment get" command.
|
Package get implements the "krci deployment get" command. |
|
cmd/deployment/list
Package list implements the "krci deployment list" command.
|
Package list implements the "krci deployment list" command. |
|
cmd/env
Package env implements the "krci env" command group.
|
Package env implements the "krci env" command group. |
|
cmd/env/get
Package get implements the "krci env get" command.
|
Package get implements the "krci env get" command. |
|
cmd/env/list
Package list implements the "krci env list" command.
|
Package list implements the "krci env list" command. |
|
cmd/internal/cmdtest
Package cmdtest provides shared helpers for verb-level command tests.
|
Package cmdtest provides shared helpers for verb-level command tests. |
|
cmd/internal/discovery
Package discovery holds helpers shared by the deployment-discovery verbs (`krci env list`, `krci env get`, `krci project deployments`): DNS-1123 validation, output-format dispatch, JSON envelope rendering, and shared error promotion.
|
Package discovery holds helpers shared by the deployment-discovery verbs (`krci env list`, `krci env get`, `krci project deployments`): DNS-1123 validation, output-format dispatch, JSON envelope rendering, and shared error promotion. |
|
cmd/pipelinerun
Package pipelinerun implements the "krci pipelinerun" command group.
|
Package pipelinerun implements the "krci pipelinerun" command group. |
|
cmd/pipelinerun/get
Package get implements the "krci pipelinerun get" command.
|
Package get implements the "krci pipelinerun get" command. |
|
cmd/pipelinerun/internal
Package pipelineruninternal holds helpers shared by `krci pipelinerun` verbs (validation, shared column headers, key=value parsing).
|
Package pipelineruninternal holds helpers shared by `krci pipelinerun` verbs (validation, shared column headers, key=value parsing). |
|
cmd/pipelinerun/list
Package list implements the "krci pipelinerun list" command.
|
Package list implements the "krci pipelinerun list" command. |
|
cmd/pipelinerun/start
Package start implements the "krci pipelinerun start" command.
|
Package start implements the "krci pipelinerun start" command. |
|
cmd/project
Package project implements the "krci project" command group.
|
Package project implements the "krci project" command group. |
|
cmd/project/deployments
Package deployments implements the "krci project deployments <project>" command.
|
Package deployments implements the "krci project deployments <project>" command. |
|
cmd/project/get
Package get implements the "krci project get" command.
|
Package get implements the "krci project get" command. |
|
cmd/project/list
Package list implements the "krci project list" command.
|
Package list implements the "krci project list" command. |
|
cmd/root
Package root assembles the top-level cobra.Command for the krci CLI.
|
Package root assembles the top-level cobra.Command for the krci CLI. |
|
cmd/sca
Package sca implements the "krci sca" command group (Software Composition Analysis views backed by Dependency-Track).
|
Package sca implements the "krci sca" command group (Software Composition Analysis views backed by Dependency-Track). |
|
cmd/sca/components
Package components implements the "krci sca components" command.
|
Package components implements the "krci sca components" command. |
|
cmd/sca/findings
Package findings implements the "krci sca findings" command.
|
Package findings implements the "krci sca findings" command. |
|
cmd/sca/get
Package get implements the "krci sca get" command.
|
Package get implements the "krci sca get" command. |
|
cmd/sca/internal
Package scainternal holds helpers shared by `krci sca` verbs (validation, enum sets, render/format dispatch, error-envelope plumbing).
|
Package scainternal holds helpers shared by `krci sca` verbs (validation, enum sets, render/format dispatch, error-envelope plumbing). |
|
cmd/sca/internal/scatestutil
Package scatestutil exposes helpers shared by every `krci sca <verb>` test package — primarily a Factory stub wired to in-memory streams and a nil portal client suitable for RunE plumbing tests.
|
Package scatestutil exposes helpers shared by every `krci sca <verb>` test package — primarily a Factory stub wired to in-memory streams and a nil portal client suitable for RunE plumbing tests. |
|
cmd/sca/list
Package list implements the "krci sca list" command.
|
Package list implements the "krci sca list" command. |
|
cmd/sonar
Package sonar implements the "krci sonar" command group.
|
Package sonar implements the "krci sonar" command group. |
|
cmd/sonar/gate
Package gate implements the "krci sonar gate" command.
|
Package gate implements the "krci sonar gate" command. |
|
cmd/sonar/get
Package get implements the "krci sonar get" command.
|
Package get implements the "krci sonar get" command. |
|
cmd/sonar/internal
Package sonarinternal holds helpers shared by `krci sonar` verbs (validation, enum sets, render/format dispatch, error-envelope plumbing).
|
Package sonarinternal holds helpers shared by `krci sonar` verbs (validation, enum sets, render/format dispatch, error-envelope plumbing). |
|
cmd/sonar/issues
Package issues implements the "krci sonar issues" command.
|
Package issues implements the "krci sonar issues" command. |
|
cmd/sonar/list
Package list implements the "krci sonar list" command.
|
Package list implements the "krci sonar list" command. |
|
cmd/version
Package version implements the "krci version" command.
|
Package version implements the "krci version" command. |
Click to show internal directories.
Click to hide internal directories.