Skip to content

Releases: fortio/cli

v1.9.2

02 Oct 21:18
2ec6dff
Compare
Choose a tag to compare

v1.9.1

02 Oct 20:20
fbd6201
Compare
Choose a tag to compare
v1.9.1 Pre-release
Pre-release

Pick up https://github.com/fortio/log/releases/tag/v1.17.0

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

15 Aug 20:26
53eb244
Compare
Choose a tag to compare

What's Changed

  • Move scli's UntilInterrupted() here so it can be used in non server side CLIs in #38

Full Changelog: v1.8.0...v1.9.0

v1.8.0

29 Jul 18:23
fcd3323
Compare
Choose a tag to compare

Allow an additional LOGGER_IGNORE_CLI_MODE env var to be set to true to ignore reset of logger settings that cli.Main() does indirectly by calling SetDefaultsForClientTools(). This allows to get usually not needed LOGGER_LOG_FILE_AND_LINE=true and control all settings through flags and env.

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

02 Jul 01:55
cc842c6
Compare
Choose a tag to compare

See https://github.com/fortio/cli#small-binaries
(new tags from smaller binaries)

What's Changed

  • Pull log 1.14.0 with its no_net (no_http) tags by @ldemailly in #34
  • Fix typo about tags in README.md by @ldemailly in #32
  • codespell + manual grammar rework of a comment/doc by @ldemailly in #33

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Jun 19:31
cc90dd3
Compare
Choose a tag to compare

What's Changed

  • Add the CA bundle auto fallback for FROM scratch docker from/for multicurl to here use -tags no_tls_fallback in your build to revert to previous mechanism where the OS bundle must be present (#31)

See Readme section for details.

Full Changelog: v1.5.2...v1.6.0

v1.5.2

22 Mar 19:05
dd6860e
Compare
Choose a tag to compare

What's Changed

  • Switch to shared workflows and bump versions by @ldemailly in #29

Full Changelog: v1.5.1...v1.5.2

v1.5.1

22 Nov 06:25
ee18a0f
Compare
Choose a tag to compare

What's Changed

  • Fix which config -logger-no-color is meant to change by @ldemailly in #25

Full Changelog: v1.5.0...v1.5.1

v1.5.0

22 Nov 04:37
11d9fa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.5.0

v1.4.2

14 Aug 22:43
1ccb61c
Compare
Choose a tag to compare

What's Changed

  • Configurable command help (#20)
    e.g

    cli.CommandHelp = "{" + cli.ColorJoin(log.Colors.Purple, "a", "b", "c") + "}"
  • Adding BeforeFlagParseHook hook and ChangeFlagsDefault() utility so flag default values from cli/scli can be changed for a given program's main (#18 and #19)

Full Changelog: v1.3.3...v1.4.2