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
Adds links to Run terms of service and privacy policy to the help text
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
runware upload <file|url># Upload an image asset; prints imageUUID (and taskUUID) for use in run params
181
+
```
182
+
183
+
Accepts a local file path, public URL, or data URI. The returned imageUUID can be passed to parameters like `inputs.seedImage=<imageUUID>` on the `run` command. The taskUUID can be used with `runware result`.
184
+
185
+
### Result
186
+
187
+
```shell
188
+
runware result <taskUUID># Resume waiting for an async task by UUID
189
+
```
190
+
191
+
Use when `runware run` was interrupted before a task completed. The taskUUID is printed when the task is first submitted.
192
+
175
193
### Other
176
194
177
195
```shell
@@ -315,7 +333,8 @@ Once installed, `Tab` works at every level:
0 commit comments