From e13948f37ef87cf1ae324047b827ce1afaffa0af Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Sun, 18 Jul 2021 04:10:14 +0100 Subject: [PATCH] docs: added todo list for the port --- TODO.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 00000000..3654559d --- /dev/null +++ b/TODO.md @@ -0,0 +1,43 @@ +# TODO + +Disclaimer!: List is WIP + +- [] Feature Parity with Abra + - [] Commands + - [] `abra server` + - [] `ls` + - [] `add` + - [] `new` + - [] `rm` + - [] `init` + - [] `apps` + - [] `abra app` + - [] `ls` + - [] `new` + - [] `backup` + - [] `deploy` + - [] `check` + - [] `version` + - [] `config` + - [] `cp` + - [] `logs` + - [] `ps` + - [] `restore` + - [] `rm` + - [] `run` + - [] `rollback` + - [] `secret` + - [] `undeploy` + - [] `volume` + - [] `abra recipe` + - [] `ls` + - [] `create` + - [] `release` + - [] `versions` + - [] `abra upgrade` + - [] `version` + - [] `doctor` +- [] 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