From 4d12a754949a3039b6da87fa457985c7f97847b6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 31 Jul 2021 16:17:06 +0200 Subject: [PATCH] docs: more specifics in TODO file --- TODO.md | 95 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 56 insertions(+), 39 deletions(-) diff --git a/TODO.md b/TODO.md index fe495e992..214a36c0e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,46 +1,63 @@ # TODO -Disclaimer!: List is WIP +> Disclaimer!: List is WIP -- [ ] Feature Parity with Abra - - [ ] Commands - - [ ] `abra server` - - [x] `ls` - - [x] `add` - - [ ] `new` - - [ ] `capsul` - - [ ] `hetzner` +## Feature parity + +- [ ] Commands + - [ ] `abra server` + - [x] `ls` + - [x] `add` + - [ ] `new` + - [ ] `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` - - [ ] `init` - - [ ] `apps` - - [ ] `abra app` - - [x] `ls` - - [x] `new` - - [ ] `backup` - - [ ] `deploy` - - [ ] `check` - - [ ] `version` - - [ ] `config` - - [ ] `cp` - - [ ] `logs` - - [ ] `ps` - - [ ] `restore` + - [ ] `undeploy` + - [ ] `volume` + - [ ] `ls` - [ ] `rm` - - [ ] `run` - - [ ] `rollback` - - [ ] `secret` - - [ ] `undeploy` - - [ ] `volume` - - [ ] `abra recipe` - - [x] `ls` - - [x] `create` - - [ ] `release` - - [x] `versions` - - [ ] `lint` - - [ ] `upgrade` - - [x] `version` - - [ ] `doctor` + - [ ] `abra recipe` + - [x] `ls` + - [x] `create` + - [ ] `release` + - [x] `versions` + - [ ] `lint` + - [ ] `upgrade` + - [ ] migrating installer script + - [x] `version` + - [ ] `doctor` + +## Next phase + - [ ] 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 +- [ ] 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.)