Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following database management systems are supported, choose one:
mssql
oracle

Use the :ref:`setup-wizard` or the :ref:`engine-config-cli` to create the system
Use the :ref:`setup-wizard` or the :ref:`engine-cli` to create the system
database. To run the Axon Ivy Engine with a system database, a :ref:`license
<license>` is required.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _engine-config-cli:
.. _engine-cli:

EngineConfigCli
EngineCli
===============

The console program is used to configure the Axon Ivy Engine, i.e., to configure,
Expand All @@ -15,3 +15,10 @@ create or convert the system database.
+----------------+------------------------------------------------------------------------+
| <command> help | Get help to a specific command e.g., ``EngineConfigCli config-db help``|
+----------------+------------------------------------------------------------------------+

The concrete commands and descriptions can be found in our manpages:

.. toctree::
:maxdepth: 1

manpages/EngineConfigCli
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _engine-cli-manpages:

EngineCli Manpages
======================

This is just an placeholder and will be replaced with the manpages.
2 changes: 1 addition & 1 deletion source/engine-guide/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Reference
:maxdepth: 2

axonivy-engine/index
engine-config-cli
engine-cli/index
setup-wizard
migration-wizard
engine-cockpit/index
Expand Down
2 changes: 1 addition & 1 deletion source/engine-guide/reference/setup-wizard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license and the creation of a system database.
from the wizard to the :ref:`ivy-yaml` file.

Advanced users might prefer to manually craft configurations in :ref:`ivy-yaml` and
use the :ref:`engine-config-cli` to roll out an Axon Ivy Engine into production.
use the :ref:`engine-cli` to roll out an Axon Ivy Engine into production.
Configuration files make the installation process quickly reproducable in
various environments such as dev, test and prod.

Expand Down
Loading