Commit Graph

11 Commits

Author SHA1 Message Date
Matej Janezic 3077420db2
feat!: respect COMPOSE_FILE env and remove docker command
Read COMPOSE_FILE from env and use it if it is set. Default is still
docker/local/docker-compose.yaml.

BREAKING CHANGE: Removed docker subcommand. Added deprecation notice to
compose subcommand.
2024-10-25 09:37:13 +02:00
Matej Janezic 2754a3bb30
feat: compile time completion generation
Removed `completion` command in favor of compile time completion
generation. This tool will only be build from source for the foreseeable
future so this makes sense for now.
2023-08-09 14:45:07 +02:00
Matej Janezic e061d6dc6c
feat: add compose ps command
Ps is new command scoped under compose. It is just proxy to `docker
compose ps`.
2023-08-09 13:59:58 +02:00
Matej Janezic b45cfd3e0a
feat: add compose exec and compose bash commands
Exec is new command scoped under compose. It allows sending commands
directly into appserver container. I will make this
customizable/controllable in the future.
2023-06-15 19:58:43 +02:00
Matej Janezic 5d45eccfef
feat: add django test command
Added django's manage.py test command as a shortcut
2023-06-02 17:15:39 +02:00
Matej Janezic 63b4b60f9a
fix: duplicated help message
Django subcommand had the same help message as compose.
2023-06-02 16:56:26 +02:00
Matej Janezic de5e6b4d10
feat: rename commands and remove aliases in favour of completion
BREAKING CHANGE: changed commands as follows
D -> Docker
Dc -> Compose
Dj -> Django
Pg -> Postgres
2023-05-27 13:30:09 +02:00
Matej Janezic 61e7556997
feat: add clap_complete for generating completion files
`ahab generate <shell>` can now be used to generte completion files for
this tool.
2023-05-27 13:28:05 +02:00
Matej Janezic c63cedab76
chore: add some todos for future ideas 2023-05-24 00:00:20 +02:00
Matej Janezic 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
Matej Janezic 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