Skip to content

Releases: zeropsio/zcli

v1.0.40

27 Mar 13:44
Compare
Choose a tag to compare

[v1.0.40] - 2025-03-27

Added

  • --verbose (shorthand -v) flag to deploy and push commands to log additional data do zcli debug log file

v1.0.39

25 Mar 14:28
Compare
Choose a tag to compare

[v1.0.39] - 2025-03-25

Fixed

  • local zCLI config file now correctly allows for .zcli, .zcli.yml and .zcli.yaml
  • deploy and push commands now correctly interpret archiveFilePath flag
  • inactive logView inside of spinner doesn't render

Improved

  • deploy and push 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 to deploy and push commands
  • --workspaceState (shorthand -w) flag to push 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 changes
    • clean - deploys current clean HEAD

v1.0.38

17 Mar 17:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.37...v1.0.38

v1.0.37

27 Feb 16:48
Compare
Choose a tag to compare

[v1.0.37] - 2025-02-27

Fixed

  • service logs --messageType=WEBSERVER should no longer panic

v1.0.36

26 Feb 14:06
Compare
Choose a tag to compare

[v1.0.36] - 2025-02-26

Improved

  • select tables should now respect terminal height and use pagination if necessary

v1.0.35

18 Feb 12:02
Compare
Choose a tag to compare
chore: fix npm install / release

v1.0.34

12 Dec 16:59
Compare
Choose a tag to compare
fixed issue with service scoping if no service was provided

v1.0.33

12 Dec 13:56
Compare
Choose a tag to compare

[v1.0.33] - 2024-12-12

Fixed

  • issue with service scoping if no service flag was used

v1.0.32

12 Dec 12:47
Compare
Choose a tag to compare

[v1.0.32] - 2024-12-12

Fixed

  • issue with scoping where Project would not be loaded when serviceId flag was used

v1.0.31

09 Dec 21:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.30...v1.0.31