clitools
clitools copied to clipboard
:wrench: CliTools for Docker, PHP / MySQL development, debugging and synchonization
To enable one line installation with the new boilerplate stucture (using "app" instead of "code"-dir), an additional parameter "--app" (beside "--code") is needed. After adding it, it could be used...
If I have an mysql docker container with my app + mysql, and want to sync from the external live server, why not use the container which already contains the...
When creating a new docker instance with `ct docker:create` the name of the instance and a unique identifier should bei written to a kind of local "registry" i.e. ~/.ct/docker-registry.json. This...
After simplifying the sync task sub commands, there aren't grouped in the command overview/help view of clitools.
The `ct docker:create` command always uses the master brunch of the boilerplate. It would be great if there is a optional parameter to choose the development branch instead. e.g. `ct...
When inputting a command Partially, I expect the helpt to kick in. The default Handling from Symphony isnt verry pretty. Example: Input: ct docker Output: [InvalidArgumentException] Command "docker" is not...