Future: dfx identity list - see principals #3945
infu
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
I actually do this often enough that I have a script to do this. :-) I prefer JSON output when programming but that could be an option. E.g. there could be |
Beta Was this translation helpful? Give feedback.
1 reply
-
The list of fields provided could be variable. E.g. the
That way the command could start with offering just identity name and principal, for example, and add more values gradually. No-longer supported fields can also be dropped in a graceful manner. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The command
dfx identity list
could be improved slightlyCurrent output:
identity1
identity2
identity3
identity4
identity5
Requested output (Table containing the principals of each identity. Perhaps even cycle balances):
identity1 | principal | wallet principal
identity2 | principal | wallet principal
identity3 | principal | wallet principal
...
Beta Was this translation helpful? Give feedback.
All reactions