-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Update cli docs #2076
R4R: Update cli docs #2076
Conversation
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.
See comments
docs/sdk/clients.md
Outdated
|
||
```bash | ||
gaiacli stake unbond begin \ | ||
<<<<<<< HEAD |
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.
Accidental?
docs/sdk/clients.md
Outdated
|
||
```bash | ||
gaiacli stake validators \ | ||
--chain-id=gaia-8000 |
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.
Not necessary
docs/sdk/clients.md
Outdated
|
||
```bash | ||
gaiacli stake validator <account_cosmosaccaddr> \ | ||
--chain-id=gaia-8000 |
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.
Not necessary
docs/sdk/clients.md
Outdated
|
||
```bash | ||
gaiacli stake delegate \ | ||
--amount=10steak \ | ||
--address-validator=$(gaiad tendermint show_validator) \ | ||
--name=<key_name> \ | ||
<<<<<<< HEAD |
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.
Accidental?
docs/sdk/clients.md
Outdated
gaiacli stake delegation \ | ||
--address-delegator=<account_cosmosaccaddr> \ | ||
--address-validator=$(gaiad tendermint show-validator) \ | ||
--chain-id=gaia-8000 |
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.
I don't think you need --chain-id
on any query commands (double-check)
docs/sdk/clients.md
Outdated
|
||
<<<<<<< HEAD |
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.
Accidental?
docs/validators/validator-setup.md
Outdated
```bash | ||
gaiacli stake signing-information <validator-pubkey>\ | ||
--chain-id=gaia-8000 | ||
>>>>>>> 1b16625e... Updated docs for clients |
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.
Accidental?
docs/validators/validator-setup.md
Outdated
@@ -62,9 +62,36 @@ View the validator's information with this command: | |||
```bash | |||
gaiacli stake validator \ | |||
--address-validator=<account_cosmosaccaddr> \ | |||
<<<<<<< HEAD |
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.
Accidental?
Codecov Report
@@ Coverage Diff @@
## release/v0.24.0 #2076 +/- ##
===================================================
+ Coverage 63.73% 63.97% +0.24%
===================================================
Files 113 113
Lines 6667 6665 -2
===================================================
+ Hits 4249 4264 +15
+ Misses 2133 2118 -15
+ Partials 285 283 -2 |
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 as long as you've run through the commands
docs/sdk/clients.md
Outdated
::: | ||
|
||
### Send Tokens | ||
|
||
```bash | ||
gaiacli send \ | ||
--amount=10faucetToken \ | ||
--chain-id=gaia-7005 \ | ||
--chain-id=gaia-8000 \ |
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.
I think we put this in as --chain-id=<chain-id>
docs/sdk/clients.md
Outdated
|
||
```bash | ||
gaiacli stake delegate \ | ||
--amount=10steak \ | ||
--address-validator=$(gaiad tendermint show_validator) \ | ||
--name=<key_name> \ | ||
--chain-id=gaia-7005 | ||
--chain-id=gaia-8000 |
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.
sed -i 's/gaia-7005/gaia-8000/g'
…into fedekunze/2026-cli-docs Pull
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.
utACK
Closes #2026
docs/
)PENDING.md
that include links to the relevant issue or PR that most accurately describes the change.cmd/gaia
andexamples/
For Admin Use: