Commit Graph

8 Commits

Author SHA1 Message Date
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
9c34f6ff59 chore: disable unused code check
Disable unused code checks while project is in development stage.
2023-05-21 23:48:24 +02:00
9f3cc86e3f feat: add basic error handling
Add anyhow::Result<()> return signature to all scripts and main.
2023-05-21 23:47:02 +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
83c3b05d30 feat: add license, readme and update manifest file
Added empty README
Added MIT license
Updated Cargo.toml with some general info about the project
2023-05-21 23:02:03 +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
f6e9c7953a feat: initial commit
Add initial dependencies and change gitignore
2023-05-21 22:12:45 +02:00