localstack / localstack/localstack-extensions
Error: No such command 'proxy'.
- Dominant language
- Python
- Stars
- 47
- Forks
- 19
- Avg merge
- 2h 2m
- Merged PRs (30d)
- 1
Description
Running on windows if it matters.
I have installed the replicator extension CLI package:
```
pip install localstack-extension-aws-replicator
Requirement already satisfied: localstack-extension-aws-replicator in c:\users\redacted\appdata\local\programs\python\python313\lib\site-packages (0.1.24)
```
I try to run the extension:
```
localstack aws proxy -c proxy_config.yml
Usage: localstack.exe aws [OPTIONS] COMMAND [ARGS]...
Try 'localstack.exe aws -h' for help.
Error: No such command 'proxy'.
```
Contributor guide
Research direction
Start by reproducing the Windows command from the issue with the installed localstack-extension-aws-replicator package and inspect the `localstack aws` CLI entry point and its command registration. Determine why `proxy` is not available, then verify that the extension command is recognized and accepts `-c proxy_config.yml`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100