Releases: zeropsio/zcli
Releases · zeropsio/zcli
v1.0.40
v1.0.39
[v1.0.39] - 2025-03-25
Fixed
- local zCLI config file now correctly allows for
.zcli
,.zcli.yml
and.zcli.yaml
deploy
andpush
commands now correctly interpretarchiveFilePath
flag- inactive logView inside of spinner doesn't render
Improved
deploy
andpush
no longer stores the entire file on disk, instead streams them directly to Zerops- ui & render logic for logView
Added
-g
shorthand for--deployGitFolder
flag todeploy
andpush
commands--workspaceState
(shorthand-w
) flag topush
command which allows selection of what will be deployed:all
- deploys all files in the work space, including modified and unstaged (default)staged
- deploys only staged changesclean
- deploys current cleanHEAD
v1.0.38
What's Changed
- chore: bump go version to 1.24 & update golangci-lint by @l-hellmann in #209
- log view for zcli push by @l-hellmann in #208
- fix: use viper to parse flags, envs and config files by @l-hellmann in #210
- fix: print logs to stdout when not in terminal mode by @l-hellmann in #211
- release: 1.0.38 by @l-hellmann in #212
Full Changelog: v1.0.37...v1.0.38
v1.0.37
[v1.0.37] - 2025-02-27
Fixed
service logs --messageType=WEBSERVER
should no longer panic
v1.0.36
[v1.0.36] - 2025-02-26
Improved
- select tables should now respect terminal height and use pagination if necessary
v1.0.35
v1.0.34
v1.0.33
[v1.0.33] - 2024-12-12
Fixed
- issue with service scoping if no service flag was used
v1.0.32
[v1.0.32] - 2024-12-12
Fixed
- issue with scoping where Project would not be loaded when
serviceId
flag was used