Releases: sunggun-yu/envp
Releases · sunggun-yu/envp
v0.3.2
Changelog
- f461e94 ci: test all pushes
- 46c1620 fix: nil pointer for nested profile by omitempty
- f2d977d fix: refactoring the shell pkg, root cmd test
- 80fd05e refactor: add operations in config with NameProfile to simplify operations
v0.3.1
Changelog
- a68e9ed fix(root cmd): only args after double dash is command
v0.3.0
Changelog
- dea4e51 [skip ci] add demo screen cast
- bcae3ad feat: adding homedir path util and ginkgo for cmd testing
- d6cc1c2 feat: expand abs path of home dir when execute the shell
- 992f6cf fix: adding test code for shell pkg
- c3fff86 refactor: ensuring config root path outside of root cmd
v0.1.0
Changelog
- 3bb6546 [skip ci] adding codeql badge
- f306a0f [skip ci] codecov badge
- 04c7801 ci: codeql analysis
- b16b292 ci: github action for testing
- 5268a00 doc: adding installation instruction
- 3f1ac07 doc: some typo
- 0e7f2ea feat: adding SetProfile for add/edit profile
- 9860727 feat: adding delete profile and refactoring
- 504eb80 feat: prepare getting rid of viper.sub()
- 049b704 feat: refactoring with struct and methods
- edb7f13 fix: exit instruction msg for start cmd
- 2eaee80 refactor: separate profile
- 6083e63 refactoring: []config.Env -> config.Envs
v0.0.3
Changelog
- 2416273 doc: adding some tips
- 5c4e0a8 feat: profile name auto completion
v0.0.2
Changelog
- 38e1708 feat: error and show example when default profile is empty string
- 4c96748 fix: nested profile issue and so on.
v0.0.1-alpha.4
Changelog
- dd81820 fix: help docs and some clean up