File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
default :
6
6
desc : The default task that shows help
7
7
cmds :
8
- - task --list
8
+ - echo "Available tasks (in preferred order):"
9
+ - echo " install Install the project"
10
+ - echo " reinstall Reinstall from scratch. WARNING Deletes the database!"
11
+ - echo " up Start the environment"
12
+ - echo " down Remove all containers"
13
+ - echo " purge Remove all containers and volumes. WARNING Deletes the database!"
14
+ - echo " stop Stop all containers"
15
+ - echo " logs Follow docker logs"
16
+ - echo " cc Clear the cache"
17
+ - echo " tenant_add Add a new tenant group"
18
+ - echo " user_add Add a new user"
19
+ - echo " load_templates Load templates and screen layouts"
20
+ - echo ""
21
+
9
22
10
23
install :
11
24
desc : Install the project
You can’t perform that action at this time.
0 commit comments