@@ -63,7 +63,7 @@ $ localstack extensions install "git+https://github.com/localstack/localstack-ex
6363## Official LocalStack Extensions
6464
6565Here is the current list of extensions developed by the LocalStack team and their support status.
66- You can install the respective extension by calling ` localstack install <Install name> ` .
66+ You can install the respective extension by calling ` localstack extensions install <Install name> ` .
6767
6868| Extension | Install name | Version | Support status |
6969| ----------------------------------------------------------------------------------------------------| ------------ | ---------| -------------- |
@@ -75,6 +75,7 @@ You can install the respective extension by calling `localstack install <Install
7575| [ Miniflare] ( https://github.com/localstack/localstack-extensions/tree/main/miniflare ) | localstack-extension-miniflare | 0.1.0 | Experimental |
7676| [ Stripe] ( https://github.com/localstack/localstack-extensions/tree/main/stripe ) | localstack-extension-stripe | 0.2.0 | Stable |
7777| [ Terraform Init] ( https://github.com/localstack/localstack-extensions/tree/main/terraform-init ) | localstack-extension-terraform-init | 0.2.0 | Experimental |
78+ | [ TypeDB] ( https://github.com/localstack/localstack-extensions/tree/main/typedb ) | localstack-extension-typedb | 0.1.0 | Experimental |
7879
7980
8081## Developing Extensions
@@ -168,7 +169,7 @@ class ReadyAnnouncerExtension(Extension):
168169 name = " my_ready_announcer"
169170
170171 def on_platform_ready (self ):
171- LOG .info(" my plugin is loaded and localstack is ready to roll!" )
172+ LOG .info(" my plugin is loaded and localstack is ready to roll!" )
172173```
173174
174175### Package your Extension
@@ -227,9 +228,9 @@ Commands:
227228 new Create a new LocalStack extension from the official extension...
228229```
229230
230- #### Creating a new extensions
231+ #### Creating a new extension
231232
232- First, create a new extensions from a template:
233+ First, create a new extension from a template:
233234
234235``` console
235236 % localstack extensions dev new
0 commit comments