From d8ce3e709c440b7cf7c63cbdb83f85a43a1eaacb Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Tue, 14 Jul 2026 21:36:04 +0200 Subject: [PATCH] docs: fix stray bracket in provider create command example Key Commands table showed --type [type]] --from-existing with an extra closing bracket. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff72647a5c..33b2736bc2 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Docker-backed GPU sandboxes auto-select CDI when available and otherwise fall ba | `openshell sandbox create -- ` | Create a sandbox and launch an agent. | | `openshell sandbox connect [name]` | SSH into a running sandbox. | | `openshell sandbox list` | List all sandboxes. | -| `openshell provider create --type [type]] --from-existing` | Create a credential provider from env vars. | +| `openshell provider create --type [type] --from-existing` | Create a credential provider from env vars. | | `openshell policy set --policy file.yaml` | Apply or update a policy on a running sandbox. | | `openshell policy get ` | Show the active policy. | | `openshell inference set --provider

--model ` | Configure the `inference.local` endpoint. |