Skip to content

Releases: valar/cli

v4.2.1

08 Dec 21:10
57c9440
Compare
Choose a tag to compare
Use awk instead of homebrew for formulae upgrades.

v4.2.0

08 Dec 15:32
Compare
Choose a tag to compare
Fix artifact upload workflow.

v4.1.0

15 Jul 20:56
Compare
Choose a tag to compare

Full Changelog: v4.0.0...v4.1.0

v4.0.0

25 Jan 23:15
Compare
Choose a tag to compare
  • Improve error handling for streaming requests. The tool won't suppress bad status codes silently anymore and fail with the error message returned by the API service.
  • Replace legacy permissions commands.
    • The CLI now supports managing permissions in the new tree-based permission system allowing fine-grained control of users and humans accessing projects, services and other sub-scopes.
    • It also streamlines permission management for both core and foundational services like KV.

Full Changelog: v3.3.0...v4.0.0

v3.3.0

14 Nov 22:13
Compare
Choose a tag to compare
  • Adds support for better service log handling. You can now skip the log cursor forwards at the beginning of a log, rewind it at the end or just jump to the end and tail the log.
  • Adds builds status as a shortcut to quickly retrieve the status of a build.

v3.2.0

28 Oct 22:20
Compare
Choose a tag to compare
  • Adds support for --insecure domain links. This flag disables the default HTTP-to-HTTPS redirect and can only be enabled for user-owned domains.

v3.1.1

17 Jan 22:45
Compare
Choose a tag to compare
  • Adds support for domain removal via domains delete. Any domain to be deleted has to be unlinked from any active service beforehand.

v3.1.0

08 Aug 16:51
Compare
Choose a tag to compare
Print domains out in stable order

v3.0.2

22 Jul 13:01
Compare
Choose a tag to compare
Change project and service default behavior

The command will now default to the context-configured project
when no service configuration file is given. If a service config
exists, the command will go back to using the service config
as a source of truth for both project and service defaults.

v3.0.1

21 Dec 16:47
Compare
Choose a tag to compare
Warn in case of invalid configuration