Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/eportal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,21 @@ configuration.
![](/images/eportal-libcare-feed.png)


### Disable arbitrary patchset

To disable a patchset, run the following command:

```
kc.eportal kcare unroll K20210129_02
```

If you want to remove a patches instead of disabling them, you can use the
`--delete` option:

```
kc.eportal kcare unroll K20210129_02 --delete
```

### CLI to install the latest patchsets

To update the default feed, run the following command:
Expand Down