Skip to content

Commit

Permalink
[marinade-ts-cli] bump version for 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 14, 2023
1 parent 451b7bd commit 7a1ee18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@ Options:
-V, --version output the version number
-u, --url <url-or-moniker> URL of Solana cluster or moniker (m/mainnet/mainnet-beta, d/devnet, t/testnet) (default: "m")
--commitment <commitment> Commitment (default: "confirmed")
-k, --keypair <keypair-or-ledger> Wallet keypair (path or ledger url in format usb://ledger/[<pubkey>][?key=<derivedPath>]) (default: ~/.config/solana/id.json)
-k, --keypair <keypair-or-ledger> Wallet keypair (path or ledger url in format usb://ledger/[<pubkey>][?key=<derivedPath>]) (default:
~/.config/solana/id.json)
-s, --simulate Simulate (default: false)
-p, --print-only Print only mode, no execution, instructions are printed in base64 to output. This can be used for placing the admin commands to SPL Governance UI by hand. (default: false)
-p, --print-only Print only mode, no execution, instructions are printed in base64 to output. This can be used for
placing the admin commands to SPL Governance UI by hand. (default: false)
--skip-preflight setting transaction execution flag "skip-preflight" (default: false)
-d, --debug Debug (default: false)
-v, --verbose Verbose (the same as --debug) (default: false)
-h, --help display help for command
Commands:
balance [account-pubkey] Show account balance
show-referral-state <referral-code> Show Marinade referral partner's state
show [options] Show marinade state
show [options] [state-address] Show marinade state
add-liquidity <amount-sol> Provide liquidity to the liquidity pool
remove-liquidity <amount-sol> Remove liquidity from the liquidity pool
deposit [options] <amount-sol> Deposit SOL
Expand All @@ -36,6 +39,7 @@ Commands:
order-unstake <amount-msol> Order unstake to get a ticket that can be claimed later
withdraw-stake-account [options] <amount-msol> Withdraw stake account
show-tickets [options] Show delayed unstake tickets for a beneficiary (initialized by order-unstake)
show-event <event-data> Showing data of anchor event
help [command] display help for command
```

Expand Down
2 changes: 1 addition & 1 deletion packages/marinade-ts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marinade.finance/marinade-ts-cli",
"version": "5.1.5",
"version": "5.1.6",
"description": "Marinade typescript-based CLI",
"license": "ISC",
"author": "Marinade.Finance",
Expand Down

0 comments on commit 7a1ee18

Please sign in to comment.