Skip to content
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

Add an --edge option to the new management command #224

Open
ellmetha opened this issue Apr 10, 2024 · 1 comment
Open

Add an --edge option to the new management command #224

ellmetha opened this issue Apr 10, 2024 · 1 comment

Comments

@ellmetha
Copy link
Member

Description

Let's make it possible to generate new projects (or applications) that use the development version of Marten through the use of an --edge / -e option. When this option is set, the generated project structure should include a shard.override.yml file (in addition to the shard.yml file) with the following content:

dependencies:
  marten:
    github: martenframework/marten
    branch: main

This will ensure that the project uses the development version of Marten (main branch) when running the shards install command (ref).

@notramo
Copy link
Contributor

notramo commented Apr 19, 2024

I would recommend --nightly, or --dev-preview as those seem less ambigous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants