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 marten seed command #266

Merged
merged 2 commits into from
Sep 11, 2024
Merged

Add marten seed command #266

merged 2 commits into from
Sep 11, 2024

Conversation

treagod
Copy link
Contributor

@treagod treagod commented Sep 6, 2024

This commit adds a new marten seed command which executes a seed file (seed.cr by default). This can be configured by providing a -f, --file argument

#147

@treagod treagod self-assigned this Sep 6, 2024
src/marten/cli/manage/command/new/templates.cr Outdated Show resolved Hide resolved
src/marten/cli/manage/command/seed.cr Outdated Show resolved Hide resolved
src/marten/cli/manage/command/seed.cr Outdated Show resolved Hide resolved
Copy link
Member

@ellmetha ellmetha left a comment

Choose a reason for hiding this comment

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

Thank you for adding this!

@ellmetha ellmetha merged commit c01ffbd into main Sep 11, 2024
70 checks passed
@ellmetha ellmetha deleted the seed-command branch September 11, 2024 01:12
@treagod treagod linked an issue Sep 11, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add a marten seed management command
2 participants