Commit Graph

717 Commits

Author SHA1 Message Date
29971c36a0 refactor: moved all fatal errors to logrus
This will allow us to test commands that would normally exit
2021-07-21 09:04:34 +01:00
a74d214121 docs: use hyphen shortname and trim message 2021-07-21 00:19:06 +02:00
e064f18730 style: add missing type marker 2021-07-21 00:17:16 +02:00
7b2100c568 feat: add version command 2021-07-20 23:59:47 +02:00
16514b3151 feat: implemented type & servers flags in app ls 2021-07-20 13:00:03 +01:00
cfe2f70151 refactor: moving logging to command functions
easier to unit test our util commands like this
2021-07-19 12:47:46 +01:00
bd9bc530d1 faet: a draft version of the app ls command 2021-07-19 08:37:00 +01:00
37c06c82bf feat: added error to GetContextEndpoint
this ill make the progam not fail if there is a non-docker swarm context
2021-07-18 06:34:22 +01:00
38f610bdec feat: abra server ls
WE DID IT! The first actual command to be ported.

Code is still a mess in terms of UX but its a milestone!
2021-07-18 04:21:26 +01:00
d1f7e8011d refactor: Moved table function to fornatter
Makes more sense for it to be in there
2021-07-18 03:24:48 +01:00
2134f57dd0 WIP: Messy code that is mostly just testing
This is me trying to print all services in a stack.

Struggling to isolate stack and tasks which is needed for swarm
2021-07-17 09:30:56 +01:00
6c748922b4 feat: added context flag to make dev easier
needed until we have proper server subcommand system
2021-07-17 09:29:25 +01:00
b9e06f2310 feat: added util formatting for the cil 2021-07-17 09:27:52 +01:00
be46695d82 feat: added flags to base command
they already exist just attatching them to the command
2021-07-17 05:11:48 +01:00
a78bb9123a feat: POC passgen 2021-07-15 08:23:26 +01:00
1adca5ca0e feat: added app commands and flags for commands 2021-07-15 06:17:47 +01:00
9a0bd6dc11 refactor(cli): moved commands and cli out of main 2021-07-15 03:44:07 +01:00