Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.
This repository was archived by the owner on May 9, 2024. It is now read-only.

Define WordPress Version #157

@lippoliv

Description

@lippoliv

Is your enhancement related to a problem? Please describe.

My "problem" is, that I want to develop/support for older WordPress Versions. Therfore I need environments for older versions.

Describe the solution you'd like

Currently I do the setup like this (example):

10updocker create
10updocker shell
wp core download --version=4.7.11 --force
wp core update-db

It would be way more easy, if the create command would ask for the WordPress Version to install, default could be "latest".

Designs

Describe alternatives you've considered

An alternativ could be an parameter for 10updocker create, something like --wp-version={version} so not every user will be spamed with questions.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions