Skip to content

feat: add source discover command#193

Merged
rmanibus merged 3 commits into
mainfrom
feat/source-discover
Apr 2, 2026
Merged

feat: add source discover command#193
rmanibus merged 3 commits into
mainfrom
feat/source-discover

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

@rmanibus rmanibus commented Apr 2, 2026

Summary

  • add a new source discover command as the first RFC 0014 rollout slice
  • support human-readable output, json output, and portable-only filtering
  • discover local source candidates with mount metadata and portable-drive hints
  • wire help text, completion, README, and user-guide docs

Testing

  • env GOCACHE=/tmp/cloudstic-gocache go test ./pkg/source
  • env GOCACHE=/tmp/cloudstic-gocache go test ./cmd/cloudstic

Related to #130
Closes #192

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 85.36585% with 30 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
cmd/cloudstic/cmd_source.go 73.91% 9 Missing and 3 partials ⚠️
internal/engine/source_discover.go 83.67% 6 Missing and 2 partials ⚠️
internal/engine/source_discover_linux.go 80.48% 7 Missing and 1 partial ⚠️
cmd/cloudstic/main.go 0.00% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@rmanibus rmanibus merged commit 1bbe5fb into main Apr 2, 2026
12 checks passed
@rmanibus rmanibus deleted the feat/source-discover branch April 2, 2026 16:43
@rmanibus rmanibus added the enhancement New feature or request label Apr 2, 2026
@rmanibus rmanibus added this to the v1.14.0 milestone Apr 2, 2026
@rmanibus rmanibus added the area/onboarding Setup and workstation onboarding flows label Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/onboarding Setup and workstation onboarding flows enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add source discover command for workstation onboarding

1 participant