This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
separate deploy modules from rest extensions and transforms #231
Labels
Comments
Sounds like a reasonable idea to me. I'd say:
Does that cover what you're looking for? |
Even better than I just did in my fork;-) |
Think I accidentally closed it |
I'd be happy to get a pull request with the commands outlined above. :) Please make it on the dev branch if you pursue this (dev is where it will go, so that would let me get it integrated sooner). |
I am working on it now. You'll get the pull request as soon as I'm ready |
I already added ml deploy rest a while ago. |
Yes, but this goes further, upto the level of single extensions and transforms you want to get deployed.. |
Fixed in dev (and master?) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it an idea to add extra commands for deployment of the src folder (only the website and libraries if any), deployment of rest extensions and deployment of custom transforms?
So when you do deploy modules it will deploy everything
deploy rest will deploy only the rest extensions, with an extra option to just deploy a single extension if you specify the name of the extension and deploy transform will deploy only the transforms , with an extra option to just deploy a single transform when you specify the name of the transform.
The text was updated successfully, but these errors were encountered: