• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / holodeck / 21753110877
47%

Build:
DEFAULT BRANCH: main
Ran 06 Feb 2026 01:59PM UTC
Jobs 1
Files 30
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Feb 2026 01:57PM UTC coverage: 45.946% (+1.0%) from 44.937%
21753110877

push

github

web-flow
feat(cli): complete CLI with full CRUD operations (#563) (#621)

* docs: add CLI CRUD and verbosity design document

Design for issue #563 covering:
- New CLI commands (describe, get, ssh, scp, update)
- Global verbosity flags (-q, -v, -d)
- Output formatting infrastructure
- Implementation tasks and testing strategy

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* docs: add CLI CRUD implementation plan

Detailed task-by-task implementation plan for:
- Global verbosity flags (-q, -v, -d)
- Unit tests for all new CLI commands
- Output formatter tests

11 tasks with TDD approach and commit checkpoints.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* feat(logger): add verbosity levels with Debug and Trace methods

Add Verbosity type with four levels (Quiet, Normal, Verbose, Debug) to
control log output. Info, Check, and Warning methods now respect
verbosity settings, while Error always prints. New Debug and Trace
methods provide additional logging granularity for troubleshooting.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* feat(cli): add global verbosity flags (-q, --verbose, -d)

Add global flags for controlling output verbosity:
- --quiet, -q: Suppress non-error output
- --verbose: Enable verbose output
- --debug, -d: Enable debug-level logging (also reads DEBUG env var)

Flag precedence: --debug > --verbose > --quiet

Note: -v was not used for --verbose to avoid conflict with built-in --version flag.
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* refactor(cli): rename list --quiet to --ids-only

Rename the --quiet flag to --ids-only to avoid conflict with the new
global --quiet flag that controls verbosity. The --ids-only flag now
only outputs instance IDs, one per line.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

* test(output): add unit tests for output formatting package

Add comprehensive unit tests for the pkg/output p... (continued)

85 of 87 new or added lines in 1 file covered. (97.7%)

2091 of 4551 relevant lines covered (45.95%)

0.51 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
97.7
pkg/output/output.go
Jobs
ID Job ID Ran Files Coverage
1 21753110877.1 06 Feb 2026 01:59PM UTC 30
45.95
GitHub Action Run
Source Files on build 21753110877
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21753110877
  • 64d31e8a on github
  • Prev Build on main (#21708182973)
  • Next Build on main (#21755804296)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc