Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 655 Bytes

Shell Orchestration CLI

Requirements

How to install

  1. Install so-cli package as a global dependency: composer global require systemseed/so-cli
  2. Run so --version to verify that so-cli is installed correctly
  3. Start using so-cli by printing list of available commands: so list

How to contribute

  1. Clone git repository and install dependencies:
    git clone [email protected]:systemseed/so-cli.git
    cd so-cli
    composer install
    chmod +x so
    
  2. Run so --version to verify that so-cli is installed correctly