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

keys: tell the user where a key is saved #1811

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

keys: tell the user where a key is saved #1811

wants to merge 4 commits into from

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Dec 19, 2024

What

Output to users the path that the key is written to when added or generated.

Add:

$ stellar keys add me --seed-phrase
Type a 12 word seed phrase: 
*****
✅ Key saved with alias "me" in "/Users/leighmcculloch/Code/stellar-cli/.soroban/identity/me6.toml"

Generate:

$ stellar keys generate me --fund
✅ Key saved with alias "me" in "/Users/leighmcculloch/Code/stellar-cli/.soroban/identity/me8.toml"
✅ Account "me" funded on "Test SDF Network ; September 2015"

Fund:

$ stellar keys fund me
✅ Account "me" funded on "Test SDF Network ; September 2015"

Why

Close #1810

Known limitations

[TODO or N/A]

@leighmcculloch leighmcculloch marked this pull request as ready for review December 19, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

keys: tell the user where a key is saved
1 participant