We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab8136 commit 9a8a5cdCopy full SHA for 9a8a5cd
1 file changed
DOCUMENTATION.md
@@ -319,10 +319,10 @@ testsprite test plan put test_xxxxxxxx --steps ./refined.plan.json --dry-run --o
319
320
#### `testsprite project create` / `project update`
321
322
-Manage projects from the CLI. Both pre-flight `--target-url` against local addresses for fast feedback.
+Manage projects from the CLI. Both pre-flight `--url` against local addresses for fast feedback.
323
324
```bash
325
-testsprite project create --name "Checkout" --target-url https://staging.example.com
+testsprite project create --type frontend --name "Checkout" --url https://staging.example.com
326
testsprite project update proj_xxxxxxxx --name "Checkout v2"
327
```
328
0 commit comments