-
Notifications
You must be signed in to change notification settings - Fork 367
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
simple command to trigger build #175
Comments
sometimes people may type |
Seems like this happens when you Is this issue still relevant? 😃 |
what if i dont have any git changes but still want to rebuild for content reasons? |
I see. So external content changes (like contentful) Yeah makes sense. How does this command sound to you?
This way we keep top level api smaller |
i like the second option edit from 2020: actually i take that back, i would rather |
Hey @sw-yx, I’m not understanding the nuance of a trigger versus a deploy? Is there a way I can have Netlify simply ship the |
This looks related but I’m not sure the feature was added or not. 🤷♂️ |
sorry, no I don't think so. just have to re trigger in UI. |
Clarifying the use case on this: Given I have the local repo of a statically-generated site, and I want to re-trigger a build on Netlify. Currently I have no way to do this with the CLI, and I need to go on the admin interface to do it. |
Fair to leave this open, even if we don’t yet have a path forward. Sent with GitHawk |
Amazing reactivity guys! 🙏 |
- Do you want to request a feature or report a bug?
feature
- What is the current behavior?
netlify deploy
uploads stuff.sometimes i just want to trigger deploy. maybe call it
netlify trigger
? optionally have it acceptnetlify trigger deploy
just for fun?this is needed so that we dont have to jump back to the web UI when demoing addons (or really anything else using CLI in future)
The text was updated successfully, but these errors were encountered: