Skip to content
Open
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: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ testsprite test plan put test_xxxxxxxx --steps ./refined.plan.json --dry-run --o

#### `testsprite project create` / `project update`

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.

```bash
testsprite project create --name "Checkout" --target-url https://staging.example.com
testsprite project create --type frontend --name "Checkout" --url https://staging.example.com
testsprite project update proj_xxxxxxxx --name "Checkout v2"
```

Expand Down