File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Zero-click Appwrite test environments
66pip 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
2323To 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
2929To teardown,
You can’t perform that action at this time.
0 commit comments