Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/content/docs/aws/tooling/localstack-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It provides convenience features to interact with LocalStack features like Cloud
To install the LocalStack CLI, follow the [installation guide](/aws/getting-started/installation/#installing-localstack-cli).

:::note
This documentation was auto-generated from LocalStack CLI version `LocalStack CLI 4.13.1`.
This documentation was auto-generated from LocalStack CLI version `LocalStack CLI 4.14.0`.
:::

## Global Options
Expand Down Expand Up @@ -751,7 +751,7 @@ Options:
-h, --help Show this message and exit.

Commands:
dev
dev Developer tools for developing LocalStack extensions.
init Initialize the LocalStack extensions environment.
install Install a LocalStack extension.
list List installed extension.
Expand All @@ -763,11 +763,13 @@ Commands:

#### `extensions dev`


Developer tools for developing LocalStack extensions.

```bash
Usage: localstack extensions dev [OPTIONS] COMMAND [ARGS]...

Developer tools for developing LocalStack extensions.

Options:
-h, --help Show this message and exit.

Expand Down