Skip to content

Added get commands#522

Merged
popenta merged 6 commits intofeat/nextfrom
get-commands
Jun 18, 2025
Merged

Added get commands#522
popenta merged 6 commits intofeat/nextfrom
get-commands

Conversation

@popenta
Copy link
Copy Markdown
Collaborator

@popenta popenta commented Jun 4, 2025

Added a couple of get commands for the most common use cases.

Added a command to get an account from the network: mxpy get account.
Added a command to get the storage of an account from the network: mxpy get keys.
Added a command to get a key from an account's storage: mxpy get storage-entry.
Added a command to get a token of an account: mxpy get token.
Added a command to get a transaction from the network: mxpy get transaction.
Added a command to get the network config: mxpy get network-config.
Added a command to get the network status: mxpy get network-status.

@popenta popenta self-assigned this Jun 4, 2025
@popenta popenta marked this pull request as draft June 4, 2025 13:22
Base automatically changed from address-config to feat/next June 17, 2025 10:25
@popenta popenta marked this pull request as ready for review June 17, 2025 11:07
Comment thread CLI.md.sh Outdated

group "Get" "get"
command "Get.Account" "get account"
command "Get.Keys" "get keys"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change "keys" to "storage" to keep it consistent with the other "storage-entry" term and docs, otherwise it's confusing.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done. will re-generate CLI.md before releasing the new version.

@popenta popenta merged commit 6c0ced9 into feat/next Jun 18, 2025
13 of 14 checks passed
@popenta popenta deleted the get-commands branch June 18, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants