-
Notifications
You must be signed in to change notification settings - Fork 16
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
(Feature): Add ability to pass in additional-properties in Web5 CLI to web5 vc create
#326
Comments
web5 vc create
.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
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 propertiesExample 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! 🎉
The text was updated successfully, but these errors were encountered: