Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-nikonov authored Dec 14, 2023
1 parent c6a585f commit c24c2a4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <PACKAGE NAME>
//or
clio compile-package <PACKAGE NAME> -e <ENVIRONMENT_NAME>
```

## Pull package from remote application

To download package to a local file system from application, use command:
Expand Down Expand Up @@ -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`
> You can change port and secrets in configuration files `C:\Users\YOUR_USER\AppData\Local\creatio\clio\infrastructure`

0 comments on commit c24c2a4

Please sign in to comment.