Getting started
You can list global project task with:
task
task: Available tasks for this project:
* init: π Initialize the project
* lint: ποΈ Lint the project
* news: π° Display news
* test: π Test the project
* docs:default: π Build the documentation (aliases: docs)
* test:e2e:build-system: π₯οΈ Run build-system tests
If you want to target specific environment, you can export SELLSY_ENVIRONMENT.
Localhost environment
For example, with localhost:
export SELLSY_ENVIRONMENT=localhost
dellsy
# ποΈ Dellsy workflow
| **Environment** | `localhost` |
| **Workflow** | `dellsy` |
| **Platform** | `docker-compose` |
You can also get workflow's specific tasks using this command:
$ dellsy
## Workflow's references
β’ dellsy: this workflow β¬
οΈ
β’ dellsy-local: Dellsy with local elasticsearch
## Documentation
task: Available tasks for this project:
* deploy: π Deploy stack using docker-compose (aliases: d)
* docker-compose: π³ Docker compose commands (aliases: dc)
* down: βΉοΈ Down stack using docker-compose
* logs: π Show logs
* ngrok: πΈοΈ Launch Ngrok
* ps: π³ List containers
* test: β
Test stack using docker-compose
* wipe: ποΈ Stop and delete data stack using docker-compose
* xdebug: πͺ² Start xdebug
* exec:account: πͺ Enter into account container
* exec:backend: πͺ Enter into saas container
* exec:file: πͺ Enter into file container
* exec:messenger: πͺ Enter into messenger container
* exec:workers: πͺ Enter into workers container
Review environment
Or with review:
export SELLSY_ENVIRONMENT=review
review
# ποΈ Review workflow
| **Environment** | `review` |
| **Workflow** | `review` |
| **Platform** | `kubernetes` |
You can also get workflow's specific tasks using this command:
$ review
## Workflow's references
β’ review: this worflow β¬
οΈ
β’ dellsy-local: web stack using docker-compose
β’ dellsy: Default web stack using docker-compose
## Documentation
task: Available tasks for this project:
* deploy: π Deploy review
* dev: π Deploy user assigned review
* down: π Down review environment
* stop: π Stop review
* test: π§ͺ Test review
* wipe: π£ Wipe review
* build:clean: π§Ή Clean review iAC
* build:default: π Build review iAC (aliases: build)
* release:containers: π Release containers