-
Notifications
You must be signed in to change notification settings - Fork 87
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
How can we use this plugin for manual deploys through cli? #74
Comments
hey @aditya-mitra, thanks so much for opening this issue! we had an issue open regarding plugin usage via the CLI for several weeks but happened to transfer it to an internal private repo yesterday, so unfortunately can't reference that for you here, BUT i can summarize! :D basically, right now, the plugin will technically "work" with the CLI if you have it installed in your toml file or in the UI of your configured site. here are the docs for our cli: https://docs.netlify.com/cli/get-started/ in your project directory using the plugin, assuming you've already run
this will prompt you to either create & configure a new site linked to your netlify account OR to link it to an existing site. sounds like you already have a site for this project from the UI flow, so select the "link to an existing site" option and navigate to your project's site. from here, you can run this is my number one priority at the moment as i've already promised it to @ChrisBAshton :). unfortunately, it's not super straightforward, so we're getting it done as quickly as we can. ways around this right now:
i know this was all unnecessarily complicated so i can keep you updated when we have this fixed and supported within the plugin and then it should Just Work TM running |
hey all! i released the plugin with these changes so you should be able to run consecutive builds now with the CLI. we do want to improve this fairly fragile logic for right now and think it will require a lot more thought and attention than we can immediately give so hopefully this just gets people going with the CLI. please see the README for the recommended workflow until we can make it fully seamless and automatic. <3 |
Thanks for the upgrade. |
…ime node_modules (#74) * chore: log nft file list * chore: log metadata * chore: update * chore: update * chore: fix * chore: update * chore: fix * chore: update * chore: final fix * chore: cleanup
First of all, thanks for a very nice and useful plugin.
This plugin works fine when connect to a github repository and installed through the netlify ui.
But, how can I use it deploy my site through the netlify cli?
Repository is not connected to github.
I would love an example or demonstration if possible.
The text was updated successfully, but these errors were encountered: