Skip to content

Add start snowflake cli command #12529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eruditmorina
Copy link
Contributor

Motivation

  • Provide a direct approach to start LocalStack for Snowflake by running localstack start snowflake instead of passing the IMAGE_NAME environment variable.
  • The same env variable can still be passed to override the image version, though in the future we can introduce a cli option that can be passed to specify versions explicitly, i.e. localstack start snowflake --v 0.3.0. We can even drop the environment variable completely at that point, considering this can be scaled for other platforms as well! Happy to discuss and get more opinions on this!

Changes

  • Switched start to a cli group in order to contain other sub-commands while making it available to be run as a standalone command too
  • Added snowflake sub-command to support starting LocalStack for Snowflake

Copy link

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 54m 35s ⏱️ + 1m 56s
4 370 tests ±0  4 014 ✅ ±0  356 💤 ±0  0 ❌ ±0 
4 372 runs  ±0  4 014 ✅ ±0  358 💤 ±0  0 ❌ ±0 

Results for commit f2bd7ab. ± Comparison against base commit 2ec3574.

@eruditmorina eruditmorina added this to the Playground milestone Apr 25, 2025
@eruditmorina eruditmorina self-assigned this Apr 25, 2025
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.

1 participant