Commit Graph

10 Commits

Author SHA1 Message Date
d7626d9f5e refactor: give every command we run a type of its own 2026-09-08 15:43:42 +02:00
0aeecdcb54 feat: remove stop_all 2026-09-08 11:27:03 +02:00
ef19f49c63 feat: add completions subcommand 2026-09-04 16:03:35 +02:00
54395f83e4 feat: add link command 2026-09-03 15:58:28 +02:00
316b37cd05 feat: custom command builder
Implemented custom command builder with nicer api suited for my needs.
Also returned error if there are no containers in
`scripts::postgres::get_containers`.
2023-06-02 17:18:25 +02:00
a625d5f43c feat: finish postgres cli
Implemented basic wanted functionality for postgres subcommands. We
currently assume that postgres is running in docker-compose project in a
service named "postgresdb". This could be looked at and changed at some
point in the future.
2023-05-24 00:00:06 +02:00
286e16e7ce feat: finish django cli and add aliases
Implemented basic wanted functionality for django subcommands.

Added single or two letter aliases for all subsubcommands.
2023-05-23 22:49:18 +02:00
907740fc5a feat: finish docker cli
Implement wanted functionality for docker subcommands.
2023-05-23 22:47:23 +02:00
4762c991a3 feat: finish docker compose cli
Implemented basic wanted functionality for docker compose subcommands.
We currently assume that docker-compose.yaml file is located in
local/docker/ folder.
2023-05-21 23:41:15 +02:00
eb232a93f8 feat: prepare initial cli layout
Made initial command scopes
d -> docker related commands
dc -> docker compose related commands
dj -> django related commands
pg -> postgres related commands
2023-05-21 22:40:34 +02:00