Skip to content

1.0.0

Compare
Choose a tag to compare
@snow0x2d0 snow0x2d0 released this 28 Sep 17:05

Added

  • Added key generation CLI command

Changed

  • Prior key generation methods output keys in the OpenSSH format. The decision was made to only support the PEM
    encoding format for skill keys going forward. As such the CLI now outputs RSA keys in a PEM format.
  • Examples and tests have been updated to reflect that key format change.
  • The SkillApplication class has been removed from the top level package and must now be imported from the app module.
  • The main file has been removed for now and the cli is now contained in the cli module.