Getting started
You can list global project task with:
task
Login Succeeded
Login Succeeded
If you want to target specific environment, you can export SELLSY_ENVIRONMENT
.
Localhost environment
For example, with localhost
:
export SELLSY_ENVIRONMENT=localhost
dellsy
sync hooks: โ๏ธ (pre-commit, commit-msg, pre-push)
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