Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Baiguini committed Feb 2, 2020
1 parent 34c3ae4 commit da6ad44
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,37 +218,29 @@ konf
## TODO list

- [x] implement initial commands
- [ ] implement additional commands
- [x] implement additional commands
- [ ] finalize split command (see TODO in commands/set/action.go)
- [x] implement properly logging flags
- [x] documentation
- [x] makefile
- [ ] testing
- [x] release mechanism
- [x] ci/cd
- [ ] finalize split command (see TODO in commands/set/action.go)
- [x] add 'ArgsUsage' description in all commands

### Initial commands
---

- [x] split-cfg
- [x] list-cfg
- [x] set-cfg
- [x] view-cfg
- [x] help
- [x] version
## Release

### Additional commands
`NEXT VERSION:` v0.3

- [x] shell auto-completion
- [x] clean-ctx (remove specified context and relatives from kubernetes configuration)
- [x] rename-ctx (rename specified context in kubernetes configuration)
- [ ] reset-cfg
- [ ] reset-cfg local removes KUBECONFIG environment variable
- [ ] reset-cfg global resets currentContext to N/A in Kubernetes configuration
### Automatic

---
```shell
make release NEW_VERSION=...
```

## Release
### Manual

1. Choose a new version
```shell
Expand Down

0 comments on commit da6ad44

Please sign in to comment.