Skip to content

Commit 9a8a5cd

Browse files
authored
docs(project): fix create URL flag example (#42)
1 parent 3ab8136 commit 9a8a5cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ testsprite test plan put test_xxxxxxxx --steps ./refined.plan.json --dry-run --o
319319

320320
#### `testsprite project create` / `project update`
321321

322-
Manage projects from the CLI. Both pre-flight `--target-url` against local addresses for fast feedback.
322+
Manage projects from the CLI. Both pre-flight `--url` against local addresses for fast feedback.
323323

324324
```bash
325-
testsprite project create --name "Checkout" --target-url https://staging.example.com
325+
testsprite project create --type frontend --name "Checkout" --url https://staging.example.com
326326
testsprite project update proj_xxxxxxxx --name "Checkout v2"
327327
```
328328

0 commit comments

Comments
 (0)