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

[WIP] PKI command #40

Merged
merged 3 commits into from
Oct 18, 2021
Merged

[WIP] PKI command #40

merged 3 commits into from
Oct 18, 2021

Conversation

szaffarano
Copy link
Owner

fixes #39

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2021

Codecov Report

Merging #40 (2a94a3a) into master (da0c960) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   87.42%   87.42%           
=======================================
  Files          11       11           
  Lines         867      867           
=======================================
  Hits          758      758           
  Misses         72       72           
  Partials       37       37           
Impacted Files Coverage Δ
task/repo/repofs.go 80.20% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da0c960...2a94a3a. Read the comment docs.

cmd/pki.go Outdated

pkiInitCmd := cobra.Command{
Use: "init",
Short: "Initialized the PKI",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@szaffarano szaffarano marked this pull request as ready for review October 18, 2021 18:05
@szaffarano szaffarano merged commit ff5cac0 into master Oct 18, 2021
@szaffarano szaffarano deleted the 39-pki branch October 18, 2021 18:09
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.

Add pki command
2 participants