-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This update pulls in two relevant changes: - The auto-generated client is only loaded if required. This improves execution times significantly, especially for simple commands. - Key certificates are now always stored as raw bytes, not as strings, so the get-certificate and set-certificate commands had to be updated. On my machine, this reduces the execution time for simple commands like version or --help from 0.9 s to 0.3 s.
- Loading branch information
1 parent
c50a59c
commit 623960e
Showing
2 changed files
with
3 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters