Downloading db and files from the production server
Downloading database and kernel files from the production server. Without specifying the flag, files and the database are downloaded by default. If you specify a flag, for example -d, only the database will be downloaded.
Directories that are downloaded by default Bitrix CMS: "bitrix" WordPress: "wp-admin" and "wp-includes" Laravel: only the database is downloaded
dl deploy [flags]
dl deploy
dl deploy -d
dl deploy -d -t b_user,b_file
dl deploy -f
dl deploy -f -o bitrix,upload
-d, --database Dump only database from server
-f, --files Download only files from server
-h, --help help for deploy
-o, --override strings Override downloaded files (comma separated values)
-t, --tables strings Dump only specified tables (comma separated values)
--debug Show more output
- dl - Deploy Local