Releases: section/sectionctl
Releases · section/sectionctl
v1.1.0
v1.0.0
Highlights:
- Feature: Add a spinner to show progress when uploading and deploying an app with
sectionctl deploy
(#29 + #32) - Bugfix: fix the human readable display of file sizes (#28) in
sectionctl deploy
- Bugfix: Correctly create directories (#30) and symlinks (#35) when creating tars to upload during
sectionctl deploy
- Bugfix: Ensure files are added to tars with a consistent path when using a relative path in
sectionctl deploy --directory
(#31) - Update: Improve logging (#34)
v0.0.6
Highlights:
- Update: Validate that the app being deployed looks like a Node.js app (#27)
- Update: Improve debug messages when running
sectionctl deploy
(#19) - Update: Increase the timeout on deploys to 5 minutes (#26)
- Update: Make deploy timeout configurable (#17)
- Bugfix: Send the account + app ID when uploading an app with
sectionctl deploy
(#17)