docs: more specifics in TODO file

This commit is contained in:
decentral1se 2021-07-31 16:17:06 +02:00
parent 1442c71911
commit 4d12a75494
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

95
TODO.md
View File

@ -1,46 +1,63 @@
# TODO # TODO
Disclaimer!: List is WIP > Disclaimer!: List is WIP
- [ ] Feature Parity with Abra ## Feature parity
- [ ] Commands
- [ ] `abra server` - [ ] Commands
- [x] `ls` - [ ] `abra server`
- [x] `add` - [x] `ls`
- [ ] `new` - [x] `add`
- [ ] `capsul` - [ ] `new`
- [ ] `hetzner` - [ ] `capsul`
- [ ] `hetzner`
- [ ] `rm`
- [ ] `init`
- [ ] `apps`
- [ ] `abra app`
- [x] `ls`
- [x] `new`
- [ ] `backup`
- [ ] `deploy`
- [ ] `check`
- [ ] `version`
- [ ] `config`
- [ ] `cp`
- [ ] `logs`
- [ ] `ps`
- [ ] `restore`
- [ ] `rm`
- [ ] `run`
- [ ] `rollback`
- [ ] `secret`
- [ ] `generate`
- [ ] `insert`
- [ ] `rm` - [ ] `rm`
- [ ] `init` - [ ] `undeploy`
- [ ] `apps` - [ ] `volume`
- [ ] `abra app` - [ ] `ls`
- [x] `ls`
- [x] `new`
- [ ] `backup`
- [ ] `deploy`
- [ ] `check`
- [ ] `version`
- [ ] `config`
- [ ] `cp`
- [ ] `logs`
- [ ] `ps`
- [ ] `restore`
- [ ] `rm` - [ ] `rm`
- [ ] `run` - [ ] `abra recipe`
- [ ] `rollback` - [x] `ls`
- [ ] `secret` - [x] `create`
- [ ] `undeploy` - [ ] `release`
- [ ] `volume` - [x] `versions`
- [ ] `abra recipe` - [ ] `lint`
- [x] `ls` - [ ] `upgrade`
- [x] `create` - [ ] migrating installer script
- [ ] `release` - [x] `version`
- [x] `versions` - [ ] `doctor`
- [ ] `lint`
- [ ] `upgrade` ## Next phase
- [x] `version`
- [ ] `doctor`
- [ ] Refactor code and good comments - [ ] Refactor code and good comments
- [ ] Automated builds and releases (for all OS's and archs)
- [ ] In package managers (AUR, Debian, Ubuntu, Fedora, Homebrew, etc.)
- [ ] Look at UX and UI - [ ] Look at UX and UI
- [ ] Automated builds and releases (for all OS's and archs)
## New features
- [ ] Commands
- [ ] `abra server`
- [ ] `dns`
- [ ] `gandi`
- [ ] In package managers (AUR, Debian, Ubuntu, Fedora, Homebrew, etc.)