cli
cli copied to clipboard
Netlify Command Line Interface
Came up in #4759 > Just to call out, I had intended to add an integration test in ./tests/integration/210.command.deploy.test.js along the lines of below. However, because the test site isn't...
### Feature request Now that we can branch deploy through the cli #275 , how can we add a domain on the generated `https://--.netlify.app/` ?
**Describe the bug:** Using `splat` in sending query parameters to a destination doesn't seem to be working. **To reproduce:** Add the following to your `netlify.toml`: ```toml [[redirects]] force = true...
🎉 Thanks for submitting a pull request! 🎉 #### Summary Expands upon the geo country mocking, by adding two libraries, a country file and a subdivision file, mapping codes to...
🎉 Thanks for submitting a pull request! 🎉 #### Summary Updates the CLI to utilise the eszip changes for edge functions. For us to review and ship your PR efficiently,...
**- Do you want to request a *feature* or report a *bug*?** feature. **- What is the current behavior?** Currently, a random suffix is appended to your netlify live hostname...
🎉 Thanks for submitting a pull request! 🎉 ## Summary Fixes #4212 As the issue explains, there is a race condition that occasionally occurs on the first deployment of a...
**Describe the bug** The `netlify dev` command correctly starts the gatsby server on port 8000, which is then running correctly. The most common scenario is there is a long pause...
**- Do you want to request a *feature* or report a *bug*?** feature **- What is the current behavior?** we currently can only do very limited [decoding of JWTs](https://github.com/netlify/netlify-dev-plugin/pull/138) but...
**Describe the bug** Redirect converts POST request to a GET request without body **To Reproduce** Steps to reproduce the behavior: 1. Create a POST function i.e. `/.netlify/functions/create-ticket` 2. Redirect `/create-ticket`...