Skip to content

Releases: kanisterio/safecli

v0.0.8

19 Mar 22:00
35a80bf
Compare
Choose a tag to compare

What's Changed

  • Add compatible test method for different checkers by @plar in #7

Full Changelog: v0.0.7...v0.0.8

v0.0.7

07 Mar 19:07
9dae17c
Compare
Choose a tag to compare

What's Changed

  • test: remove extra argument from check calls by @hairyhum in #6

Full Changelog: v0.0.6...v0.0.7

v0.0.6

28 Feb 00:23
67a841c
Compare
Choose a tag to compare

What's Changed

  • Enable option with empty argument by @plar in #5

Full Changelog: v0.0.5...v0.0.6

Fix argument test suite

26 Feb 17:31
38b6544
Compare
Choose a tag to compare

What's Changed

  • Fix argument test suite in #4

Full Changelog: v0.0.4...v0.0.5

Add a higher level API for CLI

16 Feb 21:23
4b371b6
Compare
Choose a tag to compare

What's Changed

A higher level API has been added which make better handling for CLI arguments and make it easier to build commands with less error.

Two packages were added:

  • command: which allows you to build full-fledged CLI commands.
  • examples/kopia: in which an example of building Kopia CLI is implemented.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

01 Feb 17:18
b59d7df
Compare
Choose a tag to compare

What's Changed

  • Fix the license
  • Update format method signature and refactor redact to createRedactor for clarity

Full Changelog: v0.0.2...v0.0.3

v0.0.2

31 Jan 08:25
Compare
Choose a tag to compare
  • Fix example
  • Add package support for older version of Go (1.20)

Full Changelog: v0.0.1...v0.0.2

v0.0.1

31 Jan 08:17
Compare
Choose a tag to compare
  • Initial release