From c24c2a437c2fc41dae4fa8c2ada9f6e385467f28 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Thu, 14 Dec 2023 22:46:43 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d70f0972..5924bbe3 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ docker run -it --rm clio reg-web-app -help - [Packages](#packages) - [Creating new package](#creating-new-package) - [Installing package](#installing-package) + - [Compile package](#compile-package) - [Pull package from remote application](#pull-package-from-remote-application) - [Delete package](#delete-package) - [Compress package](#compress-package) @@ -237,6 +238,18 @@ clio push-pkg --id 22966 10096 clio push-app C:\Packages\package.gz ``` +## Compile package + +For compile package + +``` +clio compile-package + +//or + +clio compile-package -e +``` + ## Pull package from remote application To download package to a local file system from application, use command: @@ -951,4 +964,4 @@ By default, database will be available on default port > Postgres - clio will create a template database, and then a real database from the template. If Database or template already exists, Clio will skip this step. -> You can change port and secrets in configuration files `C:\Users\YOUR_USER\AppData\Local\creatio\clio\infrastructure` \ No newline at end of file +> You can change port and secrets in configuration files `C:\Users\YOUR_USER\AppData\Local\creatio\clio\infrastructure`