shedcollective / command-line-tool
The command line tool for simplifying life at Shed
1.16.2
2025-03-25 15:10 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.*
- dev-develop
- 1.16.2
- 1.16.1
- 1.16.0
- 1.14.5
- 1.14.4
- 1.14.3
- 1.14.2
- 1.14.1
- 1.13.1
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.0
- dev-master
- dev-feature/aws-ec2-provisioning
- dev-feature/server-heartbeat
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
This package is auto-updated.
Last update: 2025-03-25 15:11:26 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
dist
to 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