systemseed / so-cli
Shell Orchestration CLI
0.0.3
2024-05-10 09:12 UTC
Requires
- symfony/console: ^7.0
- symfony/dotenv: ^7.0
- symfony/process: ^7.0
- symfony/yaml: ^7.0
README
Requirements
- PHP >= 8.2
- Composer available in your console
How to install
- Install so-cli package as a global dependency:
composer global require systemseed/so-cli
- Run
so --version
to verify that so-cli is installed correctly - Start using so-cli by printing list of available commands:
so list
How to contribute
- Clone git repository and install dependencies:
git clone git@github.com:systemseed/so-cli.git cd so-cli composer install chmod +x so
- Run
so --version
to verify that so-cli is installed correctly