Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.52 KB

File metadata and controls

54 lines (34 loc) · 1.52 KB

Shopsys CLI

Command-line tool for configuring new Shopsys Platform projects.

This repository is maintained by shopsys/shopsys monorepo. See the releases page for the history of changes.

Installation

Download the latest PHAR from GitHub Releases

curl -L https://github.com/shopsys/cli/releases/latest/download/shopsys.phar -o shopsys
chmod +x shopsys

Usage

Initialize a new project

./shopsys init my-project

Configure an existing project

./shopsys configure

List available workers

./shopsys workers

Contributing

Thank you for your contributions to Shopsys CLI package. Together we are making Shopsys Platform better.

This repository is READ-ONLY. If you want to report issues and/or send pull requests, please use the main Shopsys repository.

Please check our Contribution Guide before contributing.

Support

What to do when you are in troubles or need some help? The best way is to ask in our GitHub Discussions.

If you want to report issues, please use the main Shopsys repository.