Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for saving public key to file using -output flag #318

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. feat: add support for saving public key to file using -output flag

    - Introduced the `-output` flag to allow users to specify a file path for saving the public key.
    - Updated the `printPublicKey` function to write the public key to the specified file, or to stdout if no file is provided.
    - Modified the `create` and `migrate` cases to support the `-output` flag when printing the public key.
    - Ensured backward compatibility by retaining stdout output when `-output` is not used.
    pmpbaptista committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b3a206f View commit details
    Browse the repository at this point in the history