ockam icon indicating copy to clipboard operation
ockam copied to clipboard

feat(rust): improve output of `project enroll` command

Open adrianbenavides opened this issue 10 months ago • 0 comments

Current output

It shows cryptic information that the user won't understand/use. Also the format is not aligned with the rest of the commands.

image

Proposed output

In this case, it shows more contextualized information:

  • The identity name instead of the identifier, because it's what we use as the input in the commands
  • The creation and expiration dates for the credential
  • The attributes associated with the credential

image

adrianbenavides avatar Apr 25 '24 06:04 adrianbenavides