Closed blackgirlbytes closed 2 weeks ago
.take
For the First task, i thought about the first approach but it seams to requires lots of typing which increases the chances for errors. Nevertheless, its ease of use is much appreciated when compared to a config file, which has a requirement of passing a correct file path, but can improve the speed of passing lots of additional parameters.
Therefore i have settled on an approach that makes use of the best of both worlds:
web5 vc create rizel \
--portable-did $PORTABLE_DID \
--issuer "did:dht:pe45oj88hq9zza3cjd41r5rej9ekfg9bq7k4jjeaw889t78jesko" \
--expiration-date "2025-12-31T23:59:59Z" \
--x-role "engineer" \
--x-clearance "level5"
--x "./path-to-env"
Precedence: Key-Value > Env File
Hi @aruokhai,
Your initial .take
command didn't assign the issue to you because you edited your comment. If you're still interested in working on this issue, please follow these steps:
.take
in your new comment.Once you do this, the issue should be assigned to you, and you can start working on it.
Let me know if you need any further clarification!
Thanks for taking this issue! Let us know if you have any questions!
Hi @aruokhai - wanted to check back and see if you had any questions or needed help β€
i can pick it up if @aruokhai is unable to complete it.
I'll reassign it to you since I know you just worked on the presentation definition part of the web5 cli so you may be familiar with this. @w3irdrobot
@aruokhai I can help you find more related issues if you're interested!
π Goal
Enhance the
web5 vc create
command to allow users to pass in additional properties when creating a Verifiable Credential.π Tasks
web5 vc create
command to accept additional properties Example below:π Resources
Getting Started
π Questions?
If you have any questions or need clarification, please comment on this issue or join our Discord community. Happy coding! π