Skip to content

Releases: mercari/hcledit

v0.0.6

10 Feb 03:28
0ce442a
Compare
Choose a tag to compare

Changelog

37f3fa1 Add --comment flag to create subcommand
fe50d92 Add --with-after flag to create subcommand
16c08bc Add docker installation
256d7ad Add examples of binary usage
0309eed Add homebrew installation
c6979f7 Add missing error handling
1515b72 Add update command
bb8375a Fix examples
301d4d5 Rename --with-after flag to --after
baccd98 Update docker workflow
c8fd180 Update examples in README.md

v0.0.5

04 Feb 08:06
a74a199
Compare
Choose a tag to compare

Changelog

60cfa73 Add CONTRIBUTING.md
2ecc8ae Add badges to README.md
cc2a8b8 Add delete command
9864c66 Add dependabot config
9072932 Add error logging to hcledit command
abed079 Add lint configuration
e084866 Add release workflow
0a5dcec Bump github.com/google/go-cmp from 0.3.1 to 0.5.4
389f693 Bump github.com/hashicorp/hcl/v2 from 2.8.1 to 2.8.2
a176ae9 Bump gopkg.in/yaml.v2 from 2.2.8 to 2.4.0
fa6aee4 Enable cache in test workflow
d19c535 Fix dependabot target directory
d56265f Fix lint errors
8f839b4 Replace module with go.mercari.io/hcledit
49ca1e1 Update CODEOWNERS
22fe71d Update cmd/hcledit/internal/command/delete.go
d91e187 add LICENSE
330ba6b goreleaser: fix version ldflag

v0.0.4

29 Jan 00:52
Compare
Choose a tag to compare

Changelog

1dd8896 Defer reload

v0.0.3

28 Jan 13:06
0d44cb9
Compare
Choose a tag to compare

Changelog

6b5baee Add create command
50107a4 Add rawHandler

v0.0.2

28 Jan 11:05
3d7f9bd
Compare
Choose a tag to compare

Changelog

715b05d add commaList template func and yaml output
5daf397 remove commalist

v0.0.1

28 Jan 00:55
23485ea
Compare
Choose a tag to compare

Changelog

edac938 Add read command
7f8de9f Initial commit
bb35961 add goreleaser config
f7b2387 add test
92d730a add test hook to goreleaser
b7b0937 hotfix: fix output format shorthand flag
1163183 respect valueFormat for both key and value output
a4f571f update to use cobra
85e3bf7 use go template and json
a5e3a8b use splitn to handle = in template