-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.txt
28 lines (14 loc) · 858 Bytes
/
test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
docker-compose run --rm vtiger php vtiger info
docker-compose run --rm vtiger php vtiger permissions --fix
docker-compose run --rm vtiger php vtiger addEntityMethod Contacts \\Javanile\\VtigerCli\\EntityMethod::logger
docker-compose run --rm vtiger php vtiger apply \\Javanile\\VtigerCli\\Apply::credits
docker-compose run --rm vtiger php vtiger install
docker-compose run --rm vtiger php vtiger setPassword admin Secret99
docker-compose run --rm vtiger php vtiger exportDatabase
docker-compose run --rm vtiger php vtiger exportStorage
docker-compose run --rm vtiger php vtiger export
docker-compose run --rm vtiger php vtiger importDatabase
docker-compose run --rm vtiger php vtiger importStorage
docker-compose run --rm vtiger php vtiger import
docker-compose run --rm vtiger php vtiger console
docker-compose run --rm vtiger php vtiger help