MySQL - Pull
The MySQL pull command can be used for pulling many databases quickly which relate to a projects environment.
The following command will pull all the databases which are used for the dev environment.
skpr mysql pull dev Pulling: xxxxxxxxxxx.dkr.ecr.ap-southeast-2.amazonaws.com/example-project1/mysql:dev-default-latest
The output of the above command indicates the name of the Docker image which can be used with Docker Compose or other tools.