shedcollective / command-line-tool
The command line tool for simplifying life at Shed
1.19.2
2026-02-16 10:29 UTC
Requires
- php: >=8.1
- ext-curl: *
- ext-json: *
- ext-zip: *
- aws/aws-sdk-php: 3.*
- bamarni/composer-bin-plugin: 1.*
- google/apiclient: 2.*
- kriswallsmith/buzz: 1.*
- monolog/monolog: 3.*
- phpseclib/phpseclib: 3.*
- psr/cache: 3.*
- symfony/console: 6.*
- symfony/finder: 6.*
- symfony/yaml: 6.*
- toin0u/digitalocean-v2: 5.*
Requires (Dev)
- phpstan/phpstan: 2.*
- phpunit/phpunit: 10.*
This package is auto-updated.
Last update: 2026-06-05 09:46:50 UTC
README
The Shed command line tool makes dev life at Shed a breeze.
Installation:
Using Homebrew
brew tap shedcollective/utilities brew install shed
Using Composer
composer global require shedcollective/command-line-tool
Manually
- Clone this repository
- Add
distto your$PATH
Usage
Execute shed with no parameters to explore the available commands.
Development
This project uses humbug/box for compilation. You may use the following commands for development:
composer build
composer test
composer analyse