You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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`|
|`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`|
165
166
166
167
### `ephemeral`
167
168
@@ -186,8 +187,8 @@ To contribute or make local changes to this module:
186
187
cd localstack-dagger-module
187
188
```
188
189
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.
0 commit comments