Skip to content

Command Create

ali ghaini edited this page Sep 29, 2020 · 1 revision

With the following command we can add a up command to project:

 healer command-create-up -p project-name -c "command"

for example:

healer command-create-up -p myMarket -c "ls -al"

With the following command we can add a down command to project:

 healer command-create-down -p project-name -c "command"

for example:

healer command-create-down -p myMarket -c "ls -al"

Getting Started

Project

Command

Clone this wiki locally