Skip to content

change localstack start command#54

Merged
DrisDary merged 2 commits into
mainfrom
localstak-start-change
Feb 27, 2026
Merged

change localstack start command#54
DrisDary merged 2 commits into
mainfrom
localstak-start-change

Conversation

@DrisDary

@DrisDary DrisDary commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

The localstack 4.14.0 release (Feb 26) migrated the CLI package namespace from localstack.* to localstack_cli.* as part of the uv migration work in the upstream repos. This broke the "Start LocalStack" CI step which used python -m localstack.cli.main, since that module no longer exists in the new package.

Updated the CLI invocation from python -m localstack.cli.main to python -m localstack_cli.cli.main to match the new package structure.

@DrisDary DrisDary marked this pull request as ready for review February 27, 2026 15:04

@paolosalvatori paolosalvatori left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@DrisDary DrisDary merged commit f8d8c66 into main Feb 27, 2026
16 checks passed
DrisDary added a commit that referenced this pull request Jun 1, 2026
* change localstack start command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants