Feature: Extensions can be installed with PIE # pie install --skip-enable-extension Example: An extension can be installed without enabling When I run a command to install an extension without enabling it Then the extension should have been installed # pie install Example: An extension can be installed and enabled When I run a command to install an extension Then the extension should have been installed and enabled