ehmicky
ehmicky
Hi @dan003400, Thanks for reaching out. I believe the following command would fix your problem: ``` netlify deploy --config ```
Yes, you're correct, this is not working, although it should. It seems like we have missed allowing this CLI flag for the `deploy` command. As you mention, when you are...
The Netlify CLI needs the site ID. The `netlify.toml` contains the user build configuration, but not the site ID. The `NETLIFY_AUTH_TOKEN` environment variable contains authentication information, but not the site...
> unless providing a --site flag to the deploy command removed the need to use the link command all together? Yes, exactly. The `--site` flag can be provided without having...
Yes, you're correct. I'm glad it seems like this solved your initial problem. Could you please confirm this?
CI tests are currently failing. I am wondering if maybe the new tests setup will help with this?
Thanks for reporting this bug @moop-moop! Would you be interested in submitting a PR to fix it?
Yes, I agree that's a bigger question. I am wondering what @erquhart and @erezrokah thinks about this one too. A little less than one year ago, we went a similar...
Hi @mdubourg001, Thanks for reporting this. This issue is not directly related to this repository, but I have transferred it to the team who works on HTML post-processing and will...
This makes sense. One of my main concerns is to make it inviting for new team members to contribute new tests with the existing setup. If a new team member...