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.