mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
Improve UI with additional info
This commit is contained in:
@@ -29,6 +29,8 @@ pnpm add <package-name>
|
||||
- [Binaries](#binaries)
|
||||
- [Build from Source](#build-from-source)
|
||||
- [Usage](#usage)
|
||||
- [Silent Mode](#silent-mode)
|
||||
- [Verbose Mode](#verbose-mode)
|
||||
- [Debugging](#debugging)
|
||||
- [PMG in Action](#pmg-in-action)
|
||||
- [Malicious Package Detection](#malicious-package-detection)
|
||||
@@ -95,6 +97,22 @@ npm install <package-name>
|
||||
pnpm add <package-name>
|
||||
```
|
||||
|
||||
### Silent Mode
|
||||
|
||||
Use the `--silent` flag to run PMG in silent mode:
|
||||
|
||||
```bash
|
||||
pmg --silent npm install <package-name>
|
||||
```
|
||||
|
||||
### Verbose Mode
|
||||
|
||||
Use the `--verbose` flag to run PMG in verbose mode:
|
||||
|
||||
```bash
|
||||
pmg --verbose npm install <package-name>
|
||||
```
|
||||
|
||||
### Debugging
|
||||
|
||||
Use the `--debug` flag to enable debug mode:
|
||||
|
||||
Reference in New Issue
Block a user