You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+20-4
Original file line number
Diff line number
Diff line change
@@ -86,20 +86,18 @@ To make your package or platform available in roc-start, simply make a pull requ
86
86
A simple CLI tool for starting or upgrading roc projects. Specify your platform and packages by name, and roc-start will create a new .roc file or update an existing one with the either the versions you specify, or the latest releases. If no arguments are specified, the TUI app will be launched instead.
tui Use the TUI app to browse and search for platforms and packages.
94
-
update Update the platform and package repositories and scripts. Update all, or specify which to update.
93
+
update Update the platform and package repositories and plugins. Update all, or specify which to update.
95
94
app Create a new roc app with the specified name, platform, and packages.
96
95
package Create a new roc package main file with all specified packages dependencies.
97
96
upgrade Upgrade the platform and/or packages in an app or package
98
97
config Configure the default settings for the roc-start CLI tool.
99
98
100
99
Options:
101
100
-v STR, --verbosity STR Set the verbosity level to one of: verbose, quiet, or silent.
102
-
--theme STR Set the color theme to use one of: roc-mono, roc-c16, roc, warn-only, no-color, coffee-cat-dark, coffee-cat-light.
103
101
-h, --help Show this help page.
104
102
-V, --version Show the version.
105
103
```
@@ -116,6 +114,7 @@ Arguments:
116
114
117
115
Options:
118
116
-f, --force Force overwrite of existing file.
117
+
--no-plugin Force roc-start to use fallback generation insteaad of platform specific plugin.
119
118
-o STR, --out STR The name of the output file (Defaults to `main.roc`). Extension is not required.
120
119
-p STR, --platform STR The platform to use (Defaults to `basic-cli=latest` unless otherwise configured). Set the version with `--platform <platform>:<version>`.
121
120
-h, --help Show this help page.
@@ -139,6 +138,23 @@ Options:
139
138
-V, --version Show the version.
140
139
```
141
140
141
+
### roc-start update --help
142
+
```
143
+
Update the platform and package repositories and plugins. Update all (excluding installation), or specify which to update.
144
+
145
+
Usage:
146
+
roc-start update [options]
147
+
148
+
Options:
149
+
-k, --packages Update the package repositories.
150
+
-f, --platforms Update the platform repositories.
151
+
-s, --plugins Update the platform plugins.
152
+
-t, --themes Update the available color themes.
153
+
-i, --install Install the latest version of roc-start.
0 commit comments