4ae5e6123d
refactor: add specific check for missing context
2021-08-02 01:06:41 +02:00
19d435c5e5
feat: implement server init
2021-08-02 01:03:27 +02:00
6be54c670a
fix: error out if missing server arg
2021-08-02 00:37:25 +02:00
a1bce4661b
docs: server CLI documentation
2021-08-02 00:30:03 +02:00
8a5ee68b7b
refactor: drop alias command
...
Save us some work and avoid confusion on two things doing the same thing
under different top-level sub-commands (this was just an experiment
after all).
2021-08-02 00:20:39 +02:00
429c7e4e50
docs: take a pass on CLI usage docs and add ASCII
2021-07-26 23:58:34 +02:00
dfc91a86a1
feat: WIP server rm command
continuous-integration/drone/push Build is passing
2021-07-22 17:38:44 +01:00
fc7dade6f8
feat: server add command
...
continuous-integration/drone/push Build is passing
Interacts with and stores infomaton in the docker store at ~/.docker
Equivalent to docker context add
2021-07-22 12:48:14 +01:00
a74d214121
docs: use hyphen shortname and trim message
continuous-integration/drone/push Build is passing
2021-07-21 00:19:06 +02: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
37c06c82bf
feat: added error to GetContextEndpoint
...
continuous-integration/drone/push Build is passing
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
...
continuous-integration/drone/push Build is passing
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
9a0bd6dc11
refactor(cli): moved commands and cli out of main
2021-07-15 03:44:07 +01:00