Skip to content

systemseed/so-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:systemseed/so-cli.git
    cd so-cli
    composer install
    chmod +x so
    
  2. Run so --version to verify that so-cli is installed correctly