deploy-tools icon indicating copy to clipboard operation
deploy-tools copied to clipboard

inconsistency in use of 'setup' vs 'install' in fab commands

Open benlk opened this issue 10 years ago • 0 comments

    wp.install                Downloads specified version of WordPress from https://github.com/WordPre...
    wp.tests.install_phpunit  Install phpunit on target environment

But:

    wp.tests.setup            Setup unit tests for a theme or plugin
    assets.bootstrap          Recrusively search for Gruntfile.js and package.json, run `npm install` ...

benlk avatar Nov 02 '15 23:11 benlk