localstack / localstack/localstack-extensions

Error: No such command 'proxy'.

Open
#99 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.