Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 19:20
· 146 commits to master since this release

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