Last active
March 20, 2020 20:37
-
-
Save facelordgists/8e289cac4b3f579b5afc74df9e0a3ad7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install from private_html folder | |
wp plugin install ../private_html/divi-card-factory-1.7.0.zip --activate --force --skip-plugins --skip-themes | |
wp theme install ../private_html/mydivi-theme-3.8.5.zip --activate --force --skip-plugins --skip-themes | |
## Install from S3 | |
wp plugin install https://assets.roadsidemultimedia.com/plugins/divi-card-factory/divi-card-factory-1.7.1.zip --activate --force --skip-plugins --skip-themes | |
wp theme install https://assets.roadsidemultimedia.com/themes/mydivi-theme/mydivi-theme-3.8.5.zip --activate --force --skip-plugins --skip-themes | |
wp plugin install https://assets.roadsidemultimedia.com/plugins/rsmm-page-cache/rsmm-page-cache-0.3.4.zip --activate --force --skip-plugins --skip-themes | |
wp plugin install https://assets.roadsidemultimedia.com/plugins/rsmm-page-cache/rsmm-page-cache-0.3.5.zip --activate --force --skip-plugins --skip-themes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Syntax | |
zip -r <plugin-slug>-<version>.zip <plugin folder> -x@<plugin folder>/release_excludes.lst | |
## Syntax Examples | |
# execute from folder above the plugin or theme folder | |
zip -r divi-card-factory-1.7.3.zip divi-card-factory -x@divi-card-factory/release_excludes.lst | |
zip -r mydivi-theme-3.8.6.zip mydivi-theme -x@mydivi-theme/release_excludes.lst |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment