Skip to content

Commit cc7610a

Browse files
authored
docs: readme
1 parent 76ef21f commit cc7610a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Zero-click Appwrite test environments
66
pip install appwrite-lab
77
```
88
## Appwrite Lab features (coming)
9-
1. Spin up ephemeral Appwrite instances with Docker/Podman
10-
2. Automatically grab API keys (for programmatic access)
11-
3. Test suite
12-
4. Environment syncing
13-
5. Appwrite data population
14-
6. Clean teardowns
9+
- [x] Spin up ephemeral Appwrite instances with Docker/Podman
10+
- [x] Automatically grab API keys (for programmatic access)
11+
- [ ] Test suite
12+
- [ ] Environment syncing
13+
- [ ] Appwrite data population
14+
- [x] Clean teardowns
1515

1616

1717
## CLI Usage
@@ -23,7 +23,7 @@ appwrite-lab --help
2323
To get started spinning up a lab instance, use:
2424

2525
```sh
26-
appwrite-lab new lab --name test-lab --version 1.7.4
26+
appwrite-lab new lab test-lab --version 1.7.4
2727
```
2828

2929
To teardown,

0 commit comments

Comments
 (0)