8000 Tags · zio/zio-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zio/zio-cli

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: unification (#436)

- use JDK21 throughout
- coursier setup-action
- coursier caching
- auto-approve

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (#408)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.6...v7.0.7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added docs (#205)

* added docs

* added docs

* fixed Readme

* updated workflow to scala 3.3.0

* Updated to Scala 3.3.0

* fixed Website

* fmt

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for OAuth2 (#189)

* Add support for OAuth2

* Add help doc, hide sensitive types

* ci: Do not build on Java 8

* Store access token to home dir by default

* Fix broken links in scaladoc

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix #146 (#151)

v0.3.0-M02

Toggle v0.3.0-M02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Publish Docs to The NPM Registry (#144)

* delete website.

* install zio-sbt-website plugin.

* prepare docs.

* update homepage url.

* generate site workflow.

* update ci.

v0.3.0-M01

Toggle v0.3.0-M01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Wizard mode (#141)

v0.2.9-M01

Toggle v0.2.9-M01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix warning (#138)

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve the help docs of commands (#133)

* Remove extra spaces from synopsis

* Show specific synopsis for sub-commands

* Refactor

* Refactor Command

* Refactor Args#validate so it fails with ValidationError

* Refactor Span

* Improve help rendering

* Improve synopsis of boolean options

* Add alternative format for Options

* Add alternative format --help, always render app name as fancy name

* Some improvements to help doc

* Some cleanup

* Minor fix

* Some fixes

* Add ZIOCli and ZIOCliDefault traits
0