diff --git a/apps/cli/README.md b/apps/cli/README.md index e8d610647f78..295d8410df5b 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -210,8 +210,6 @@ Usage: ledger-live firmwareUpdate # Perform a firmware update --osuVersion : (to your own risk) provide yourself an OSU version to flash the device with --listOSUs : list all available OSUs (for all devices, beta and prod versions) -Usage: ledger-live generateAppJsonFromDataset # Extract accounts from test datasets and print a sample app.json usable for tests - Usage: ledger-live generateTestScanAccounts # Generate a test for scan accounts (live-common dataset) -d, --device : provide a specific HID path of a device --xpub : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id] @@ -266,6 +264,8 @@ Usage: ledger-live generateTestTransaction # Generate a test for transaction (li --rewardDestination : Reward destination --fee : how much fee --tag : ripple tag + --solanaValidator : validator address to delegate to + --solanaStakeAccount : stake account address to use in the transaction --memoType : stellar memo type --memoValue : stellar memo value --storageLimit : how much storageLimit. default is estimated with the recipient @@ -326,6 +326,8 @@ Usage: ledger-live getTransactionStatus # Prepare a transaction and returns 'Tra --rewardDestination : Reward destination --fee : how much fee --tag : ripple tag + --solanaValidator : validator address to delegate to + --solanaStakeAccount : stake account address to use in the transaction --memoType : stellar memo type --memoValue : stellar memo value --storageLimit : how much storageLimit. default is estimated with the recipient @@ -467,6 +469,8 @@ Usage: ledger-live send # Send crypto-assets --rewardDestination : Reward destination --fee : how much fee --tag : ripple tag + --solanaValidator : validator address to delegate to + --solanaStakeAccount : stake account address to use in the transaction --memoType : stellar memo type --memoValue : stellar memo value --storageLimit : how much storageLimit. default is estimated with the recipient @@ -482,8 +486,9 @@ Usage: ledger-live send # Send crypto-assets Usage: ledger-live signMessage # Sign a message with the device on specific derivations (advanced) -c, --currency : Currency name or ticker. If not provided, it will be inferred from the device. --path : HDD derivation path - --derivationMode : derivationMode to use --message : the message to sign + --rawMessage : raw message to sign (used by walletconnect) + --parser : parser used for the message. Default: String Usage: ledger-live speculosList # list apps available for speculos @@ -518,6 +523,10 @@ Usage: ledger-live sync # Synchronize accounts with blockchain --paginateOperations : if defined, will paginate operations -f, --format : how to display the data +Usage: ledger-live synchronousOnboarding # track the onboarding status of your device + -p, --pollingPeriodMs : polling period in milliseconds + -d, --device : provide a specific HID path of a device + Usage: ledger-live testDetectOpCollision # Detect operation collisions -d, --device : provide a specific HID path of a device --xpub : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id] @@ -574,5 +583,4 @@ Usage: ledger-live walletconnect # Create a walletconnect session :::::::-.` ....`` - ```