Skip to content

Commit 06da2f1

Browse files
Add argument --which=<values> for 'rsc config' and 'rsc reset' (fixes #111)
1 parent 1f92403 commit 06da2f1

File tree

2 files changed

+192
-139
lines changed

2 files changed

+192
-139
lines changed

NEWS.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
### New Features
44

5-
* Add support for `rsc reset --user-state-dir`, which will backup
6-
the user's RStudio state storage folder
7-
(e.g. `~/.local/share/rstudio`) to a dated tar file, and then
8-
remove that folder. This can be used as a last resort when the
9-
RStudio Server gets stuck at "R is taking longer to start than
5+
* Add option `--which=<values>` for `rsc config`, which default to
6+
`--which="rsc,rstudio,user"`, where `rsc` displays the RStudio
7+
Server Controller settings, `rstudio` the RStudio configuration,
8+
and `user` on the RStudio user storage.
9+
10+
* Add option `--which=<values>` for `rsc reset`, which default to
11+
support for `rsc reset --which="rsc"`, which resets the RStudio
12+
Server Controller settings. If `user`, the user's RStudio state
13+
storage folder (e.g. `~/.local/share/rstudio`) to a dated tar file,
14+
and then remove that folder. This can be used as a last resort when
15+
the RStudio Server gets stuck at "R is taking longer to start than
1016
usual" after logging in.
1117

1218
* Add environment variable `RSC_RSESSION_TIMEOUT_SUSPEND` to control

0 commit comments

Comments
 (0)