@ledgerhq/live-cli 24.45.0 → 24.45.1-nightly.20260623030753
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -5
- package/lib/cli.js +160169 -151466
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm i --global @ledgerhq/live-cli
|
|
|
14
14
|
|
|
15
15
|
## Run commands
|
|
16
16
|
|
|
17
|
-
Jump to the [documentation](#
|
|
17
|
+
Jump to the [documentation](#documentation) for more information about the available commands.
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
ledger-live <commands>
|
|
@@ -26,14 +26,17 @@ ledger-live <commands>
|
|
|
26
26
|
|
|
27
27
|
### Requirements
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
- [Python](https://www.python.org/) (v3.5+)
|
|
29
|
+
- Toolchain installed from the repository root with `mise install`
|
|
30
|
+
- Dependencies installed with `pnpm i`
|
|
32
31
|
- On Linux: `sudo apt-get update && sudo apt-get install libudev-dev libusb-1.0-0-dev`
|
|
33
32
|
|
|
33
|
+
The pinned Node and pnpm versions live in the root [`mise.toml`](../../mise.toml).
|
|
34
|
+
See [repo commands](../../docs/repo-commands.md) for maintained setup,
|
|
35
|
+
build, and test commands.
|
|
36
|
+
|
|
34
37
|
## Install
|
|
35
38
|
|
|
36
|
-
> Reminder: all commands should be run
|
|
39
|
+
> Reminder: all commands should be run from the repository root.
|
|
37
40
|
|
|
38
41
|
```bash
|
|
39
42
|
# install dependencies
|