Skip to content

Manage TYPO3 CMS distributions from the cli using an extbase command controller

Notifications You must be signed in to change notification settings

MaxServ/t3ext-distributionmanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 extension: distributionmanagement

Manage TYPO3 CMS distributions from the cli using an extbase command controller

Use with https://github.com/helhum/typo3_console for optimum pleasure.

Clone it

git clone https://github.com/MaxServ/t3ext-distributionmanagement.git distributionmanagement

Or install it using composer:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/MaxServ/t3ext-distributionmanagement.git"
        }
    ],
    "require": {
        "maxserv/distributionmanagement": "*"
    }
}

Example:

$ ./typo3cms distribution:list

Available commands:

EXTENSION "DISTRIBUTIONMANAGEMENT":
-------------------------------------------------------------------------------
  distribution:list                        List distributions
  distribution:install                     Install distribution

About

Manage TYPO3 CMS distributions from the cli using an extbase command controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages