@@ -3,7 +3,7 @@ Before, we used a CLI that provided the actions below. For AweSim on Open OnDema
|cli cmd|purpose|replacement|
|---|---|---|
|awesim setup|create and modify a bunch of deployment related files, then run update command|for existing apps, manually add and version .env.production and bin/setup-production files (see below)|
|awesim update|||
|awesim update|rebuild assets and call restart and lint|use dashboard web ui or shell script to do 3 steps: install gems, rebuild assets, and restart app|
|awesim restart|touch a file that passenger is configured to recognize as a restart file|Run `touch tmp/restart.txt` or `scl enable git19 rh-ruby22 -- bin/rake ood_appkit:restart` or use dashboard web ui controls to restart app|
|awesim lint||access app details in dashboard to see lint errors|
|awesim permission||access app details in dashboard to change FACLs OR use `nfs4_setfacl` and `nfs4_getfacl` on the app directory|