You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[syncops:db-pull](#db-pull)| Create a database dump on a remote server,download it, and import it locally. |
132
-
|[syncops:db-push](#db-push)| Create a database dump (compressed by default)and optionally upload it to cloud storage. |
133
-
|[syncops:media-pull](#media-pull)| Download media files from the remote servervia SFTP into local storage. |
134
-
|[syncops:media-push](#media-push)| Back up all media filesto the specified cloud storage. |
135
-
|[syncops:project-backup](#project-backup)| Create a compressed archive of project filesand optionally upload it to cloud storage. |
136
-
|[syncops:project-deploy](#project-deploy)| Deploy the project to a remote server via Git, with optionalcache clearing, Composer install, and migrations. |
137
-
|[syncops:project-pull](#project-pull)| Commit untracked changes on the remote server, push themto the origin, and optionally merge them into the local branch. |
138
-
|[syncops:project-push](#project-push)| Add and commit project changes locallyand push them to the remote repository. |
|[syncops:db-pull](#db-pull)| Create a database dump on a remote server,<br>download it, and import it locally. |
132
+
|[syncops:db-push](#db-push)| Create a database dump (compressed by default)<br>and optionally upload it to cloud storage. |
133
+
|[syncops:media-pull](#media-pull)| Download media files from the remote server<br>via SFTP into local storage. |
134
+
|[syncops:media-push](#media-push)| Back up all media files<br>to the specified cloud storage. |
135
+
|[syncops:project-backup](#project-backup)| Create a compressed archive of project files<br>and optionally upload it to cloud storage. |
136
+
|[syncops:project-deploy](#project-deploy)| Deploy the project to a remote server via Git, with optional<br>cache clearing, Composer install, and migrations.|
137
+
|[syncops:project-pull](#project-pull)| Commit untracked changes on the remote server, push them<br>to the origin, and optionally merge them into the local branch. |
138
+
|[syncops:project-push](#project-push)| Add and commit project changes locally<br>and push them to the remote repository. |
0 commit comments