This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
Releases: netlify/netlifyctl
Releases · netlify/netlifyctl
Release v0.4.0
Enhancements
- Add
--publish-directory
flag to point to the directory to deploy. - Upload netlify.toml file in deploy to post process headers and redirects.
Deprecations
- Deprecates
--base-directory
in favor of--publish-directory
.
Bug Fixes
- Fixes issue initializing sites with GitHub HTTPS urls.
- Fixes issue initializing sites with GitLab.
- Fixes output formatting issues.
Release v0.3.4
Release v0.3.3
Release v0.3.2
Release v0.3.1
- Fix issues configuring the API client in the wrong order.
Release v0.3.0
Release v0.2.2
- Fixes issue retrying requests with a closed body stream.
Release v0.2.1
- Fixes issue deploying with no TTY terminals.
- Update to the latest version of netlify/open-api.
Release v0.2.0
- Improvements in the UI and messages displayed.
- Add
init
commands to configure Continuous Deployment. - Windows support.