An open API service indexing awesome lists of open source software.

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

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)