Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Create structs for each tools command to better isolate commands - cont'd #3357

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

soltysh
Copy link
Contributor

@soltysh soltysh commented Dec 20, 2024

Description

Continuation of the effort to isolate commands. Followup to #3322 and #3340.

The remaining bit is the root command, src/pkg/message/message.go and src/pkg/logger/logger.go, which I'll need to tackle separately. Since I'm worried about potential impact it might have on all of zarf (the latter two), and on consumers of zarf (the root command). So I will want to coordinate the efforts.

Related Issue

Relates to #2773

Checklist before merging

@soltysh soltysh requested review from a team as code owners December 20, 2024 15:53
Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit 6151a04
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/67659313cae31b0008ba284e

@AustinAbro321 AustinAbro321 added this pull request to the merge queue Dec 20, 2024
Merged via the queue into zarf-dev:main with commit 90b764b Dec 20, 2024
25 checks passed
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 60 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/cmd/version.go 0.00% 58 Missing ⚠️
src/cmd/root.go 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/cmd/root.go 0.00% <0.00%> (ø)
src/cmd/version.go 0.00% <0.00%> (ø)

@soltysh soltysh deleted the version_init branch December 23, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants