Skip to content

Fix default type usage for creating a skykey

Matthew Sevey requested to merge sevey/siac-skykey-default-type into master

MERGE REQUEST

MR Guidelines

Overview

The -h flag for siac skykey create said that the default would be set to private-id however if a user didn't provide a type they would get an error. This MR handles the default case.

Example for Visual Changes

https://asciinema.org/a/Qw9IjK8dYbEVbX7VrgOBF1irS

Screen shot of the key showing as private type since I quit the asciinema too soon.

image

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

Edited by Matthew Sevey

Merge request reports