You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
33 lines
773 B
Plaintext
Vendored
33 lines
773 B
Plaintext
Vendored
---
|
|
sidebar_position: 2
|
|
description: Run project and other functions to work with Melezh in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
|
|
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI]
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Run project
|
|
Runs an integration proxy server
|
|
|
|
|
|
|
|
`Function RunProject(Val Port, Val Project) Export`
|
|
|
|
| Parameter | CLI option | Type | Required | Description |
|
|
|-|-|-|-|-|
|
|
| Port | --port | Number | ✔ | Server startup port |
|
|
| Project | --proj | String | ✔ | Project filepath |
|
|
|
|
|
|
Returns: Structure Of KeyAndValue - Server shutdown result
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|