-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[Move] Added support for object vectors to Sui JSON #4526
Conversation
Thanks @awelc can you please show a sample usage of it in CLI? |
Examples have been added to the docs (doc/src/build/cli-client.md). Did you mean adding (integration?) tests? |
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.
Thanks for making the updates to the .md files. Added a few suggested updates for clarity and style consistency.
To gain a deeper view into the object, include the | ||
> `--json` flag in the `sui client` command to see the raw JSON representation | ||
> of the object. |
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.
To gain a deeper view into the object, include the | |
> `--json` flag in the `sui client` command to see the raw JSON representation | |
> of the object. | |
To view the raw JSON representation of the object, include the | |
> `--json` flag in the `sui client` command. For example, | |
`sui client --json` |
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.
This one is unrelated to the current PR and does not sound quite right. For the sake of expediency I suggest changing it in a separate PR if necessary
Co-authored-by: Randall-Mysten <[email protected]>
Co-authored-by: Randall-Mysten <[email protected]>
This PR adds support for recently added object vectors (#4349) to Sui JSON enabling object vectors use in the CLI.