Skip to content

Instantly share code, notes, and snippets.

@tarecord
Created February 26, 2024 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarecord/973430803cde053c92c34862ca91bc56 to your computer and use it in GitHub Desktop.
Save tarecord/973430803cde053c92c34862ca91bc56 to your computer and use it in GitHub Desktop.
Set up lando with WP-CLI's dist-archive-command
name: my-lando-environment
recipe: wordpress
config:
webroot: wordpress
services:
appserver:
build_as_root:
- apt-get update -y && apt-get install -y zip
run:
- wp package install wp-cli/dist-archive-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment