Skip to content

Commit a41cd12

Browse files
authored
docs: fix stray bracket in provider create command example (#2275)
Key Commands table showed --type [type]] --from-existing with an extra closing bracket.
1 parent 97e1051 commit a41cd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Docker-backed GPU sandboxes auto-select CDI when available and otherwise fall ba
165165
| `openshell sandbox create -- <agent>` | Create a sandbox and launch an agent. |
166166
| `openshell sandbox connect [name]` | SSH into a running sandbox. |
167167
| `openshell sandbox list` | List all sandboxes. |
168-
| `openshell provider create --type [type]] --from-existing` | Create a credential provider from env vars. |
168+
| `openshell provider create --type [type] --from-existing` | Create a credential provider from env vars. |
169169
| `openshell policy set <name> --policy file.yaml` | Apply or update a policy on a running sandbox. |
170170
| `openshell policy get <name>` | Show the active policy. |
171171
| `openshell inference set --provider <p> --model <m>` | Configure the `inference.local` endpoint. |

0 commit comments

Comments
 (0)