@@ -15,17 +15,10 @@ It provides convenience features to interact with LocalStack features like Cloud
1515To install the LocalStack CLI, follow the [ installation guide] ( /aws/getting-started/installation/#installing-localstack-cli ) .
1616
1717::: note
18- ** lstk** : We are currently rolling out ` lstk ` , a new, high-performance CLI built in Go.
19- Check it out [ here] ( /aws/tooling/lstk/ ) .
18+ This documentation was auto-generated from LocalStack CLI version ` LocalStack CLI 2026.3.0 ` .
2019:::
2120
22- ## LocalStack CLI
23-
24- ::: note
25- This documentation was auto-generated from LocalStack CLI version ` LocalStack CLI 4.14.0 ` .
26- :::
27-
28- ### Global Options
21+ ## Global Options
2922
3023The following global options are available for the ` localstack ` CLI:
3124
@@ -36,7 +29,7 @@ The following global options are available for the `localstack` CLI:
3629| ` -p ` , ` --profile TEXT ` | Set the configuration profile |
3730| ` -h ` , ` --help ` | Show help message and exit |
3831
39- ### Commands
32+ ## Commands
4033
4134The following commands are available for managing your LocalStack instance.
4235
@@ -86,8 +79,10 @@ Set your Localstack auth token to allow you to start LocalStack
8679``` bash
8780Usage: localstack auth set-token [OPTIONS] AUTH_TOKEN
8881
89- Set up your auth token to activate your LocalStack for AWS license.
90- This differs from localstack auth login, which is used for platform features such as syncing Cloud Pods with your web account.
82+ Configure your auth token. Your auth token is used the license activation to
83+ activate LocalStack Pro. This is different from ` localstack auth login`
84+ which enables platform features such as pushing cloud pods to your webapp
85+ account.
9186
9287 The auth token you configure here will be passed to the
9388 ` LOCALSTACK_AUTH_TOKEN` environment variable of the LocalStack container
@@ -964,7 +959,7 @@ Usage: localstack pod list [OPTIONS] [REMOTE]
964959 With the --public flag, it lists the all the available public Cloud Pods. A
965960 public Cloud Pod is available across the boundary of a user and/or
966961 organization. In other words, any public Cloud Pod can be injected by any
967- other user holding a LocalStack for AWS license.
962+ other user holding a LocalStack Pro (or above) license.
968963
969964Options:
970965 -p, --public List all the available public Cloud Pods
@@ -1163,10 +1158,13 @@ Usage: localstack replicator start [OPTIONS]
11631158 be set. ` AWS_ENDPOINT_URL` and ` AWS_SESSION_TOKEN` are optional.
11641159
11651160Options:
1166- --replication-type [MOCK| SINGLE_RESOURCE| BATCH]
1167- Type of replication job: MOCK,
1168- SINGLE_RESOURCE, BATCH [default:
1169- SINGLE_RESOURCE]
1161+ --replication-type [SINGLE_RESOURCE| BATCH]
1162+ Type of replication job: SINGLE_RESOURCE,
1163+ BATCH [default: SINGLE_RESOURCE]
1164+ --explore-strategy [SIMPLE| TREE]
1165+ How we explore the resource tree. SIMPLE
1166+ only replicates the resource requested.
1167+ [default: SIMPLE]
11701168 --resource-arn TEXT ARN of the resource to recreate. Optional
11711169 for SINGLE_RESOURCE replication
11721170 --resource-type TEXT CloudControl type of the resource to
0 commit comments