Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

commands/ssh-key: add commands for managing ssh keys #808

Merged
merged 1 commit into from
Aug 10, 2021
Merged

Conversation

profclems
Copy link
Owner

@profclems profclems commented Aug 9, 2021

Description

This change add ssh-key commands with the following subcommands:

  • get
  • list
  • add

Related Issue

Resolves #[issue_number]

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

@profclems profclems self-assigned this Aug 9, 2021
@codecov
Copy link

codecov bot commented Aug 9, 2021

Codecov Report

Merging #808 (ddbff70) into trunk (0e416ae) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##            trunk     #808   +/-   ##
=======================================
  Coverage   59.44%   59.44%           
=======================================
  Files          93       93           
  Lines        7355     7356    +1     
=======================================
+ Hits         4372     4373    +1     
  Misses       2601     2601           
  Partials      382      382           
Impacted Files Coverage Δ
commands/root.go 77.50% <100.00%> (+0.28%) ⬆️

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 0e416ae...ddbff70. Read the comment docs.

Copy link
Collaborator

@zemzale zemzale left a comment

Choose a reason for hiding this comment

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

Not counting that one copy-paste mistake looks real nice.

commands/ssh-key/get/get.go Outdated Show resolved Hide resolved
This change add `ssh-key` commands with the following subcommands:
- get
- list
- add
@profclems profclems merged commit e6f5452 into trunk Aug 10, 2021
@profclems profclems deleted the feat-ssh-key branch August 10, 2021 01:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants