https://github.com/shopsys/cli
Command-line tool for configuring Shopsys Platform projects
https://github.com/shopsys/cli
Last synced: 4 months ago
JSON representation
Command-line tool for configuring Shopsys Platform projects
- Host: GitHub
- URL: https://github.com/shopsys/cli
- Owner: shopsys
- License: mit
- Created: 2026-01-22T12:21:35.000Z (6 months ago)
- Default Branch: mg/forge
- Last Pushed: 2026-01-22T19:49:32.000Z (6 months ago)
- Last Synced: 2026-01-23T05:54:21.798Z (6 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopsys CLI
Command-line tool for configuring new Shopsys Platform projects.
This repository is maintained by [shopsys/shopsys] monorepo, information about changes is in [CHANGELOG.md](https://github.com/shopsys/shopsys/blob/HEAD/CHANGELOG.md).
## Installation
Download the latest PHAR from [GitHub Releases](https://github.com/shopsys/cli/releases)
```bash
curl -L https://github.com/shopsys/cli/releases/latest/download/shopsys.phar -o shopsys
chmod +x shopsys
```
## Usage
### Initialize a new project
```bash
./shopsys init my-project
```
### Configure an existing project
```bash
./shopsys configure
```
### List available workers
```bash
./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](https://github.com/shopsys/shopsys/issues/new) and/or send [pull requests](https://github.com/shopsys/shopsys/compare),
please use the main [Shopsys repository](https://github.com/shopsys/shopsys).
Please check our [Contribution Guide](https://github.com/shopsys/shopsys/blob/HEAD/CONTRIBUTING.md) before contributing.
## Support
What to do when you are in troubles or need some help?
The best way is to join our [Slack](https://join.slack.com/t/shopsysframework/shared_invite/zt-11wx9au4g-e5pXei73UJydHRQ7nVApAQ).
If you want to [report issues](https://github.com/shopsys/shopsys/issues/new), please use the main [Shopsys repository](https://github.com/shopsys/shopsys).
[shopsys/shopsys]: (https://github.com/shopsys/shopsys)