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

Merged
merged 5 commits into from
Dec 19, 2024
Merged

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

merged 5 commits into from
Dec 19, 2024

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
@leighmcculloch leighmcculloch enabled auto-merge (squash) December 19, 2024 21:46
@leighmcculloch leighmcculloch merged commit 41050c5 into main Dec 19, 2024
29 of 31 checks passed
@leighmcculloch leighmcculloch deleted the i1810 branch December 19, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

keys: tell the user where a key is saved
2 participants