Skip to content

Releases: lfgcampos/axon-server-cli

v1.0.0-rc1

08 Jul 13:17
a3c5b4a
Compare
Choose a tag to compare

Changelog

a3c5b4a Merge pull request #35 from lfgcampos/feature/not-set-token-header
cfd76c5 Not setting the token if not present.
1390346 Tiny refactor to httpwrapper
c0cd196 Merge pull request #33 from lfgcampos/feature/return-errors-from-httpwrapper
be4abb1 Return errors from httpwrapper. Log fatal errors outside of the wrapper.
4eb4364 Merge pull request #32 from lfgcampos/feature/local-variables
3cf0ca9 Remove global variables. Remove some toJSON methods.
2f91e74 Merge pull request #31 from lfgcampos/enhancement/15
075ae33 Added flag for pretty json and a bit of refactor
e8df19d Merge pull request #30 from lfgcampos/fix/22
a7ea381 Merge pull request #29 from lfgcampos/feature/context-node-commands
805f267 Small refactor regarding variables and pretty print
d5b6712 Added a version command and a first step into global json flag
5ed41b2 typo
56eb268 Added missing token flag for application register
f2fc442 add-node-to-context and delete-node-from-context commands added

v0.0.3

26 Jun 20:27
Compare
Choose a tag to compare

Changelog

9f605d9 Added a couple of badges and version info for releases

v0.0.2

26 Jun 19:57
Compare
Choose a tag to compare

Changelog

afe6055 Added windows to release and new version command to work with goreleaser

v0.0.1

26 Jun 19:20
Compare
Choose a tag to compare

Changelog

bdd1b6a Added release workflow
7f2dc47 Added github action for testing
b7c2f20 Create initial github action file
671957f Merge pull request #23 from lfgcampos/feature/http-utils
4b14fce Update httpwrapper/httpwrapper.go
8ea4bf5 Remove http constants from root.
2af06b8 Remove URL constants from user commands
0e466f7 Remove URL constants from context commands.
290ef50 Remove URL constants from cluster.
b6e326b Remove global url constants from application commands.
8c1e91f Add DELETE to the httpwrapper package.
89d9567 Renamed utils to httpwrapper package
207e4cb Add POST to http utils. Update application register. Update cluster node register. Update context register. Update user register.
8b994dd Add binary by name to gitignore.
cd5e408 Add http util. Update application list. Update context list. Update user list.
c2e6f63 Remove home from go.mod.
94ef345 Merge pull request #20 from lfgcampos/improvement/required-flags
d3bbf66 Merge pull request #19 from lfgcampos/feature/cluster-init
b12a784 Added * to the required flags and adjusted the short and long descriptions for all of them
f61e70c typo
b85828b Added required option to the required flags
93a91c6 Added init-cluster command.
002dc13 Merge pull request #17 from lfgcampos/feature/cluster-list-register-unregister
c2005eb Added cluster list, register and unregister commands
915e1e2 Updated README
3c8c549 Merge pull request #14 from lfgcampos/feature/delete-application-context
a082222 Added application delete and context delete
6d02b3c Added context register feature (#4)
510663d Updated to use 'string interpolation' on userDeleteURL
cc5be65 Small refactor for user calls in general regarding naming, vars and const
e460f20 Feature/application register (#3)
d220af8 README update.
011d5c9 Initial commit: axon-server-cli written in go using cobra and viper
88fff51 Initial commit