restart web app - Advance-Technologies-Foundation/clio GitHub Wiki

This command can be used in CI/CD pipeline or in development when you need forcible restart a web application (website). Be attentive, the command restart only web application and doesn't clear-redis-db. Restart Creatio application needs to apply any changes of workspace assembly or assemblies in your packages. Also restart clear all objects in memory of web app (cached data, unsaved changed in schemas, system settings value, etc)


Examples:

Restart registered application by name:

clio restart <application name>

Restart application with specified credentials:

clio restart -u <application uri> -l <login> -p <password>


Aliases:

restart

⚠️ **GitHub.com Fallback** ⚠️