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

allow options for explicit locations of configuration and migrations #5

Open
emicklei opened this issue Aug 24, 2018 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@emicklei
Copy link
Owner

then you can do:

gmig up --config config/staging  --migrations migrations/pre-deploy

currently, gmig wants migrations to be in the current working directoy and the configuration folder to be relative to that.

@emicklei
Copy link
Owner Author

see #6

emicklei added a commit that referenced this issue Aug 27, 2018
issue #5 added --migrations option for up,down,status,force
@emicklei
Copy link
Owner Author

--config should take a config file instead of a folder.

as the configuration formal will change to YAML:

gmig up --config some_folder/some_config.yaml

@emicklei emicklei added the enhancement New feature or request label Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant