Skip to content

Commit 5886bbb

Browse files
committed
fix some docs
1 parent aca868d commit 5886bbb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,13 @@ Used to configure and start the main LocalStack service.
156156

157157
Used to manage the state of a running LocalStack instance using Cloud Pods (Pro only).
158158

159-
| Input | Description | Default | Example |
160-
| ------------ | ------------------------------------------------------------------------------------ | --------- | ------------------------------------------------ |
161-
| `auth-token` | LocalStack Pro Auth Token (as Dagger `Secret`). Required for `save` and `load`. | `None` | `dagger call state --auth-token=env:LOCALSTACK_AUTH_TOKEN` |
162-
| `load` | Name of the LocalStack Cloud Pod to load into the running instance. | `None` | `dagger call state --load=my-pod` |
163-
| `save` | Name under which to save the current state as a LocalStack Cloud Pod. | `None` | `dagger call state --save=my-pod` |
164-
| `reset` | If `true`, resets the state of the running LocalStack instance. | `False` | `dagger call state --reset` |
159+
| Input | Description | Default | Example |
160+
| ------------ | ------------------------------------------------------------------------------------ | ---------------------------- | ------------------------------------------------ |
161+
| `auth-token` | LocalStack Pro Auth Token (as Dagger `Secret`). Required for `save` and `load`. | `None` | `dagger call state --auth-token=env:LOCALSTACK_AUTH_TOKEN` |
162+
| `load` | Name of the LocalStack Cloud Pod to load into the running instance. | `None` | `dagger call state --load=my-pod` |
163+
| `save` | Name under which to save the current state as a LocalStack Cloud Pod. | `None` | `dagger call state --save=my-pod` |
164+
| `reset` | If `true`, resets the state of the running LocalStack instance. | `False` | `dagger call state --reset` |
165+
| `endpoint` | LocalStack endpoint to connect to. | `host.docker.internal:4566` | `dagger call state --endpoint=localhost:4566` |
165166

166167
### `ephemeral`
167168

@@ -186,8 +187,8 @@ To contribute or make local changes to this module:
186187
cd localstack-dagger-module
187188
```
188189
2. Run `dagger develop` to set up the development environment.
189-
3. Make your changes, typically within the Dagger module source files (e.g., in `.dagger/src/`).
190-
4. Test your changes locally using `dagger call` or `dagger test` as described in the sections above.
190+
3. Make your changes, typically within the Dagger module source files (e.g., in `src/localstack/main.py`).
191+
4. Test your changes locally using `dagger call` as described in the sections above.
191192

192193
## License
193194

0 commit comments

Comments
 (0)