-
Notifications
You must be signed in to change notification settings - Fork 279
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
[refactor] #4167: asset subcommand in client CLI to be consistent #4200
[refactor] #4167: asset subcommand in client CLI to be consistent #4200
Conversation
b2a22da
to
693e27c
Compare
Need to make CI pass fine |
Yes, sure for that I would contact Alex when he gets better. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the help section for the commands in #4167 should also be updated to reflect removal of 'from' parameters
yes, i will do that |
2d39411
faa06a7
to
2d39411
Compare
Pull Request Test Coverage Report for Build 7528303053
💛 - Coveralls |
3ed6cc8
to
51ffe9b
Compare
5ddb06b
to
aee145e
Compare
Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com>
aee145e
to
45c2a17
Compare
Signed-off-by: alexstroke <111361420+astrokov7@users.noreply.github.com>
Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com>
85d03b7
into
hyperledger-iroha:iroha2-dev
…be consistent (hyperledger-iroha#4200) * [change]: cli asset parameters to be consistent Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> * [fix] Update client cli command for tests Signed-off-by: alexstroke <111361420+astrokov7@users.noreply.github.com> --------- Signed-off-by: Asem-Abdelhady <asemshawkey@gmail.com> Signed-off-by: alexstroke <111361420+astrokov7@users.noreply.github.com> Co-authored-by: alexstroke <busyfifer@gmail.com>
Description
In asset subcommand in the CLI operations like
mint
,burn
,get
,transfer
hadregister
. I refactored the subcommand to follow the suggestions in #4167.Linked issue
Closes #4167
Use cases
Register
./iroha_client_cli asset --definition-id="tea#looking_glass" --value-type=Quantity
Mint
Burn
Get
./iroha_client_cli asset get --asset-id="tea##mad_hatter@looking_glass"
Transfer
Checklist
CONTRIBUTING.md