Getting started

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, pre-push, commit-msg)

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