Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Runware CLI

A command-line tool for interacting with the [Runware](https://runware.ai) inference API. Built in Go, distributed as a single static binary.
A command-line tool for interacting with the [Runware](https://runware.ai) API. Built in Go, distributed as a single static binary.

Run image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, search models, and more.
Comment thread
danmrichards marked this conversation as resolved.

## Install

Expand Down
6 changes: 3 additions & 3 deletions docs/runware.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## runware

CLI tool for the Runware inference API
CLI tool for the Runware API

### Synopsis

A command-line tool for interacting with the Runware inference API.
Generate images, search models, manage your account, and more.
A command-line tool for interacting with the Runware API.
Run image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, search models, and more.

Use of Runware services is subject to our Terms of Service (https://runware.ai/terms) and Privacy Policy (https://runware.ai/privacy).

Expand Down
2 changes: 1 addition & 1 deletion docs/runware_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Account information, team, and API keys

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API
* [runware account details](runware_account_details.md) - Show account details, team, API keys, and usage

2 changes: 1 addition & 1 deletion docs/runware_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Login, logout, and check authentication status.

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API
* [runware auth login](runware_auth_login.md) - Authenticate with an API key
* [runware auth logout](runware_auth_logout.md) - Clear stored credentials
* [runware auth status](runware_auth_status.md) - Show current auth state
Expand Down
2 changes: 1 addition & 1 deletion docs/runware_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ runware completion [bash|zsh|fish|powershell] [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

2 changes: 1 addition & 1 deletion docs/runware_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Manage CLI configuration

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API
* [runware config path](runware_config_path.md) - Print config file path
* [runware config reset](runware_config_reset.md) - Reset configuration defaults
* [runware config set](runware_config_set.md) - Set a config value
Expand Down
2 changes: 1 addition & 1 deletion docs/runware_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Manage and search models

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API
* [runware model examples](runware_model_examples.md) - Show example requests for a model
* [runware model pricing](runware_model_pricing.md) - Show pricing for a model
* [runware model schema](runware_model_schema.md) - Show the request/response schema for a model
Expand Down
2 changes: 1 addition & 1 deletion docs/runware_ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ runware ping [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

2 changes: 1 addition & 1 deletion docs/runware_preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Manage named presets

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API
* [runware preset delete](runware_preset_delete.md) - Delete a preset
* [runware preset list](runware_preset_list.md) - List all saved presets
* [runware preset save](runware_preset_save.md) - Save a named preset
Expand Down
2 changes: 1 addition & 1 deletion docs/runware_result.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ runware result <taskUUID> [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

2 changes: 1 addition & 1 deletion docs/runware_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ runware run <model> [key=value ...] [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

2 changes: 1 addition & 1 deletion docs/runware_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ runware upload <file|url> [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

2 changes: 1 addition & 1 deletion docs/runware_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ runware version [flags]

### SEE ALSO

* [runware](runware.md) - CLI tool for the Runware inference API
* [runware](runware.md) - CLI tool for the Runware API

6 changes: 3 additions & 3 deletions internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ func NewRootCmd(logger *log.Logger) *cobra.Command {

root := &cobra.Command{
Use: "runware",
Short: "CLI tool for the Runware inference API",
Long: `A command-line tool for interacting with the Runware inference API.
Generate images, search models, manage your account, and more.
Short: "CLI tool for the Runware API",
Long: `A command-line tool for interacting with the Runware API.
Run image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, search models, and more.

Use of Runware services is subject to our Terms of Service (https://runware.ai/terms) and Privacy Policy (https://runware.ai/privacy).`,
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
Expand Down