-
Notifications
You must be signed in to change notification settings - Fork 570
feat(cmd/network): implement network profile cmd
#2145
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
Conversation
…le-cmd # Conflicts: # starport/cmd/network.go
…le-cmd # Conflicts: # starport/pkg/goanalysis/goanalysis_test.go # starport/services/network/publish.go
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.
Adding some comments for my own usage
|
The output UX subject to change but I think it's a good base for the command initialization To test: Use |
|
Ready for review @ilgooz @tbruyelle @jeronimoalbi @aljo242 |
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.
lgtm
Just fixed some conflicts |
* add the profile command * add profile queries * profile command * add network profile method and print into the cmd * import sort * fix unit tests for network publish command * use profile interface * fix wrong coord address * grpc error responses * update spn and mocks * fix the profile command and balances * remove omitted fields * fix unit tests * fix unit tests * apply comment suggestions regarding code style * handle not found address * fix imports * fix imports 2 * some fixes = * fix cli * some fixes * goimport * fix test Co-authored-by: ltacker <lucas.bertrand.22@gmail.com>
close #2073
Description
Create starport network profile command to show all address info, like vouchers, shares, and descriptions.
How to test